Searched refs:bEnable (Results 1 – 6 of 6) sorted by relevance
123 ocsd_err_t TraceFmtDcdImpl::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs() argument136 m_IDStreams[id].set_enabled(bEnable); in OutputFilterIDs()137 m_raw_chan_enable[id] = bEnable; in OutputFilterIDs()144 ocsd_err_t TraceFmtDcdImpl::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs() argument148 m_IDStreams[id].set_enabled(bEnable); in OutputFilterAllIDs()150 setRawChanFilterAll(bEnable); in OutputFilterAllIDs()154 void TraceFmtDcdImpl::setRawChanFilterAll(bool bEnable) in setRawChanFilterAll() argument158 m_raw_chan_enable[i] = bEnable; in setRawChanFilterAll()943 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable) in OutputFilterIDs() argument945 return (m_pDecoder == 0) ? OCSD_ERR_NOT_INIT : m_pDecoder->OutputFilterIDs(id_list,bEnable); in OutputFilterIDs()[all …]
69 ocsd_err_t OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable);70 ocsd_err_t OutputFilterAllIDs(bool bEnable);115 void setRawChanFilterAll(bool bEnable);
84 ocsd_err_t OutputFilterIDs(std::vector<uint8_t> &id_list, bool bEnable);85 ocsd_err_t OutputFilterAllIDs(bool bEnable);
64 void enableCaching(bool bEnable) { m_bCacheEnabled = bEnable; }; in enableCaching() argument
11114 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
11427 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);224933 int bEnable; /* True if currently recording */226790 if( pSession->bEnable==0 ) continue;227168 pNew->bEnable = 1;228034 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){228037 if( bEnable>=0 ){228038 pSession->bEnable = bEnable;228040 ret = pSession->bEnable;