Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp32 int EnableWearDetection(const std::string &deviceId);
46 int BluetoothAudioManager::impl::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager::impl
50 return proxy->EnableWearDetection(deviceId); in EnableWearDetection()
89 int BluetoothAudioManager::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager
93 return pimpl->EnableWearDetection(deviceId); in EnableWearDetection()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp43 DECLARE_NAPI_FUNCTION("enableWearDetection", EnableWearDetection), in DefineSystemWearDetectionInterface()
53 napi_value NapiBluetoothAudioManager::EnableWearDetection(napi_env env, napi_callback_info info) in EnableWearDetection() function in OHOS::Bluetooth::NapiBluetoothAudioManager
62 int32_t err = wd.EnableWearDetection(remoteAddr); in EnableWearDetection()
/ohos5.0/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);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h42 int EnableWearDetection(const std::string &deviceId);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_audio_manager.h30 virtual int EnableWearDetection(const std::string &deviceId) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h32 int EnableWearDetection(const std::string &deviceId) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp27 int BluetoothAudioManagerProxy::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManagerProxy