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
11345 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
11664 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);228183 int bEnable; /* True if currently recording */230073 if( pSession->bEnable==0 ) continue;230480 pNew->bEnable = 1;231356 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){231359 if( bEnable>=0 ){231360 pSession->bEnable = bEnable;231362 ret = pSession->bEnable;