Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp33 int DisableWearDetection(const std::string &deviceId);
53 int BluetoothAudioManager::impl::DisableWearDetection(const std::string &deviceId) in DisableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager::impl
57 return proxy->DisableWearDetection(deviceId); in DisableWearDetection()
96 int BluetoothAudioManager::DisableWearDetection(const std::string &deviceId) in DisableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager
100 return pimpl->DisableWearDetection(deviceId); in DisableWearDetection()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp44 DECLARE_NAPI_FUNCTION("disableWearDetection", DisableWearDetection), in DefineSystemWearDetectionInterface()
71 napi_value NapiBluetoothAudioManager::DisableWearDetection(napi_env env, napi_callback_info info) in DisableWearDetection() function in OHOS::Bluetooth::NapiBluetoothAudioManager
80 int32_t err = wd.DisableWearDetection(remoteAddr); in DisableWearDetection()
/ohos5.0/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);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h43 int DisableWearDetection(const std::string &deviceId);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_audio_manager.h31 virtual int DisableWearDetection(const std::string &deviceId) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h33 int DisableWearDetection(const std::string &deviceId) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp32 int BluetoothAudioManagerProxy::DisableWearDetection(const std::string &deviceId) in DisableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManagerProxy