/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.cpp | 87 case BTStateID::STATE_TURNING_OFF: in GetBrStateByStatus() 88 HILOGD("STATE_TURNING_OFF(3)"); in GetBrStateByStatus() 89 state = BluetoothState::STATE_TURNING_OFF; in GetBrStateByStatus() 111 case BTStateID::STATE_TURNING_OFF: in GetBleStateByStatus()
|
H A D | napi_bluetooth_access.cpp | 108 case BTStateID::STATE_TURNING_OFF: in GetState() 109 HILOGI("STATE_TURNING_OFF(3)"); in GetState() 110 status = static_cast<int32_t>(BluetoothState::STATE_TURNING_OFF); in GetState() 154 SetNamedPropertyByInteger(env, state, static_cast<int>(BluetoothState::STATE_TURNING_OFF), "STATE_TURNING_OFF"); in StateChangeInit()
|
/foundation/communication/bluetooth/frameworks/cj/access/src/ |
H A D | bluetooth_access_impl.cpp | 56 case BTStateID::STATE_TURNING_OFF: in GetState() 57 HILOGD("STATE_TURNING_OFF(3)"); in GetState() 58 status = static_cast<int32_t>(BluetoothState::STATE_TURNING_OFF); in GetState()
|
H A D | bluetooth_access_callback.cpp | 85 case BTStateID::STATE_TURNING_OFF: in GetBrStateByStatus() 86 HILOGD("STATE_TURNING_OFF(3)"); in GetBrStateByStatus() 87 state = BluetoothState::STATE_TURNING_OFF; in GetBrStateByStatus() 109 case BTStateID::STATE_TURNING_OFF: in GetBleStateByStatus()
|
/foundation/communication/bluetooth/frameworks/c_api/src/ |
H A D | oh_bluetooth.cpp | 46 case BTStateID::STATE_TURNING_OFF: in OH_Bluetooth_GetBluetoothSwitchState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | sys_state_machine.cpp | 45 (stateBREDR == BTStateID::STATE_TURNING_OFF) || (stateBLE == BTStateID::STATE_TURNING_OFF)) { in StoppingBaseProcess()
|
H A D | adapter_state_machine.cpp | 171 AdapterManager::GetInstance()->OnAdapterStateChange(transport, BTStateID::STATE_TURNING_OFF); in Entry()
|
H A D | profile_service_manager.cpp | 86 TURNING_OFF = BTStateID::STATE_TURNING_OFF,
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_routing_manager.cpp | 46 if (nfcState == KITS::STATE_OFF || nfcState == KITS::STATE_TURNING_OFF) { in HandleCommitRouting()
|
H A D | nfc_service.cpp | 230 if (nfcState_ == KITS::STATE_TURNING_OFF || nfcState_ == KITS::STATE_TURNING_ON) {
in ExecuteTask() 343 UpdateNfcState(KITS::STATE_TURNING_OFF);
in DoTurnOff()
|
/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_controller.cpp | 46 napi_create_int32(env, static_cast<int32_t>(NfcState::STATE_TURNING_OFF), &state_turning_off);
in CreateEnumNfcState() 51 DECLARE_NAPI_STATIC_PROPERTY("STATE_TURNING_OFF", state_turning_off),
in CreateEnumNfcState()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | nfc_sdk_common.h | 66 enum NfcState { STATE_OFF = 1, STATE_TURNING_ON = 2, STATE_ON = 3, STATE_TURNING_OFF = 4 };
enumerator
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_utils.cpp | 85 case BTStateID::STATE_TURNING_OFF:
in GetBtStateName() 86 return "STATE_TURNING_OFF(2)";
in GetBtStateName()
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 62 case STATE_TURNING_OFF: in OnStateChanged() 80 case STATE_TURNING_OFF: in OnStateChanged()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 52 * BTStateID::STATE_TURNING_OFF; 346 if (state == BTStateID::STATE_TURNING_OFF || in DisableBt()
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_test.cpp | 81 state == NfcState::STATE_TURNING_OFF); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 270 STATE_TURNING_OFF = 3, member in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 75 STATE_TURNING_OFF, enumerator
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 82 STATE_TURNING_OFF, enumerator
|