Searched refs:current_state (Results 1 – 3 of 3) sorted by relevance
235 AdapterState current_state = GetState(); in Enable() local236 if (current_state != ADAPTER_STATE_OFF) { in Enable()238 << AdapterStateToString(current_state); in Enable()245 NotifyAdapterStateChanged(current_state, state_); in Enable()265 AdapterState current_state = GetState(); in Disable() local270 NotifyAdapterStateChanged(current_state, state_); in Disable()276 state_ = current_state; in Disable()
191 BatchScanState current_state; member243 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in start()257 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in stop()865 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_set_storage_parameter()866 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_set_storage_parameter()867 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_set_storage_parameter()868 batch_scan_config_.current_state = BatchScanState::ENABLE_CALLED; in batch_scan_set_storage_parameter()890 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_enable()891 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_enable()892 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_enable()[all …]
601 [](CombinedState current_state, CombinedState delta_state) { in ResolvePageCacheEntriesFromProtos() argument603 << "current=" << current_state << "," in ResolvePageCacheEntriesFromProtos()608 current_state.Merge(std::move(delta_state)); in ResolvePageCacheEntriesFromProtos()609 return current_state; in ResolvePageCacheEntriesFromProtos()