Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp29 int EnableWearDetection(const std::string &deviceId);
43 int BluetoothAudioManager::impl::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager::impl
47 return proxy->EnableWearDetection(deviceId); in EnableWearDetection()
86 int BluetoothAudioManager::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager
90 return pimpl->EnableWearDetection(deviceId); in EnableWearDetection()
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp40 DECLARE_NAPI_FUNCTION("enableWearDetection", EnableWearDetection), in DefineSystemWearDetectionInterface()
50 napi_value NapiBluetoothAudioManager::EnableWearDetection(napi_env env, napi_callback_info info) in EnableWearDetection() function in OHOS::Bluetooth::NapiBluetoothAudioManager
59 int32_t err = wd.EnableWearDetection(remoteAddr); in EnableWearDetection()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_audio_manager.h27 static napi_value EnableWearDetection(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_audio_manager.h30 virtual int EnableWearDetection(const std::string &deviceId) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h42 int EnableWearDetection(const std::string &deviceId);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h32 int EnableWearDetection(const std::string &deviceId) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp24 int BluetoothAudioManagerProxy::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManagerProxy
66 HILOGE("BluetoothWearDetectionProxy::EnableWearDetection write device error"); in GetWearDetectionState()

Completed in 4 milliseconds