/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.cpp | 79 case BTStateID::STATE_TURNING_ON: in GetBrStateByStatus() 80 HILOGD("STATE_TURNING_ON(1)"); in GetBrStateByStatus() 81 state = BluetoothState::STATE_TURNING_ON; in GetBrStateByStatus() 103 case BTStateID::STATE_TURNING_ON: in GetBleStateByStatus()
|
H A D | napi_bluetooth_access.cpp | 100 case BTStateID::STATE_TURNING_ON: in GetState() 101 HILOGI("STATE_TURNING_ON(1)"); in GetState() 102 status = static_cast<int32_t>(BluetoothState::STATE_TURNING_ON); in GetState() 152 SetNamedPropertyByInteger(env, state, static_cast<int>(BluetoothState::STATE_TURNING_ON), "STATE_TURNING_ON"); in StateChangeInit()
|
/foundation/communication/bluetooth/frameworks/cj/access/src/ |
H A D | bluetooth_access_impl.cpp | 48 case BTStateID::STATE_TURNING_ON: in GetState() 49 HILOGD("STATE_TURNING_ON(1)"); in GetState() 50 status = static_cast<int32_t>(BluetoothState::STATE_TURNING_ON); in GetState()
|
H A D | bluetooth_access_callback.cpp | 77 case BTStateID::STATE_TURNING_ON: in GetBrStateByStatus() 78 HILOGD("STATE_TURNING_ON(1)"); in GetBrStateByStatus() 79 state = BluetoothState::STATE_TURNING_ON; in GetBrStateByStatus() 101 case BTStateID::STATE_TURNING_ON: in GetBleStateByStatus()
|
/foundation/communication/bluetooth/frameworks/c_api/src/ |
H A D | oh_bluetooth.cpp | 40 case BTStateID::STATE_TURNING_ON: in OH_Bluetooth_GetBluetoothSwitchState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | sys_state_machine.cpp | 44 } else if ((stateBREDR == BTStateID::STATE_TURNING_ON) || (stateBLE == BTStateID::STATE_TURNING_ON) || in StoppingBaseProcess()
|
H A D | adapter_state_machine.cpp | 81 AdapterManager::GetInstance()->OnAdapterStateChange(transport, BTStateID::STATE_TURNING_ON); in Entry()
|
H A D | profile_service_manager.cpp | 84 TURNING_ON = BTStateID::STATE_TURNING_ON,
|
/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_controller.cpp | 48 napi_create_int32(env, static_cast<int32_t>(NfcState::STATE_TURNING_ON), &state_turning_on);
in CreateEnumNfcState() 53 DECLARE_NAPI_STATIC_PROPERTY("STATE_TURNING_ON", state_turning_on),
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 | 81 case BTStateID::STATE_TURNING_ON:
in GetBtStateName() 82 return "STATE_TURNING_ON(0)";
in GetBtStateName()
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_service.cpp | 230 if (nfcState_ == KITS::STATE_TURNING_OFF || nfcState_ == KITS::STATE_TURNING_ON) {
in ExecuteTask() 294 UpdateNfcState(KITS::STATE_TURNING_ON);
in DoTurnOn()
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 56 case STATE_TURNING_ON: in OnStateChanged() 74 case STATE_TURNING_ON: in OnStateChanged()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 50 * BTStateID::STATE_TURNING_ON; 323 if (state == BTStateID::STATE_TURNING_ON || in EnableBt()
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_test.cpp | 80 state == NfcState::STATE_TURNING_ON || in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 266 STATE_TURNING_ON = 1, member in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 73 STATE_TURNING_ON, enumerator
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 80 STATE_TURNING_ON, enumerator
|