Home
last modified time | relevance | path

Searched refs:DisableWearDetection (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp30 int DisableWearDetection(const std::string &deviceId);
50 int BluetoothAudioManager::impl::DisableWearDetection(const std::string &deviceId) in DisableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager::impl
54 return proxy->DisableWearDetection(deviceId); in DisableWearDetection()
93 int BluetoothAudioManager::DisableWearDetection(const std::string &deviceId) in DisableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager
97 return pimpl->DisableWearDetection(deviceId); in DisableWearDetection()
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp41 DECLARE_NAPI_FUNCTION("disableWearDetection", DisableWearDetection), in DefineSystemWearDetectionInterface()
68 napi_value NapiBluetoothAudioManager::DisableWearDetection(napi_env env, napi_callback_info info) in DisableWearDetection() function in OHOS::Bluetooth::NapiBluetoothAudioManager
77 int32_t err = wd.DisableWearDetection(remoteAddr); in DisableWearDetection()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_audio_manager.h28 static napi_value DisableWearDetection(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_audio_manager.h31 virtual int DisableWearDetection(const std::string &deviceId) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h43 int DisableWearDetection(const std::string &deviceId);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h33 int DisableWearDetection(const std::string &deviceId) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp29 int BluetoothAudioManagerProxy::DisableWearDetection(const std::string &deviceId) in DisableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManagerProxy

Completed in 2 milliseconds