Searched refs:EnableWearDetection (Results 1 – 7 of 7) sorted by relevance
32 int EnableWearDetection(const std::string &deviceId);46 int BluetoothAudioManager::impl::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager::impl50 return proxy->EnableWearDetection(deviceId); in EnableWearDetection()89 int BluetoothAudioManager::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManager93 return pimpl->EnableWearDetection(deviceId); in EnableWearDetection()
43 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::NapiBluetoothAudioManager62 int32_t err = wd.EnableWearDetection(remoteAddr); in EnableWearDetection()
27 static napi_value EnableWearDetection(napi_env env, napi_callback_info info);
42 int EnableWearDetection(const std::string &deviceId);
30 virtual int EnableWearDetection(const std::string &deviceId) = 0;
32 int EnableWearDetection(const std::string &deviceId) override;
27 int BluetoothAudioManagerProxy::EnableWearDetection(const std::string &deviceId) in EnableWearDetection() function in OHOS::Bluetooth::BluetoothAudioManagerProxy