Home
last modified time | relevance | path

Searched refs:STATE_TURNING_ON (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp79 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 Dnapi_bluetooth_access.cpp100 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 Dbluetooth_access_impl.cpp48 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 Dbluetooth_access_callback.cpp77 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 Doh_bluetooth.cpp40 case BTStateID::STATE_TURNING_ON: in OH_Bluetooth_GetBluetoothSwitchState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dsys_state_machine.cpp44 } else if ((stateBREDR == BTStateID::STATE_TURNING_ON) || (stateBLE == BTStateID::STATE_TURNING_ON) || in StoppingBaseProcess()
H A Dadapter_state_machine.cpp81 AdapterManager::GetInstance()->OnAdapterStateChange(transport, BTStateID::STATE_TURNING_ON); in Entry()
H A Dprofile_service_manager.cpp84 TURNING_ON = BTStateID::STATE_TURNING_ON,
/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller.cpp48 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 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.cpp81 case BTStateID::STATE_TURNING_ON: in GetBtStateName()
82 return "STATE_TURNING_ON(0)"; in GetBtStateName()
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp230 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 Dhost_test.cpp56 case STATE_TURNING_ON: in OnStateChanged()
74 case STATE_TURNING_ON: in OnStateChanged()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp50 * BTStateID::STATE_TURNING_ON;
323 if (state == BTStateID::STATE_TURNING_ON || in EnableBt()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp80 state == NfcState::STATE_TURNING_ON || in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h266 STATE_TURNING_ON = 1, member in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h73 STATE_TURNING_ON, enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h80 STATE_TURNING_ON, enumerator

Completed in 18 milliseconds