Searched refs:RemoveAllowedBluetoothDevices (Results 1 – 5 of 5) sorted by relevance
34 DECLARE_NAPI_FUNCTION("removeAllowedBluetoothDevices", RemoveAllowedBluetoothDevices), in Init()190 napi_value BluetoothManagerAddon::RemoveAllowedBluetoothDevices(napi_env env, napi_callback_info in… in RemoveAllowedBluetoothDevices() function in BluetoothManagerAddon221 retCode = bluetoothManagerProxy->RemoveAllowedBluetoothDevices(elementName, deviceIds); in AddOrRemoveBluetoothDevices()
41 static napi_value RemoveAllowedBluetoothDevices(napi_env env, napi_callback_info info);
37 int32_t RemoveAllowedBluetoothDevices(const AppExecFwk::ElementName &admin,
263 int32_t ret = proxy_->RemoveAllowedBluetoothDevices(admin, deviceIds);278 int32_t ret = proxy_->RemoveAllowedBluetoothDevices(admin, deviceIds);
121 int32_t BluetoothManagerProxy::RemoveAllowedBluetoothDevices(const AppExecFwk::ElementName &admin, in RemoveAllowedBluetoothDevices() function in OHOS::EDM::BluetoothManagerProxy