Searched refs:current_state (Results 1 – 5 of 5) sorted by relevance
175 BatchScanState current_state; member242 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in start()256 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in stop()1156 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_set_storage_parameter()1157 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_set_storage_parameter()1158 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_set_storage_parameter()1159 batch_scan_config_.current_state = BatchScanState::ENABLE_CALLED; in batch_scan_set_storage_parameter()1181 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_enable()1182 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_enable()1183 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_enable()[all …]
31 optional CpmsStateProto current_state = 1; field
943 Boolean current_state = bluetoothAdapter.isEnabled(); in checkForEnabledBluetooth() local946 if (!Objects.equals(enabledBluetoothMutable.getValue(), current_state)) in checkForEnabledBluetooth()947 enabledBluetoothMutable.setValue(current_state); in checkForEnabledBluetooth()949 return current_state; in checkForEnabledBluetooth()
46 optional CarAudioState current_state = 2; field
1331 auto current_state = ToString(group->GetTargetState()); in SetTargetState() local1335 group->group_id_, current_state, new_state); in SetTargetState()