/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_param_util.cpp | 25 if (newState != KITS::STATE_ON && newState != KITS::STATE_OFF) {
in UpdateNfcStateToParam()
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_service.cpp | 236 if (param == KITS::TASK_TURN_ON && nfcState_ == KITS::STATE_ON) {
in ExecuteTask() 238 ExternalDepsProxy::GetInstance().UpdateNfcState(KITS::STATE_ON);
in ExecuteTask() 317 UpdateNfcState(KITS::STATE_ON);
in DoTurnOn() 371 if (ExternalDepsProxy::GetInstance().GetNfcStateFromParam() == KITS::STATE_ON) {
in DoInitialize() 504 return (nfcState_ == KITS::STATE_ON);
in IsNfcEnabled()
|
/foundation/communication/bluetooth/frameworks/cj/access/src/ |
H A D | bluetooth_access_impl.cpp | 53 HILOGD("STATE_ON(2)"); in GetState() 54 status = static_cast<int32_t>(BluetoothState::STATE_ON); in GetState()
|
H A D | bluetooth_access_callback.cpp | 82 HILOGD("STATE_ON(2)"); in GetBrStateByStatus() 83 state = BluetoothState::STATE_ON; in GetBrStateByStatus()
|
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/ |
H A D | cj_display_impl.h | 61 STATE_ON, member in OHOS::Rosen::DisplayStateMode
|
H A D | cj_display_impl.cpp | 30 { DisplayState::ON, DisplayStateMode::STATE_ON },
|
/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access.cpp | 105 HILOGD("STATE_ON(2)"); in GetState() 106 status = static_cast<int32_t>(BluetoothState::STATE_ON); in GetState() 153 SetNamedPropertyByInteger(env, state, static_cast<int>(BluetoothState::STATE_ON), "STATE_ON"); in StateChangeInit()
|
H A D | napi_bluetooth_access_observer.cpp | 84 HILOGD("STATE_ON(2)"); in GetBrStateByStatus() 85 state = BluetoothState::STATE_ON; in GetBrStateByStatus()
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_display.cpp | 49 castDisplayInfo.displayState = CastDisplayState::STATE_ON; in GetAllCastDisplays()
|
H A D | hw_cast_display_listener.cpp | 31 ReportCastDisplay(displayInfo, CastDisplayState::STATE_ON); in OnConnect()
|
/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_controller.cpp | 47 napi_create_int32(env, static_cast<int32_t>(NfcState::STATE_ON), &state_on);
in CreateEnumNfcState() 52 DECLARE_NAPI_STATIC_PROPERTY("STATE_ON", state_on),
in CreateEnumNfcState()
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_descriptor.h | 96 STATE_ON, enumerator
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display.h | 98 STATE_ON,
member in OHOS::Rosen::DisplayStateMode
|
H A D | js_display.cpp | 42 { DisplayState::ON, DisplayStateMode::STATE_ON },
|
H A D | js_display_manager.cpp | 891 napi_set_named_property(env, objValue, "STATE_ON",
in InitDisplayState() 892 CreateJsValue(env, static_cast<int32_t>(DisplayStateMode::STATE_ON)));
in InitDisplayState()
|
/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/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_test.cpp | 79 state == NfcState::STATE_ON || in HWTEST_F() 97 ASSERT_TRUE(state == NfcState::STATE_ON); in HWTEST_F()
|
/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | nfc_controller.cpp | 158 isOpen = (GetNfcState() == NfcState::STATE_ON); in IsNfcOpen()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 268 STATE_ON = 2, member in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession_enum.cpp | 340 (void)SetNamedProperty(env, result, "STATE_ON", static_cast<int32_t>(CastDisplayState::STATE_ON)); in ExportCastDisplayState()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 131 if (state == bluetooth::BluetoothSwitchState::STATE_ON) {
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 1674 STATE_ON, enumerator
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 182 observer->OnBluetoothStateChanged(BluetoothSwitchState::STATE_ON); in OnStateChangeV2()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 1452 castDisplayInfo.displayState = CastDisplayState::STATE_ON;
|