Home
last modified time | relevance | path

Searched refs:STATE_TURNING_OFF (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp87 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 Dnapi_bluetooth_access.cpp108 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 Dbluetooth_access_impl.cpp56 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 Dbluetooth_access_callback.cpp85 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 Doh_bluetooth.cpp46 case BTStateID::STATE_TURNING_OFF: in OH_Bluetooth_GetBluetoothSwitchState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dsys_state_machine.cpp45 (stateBREDR == BTStateID::STATE_TURNING_OFF) || (stateBLE == BTStateID::STATE_TURNING_OFF)) { in StoppingBaseProcess()
H A Dadapter_state_machine.cpp171 AdapterManager::GetInstance()->OnAdapterStateChange(transport, BTStateID::STATE_TURNING_OFF); in Entry()
H A Dprofile_service_manager.cpp86 TURNING_OFF = BTStateID::STATE_TURNING_OFF,
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp46 if (nfcState == KITS::STATE_OFF || nfcState == KITS::STATE_TURNING_OFF) { in HandleCommitRouting()
H A Dnfc_service.cpp230 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 Dnfc_napi_controller.cpp46 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 Dnfc_sdk_common.h66 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 Dbluetooth_utils.cpp85 case BTStateID::STATE_TURNING_OFF: in GetBtStateName()
86 return "STATE_TURNING_OFF(2)"; in GetBtStateName()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp62 case STATE_TURNING_OFF: in OnStateChanged()
80 case STATE_TURNING_OFF: in OnStateChanged()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp52 * BTStateID::STATE_TURNING_OFF;
346 if (state == BTStateID::STATE_TURNING_OFF || in DisableBt()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp81 state == NfcState::STATE_TURNING_OFF); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h270 STATE_TURNING_OFF = 3, member in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h75 STATE_TURNING_OFF, enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h82 STATE_TURNING_OFF, enumerator

Completed in 16 milliseconds