Home
last modified time | relevance | path

Searched refs:DisableBluetooth (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp47 DECLARE_NAPI_FUNCTION("disableBluetooth", DisableBluetooth), in DefineAccessJSFunction()
89 napi_value NapiAccess::DisableBluetooth(napi_env env, napi_callback_info info) in DisableBluetooth() function in OHOS::Bluetooth::NapiAccess
H A Dnapi_bluetooth_access.h28 static napi_value DisableBluetooth(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_switch_module.h34 virtual int DisableBluetooth(void) = 0;
H A Dbluetooth_switch_module.cpp128 [this]() { return switchAction_->DisableBluetooth(); }, in ProcessDisableBluetoothEvent()
H A Dbluetooth_host.cpp443 int DisableBluetooth(void) override in DisableBluetooth() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothSwitchAction