Home
last modified time | relevance | path

Searched refs:RemoveAllowedBluetoothDevices (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bluetooth_manager/src/
H A Dbluetooth_manager_addon.cpp34 DECLARE_NAPI_FUNCTION("removeAllowedBluetoothDevices", RemoveAllowedBluetoothDevices), in Init()
190 napi_value BluetoothManagerAddon::RemoveAllowedBluetoothDevices(napi_env env, napi_callback_info in… in RemoveAllowedBluetoothDevices() function in BluetoothManagerAddon
221 retCode = bluetoothManagerProxy->RemoveAllowedBluetoothDevices(elementName, deviceIds); in AddOrRemoveBluetoothDevices()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bluetooth_manager/include/
H A Dbluetooth_manager_addon.h41 static napi_value RemoveAllowedBluetoothDevices(napi_env env, napi_callback_info info);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/include/
H A Dbluetooth_manager_proxy.h37 int32_t RemoveAllowedBluetoothDevices(const AppExecFwk::ElementName &admin,
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dbluetooth_manager_proxy_test.cpp263 int32_t ret = proxy_->RemoveAllowedBluetoothDevices(admin, deviceIds);
278 int32_t ret = proxy_->RemoveAllowedBluetoothDevices(admin, deviceIds);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp121 int32_t BluetoothManagerProxy::RemoveAllowedBluetoothDevices(const AppExecFwk::ElementName &admin, in RemoveAllowedBluetoothDevices() function in OHOS::EDM::BluetoothManagerProxy