Home
last modified time | relevance | path

Searched refs:ALLOWED_BLUETOOTH_DEVICES (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp105 proxy->GetPolicy(EdmInterfaceCode::ALLOWED_BLUETOOTH_DEVICES, data, reply); in GetAllowedBluetoothDevices()
135 …POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::ALLOWED_BLUETOOTH_DEVICES); in AddOrRemoveAllowedBluetoothDevices()
138 …ICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::ALLOWED_BLUETOOTH_DEVICES); in AddOrRemoveAllowedBluetoothDevices()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h92 ALLOWED_BLUETOOTH_DEVICES = 1052, enumerator
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/allowedbluetoothdevicesplugin_fuzzer/
H A Dallowed_bluetooth_devices_plugin_fuzzer.cpp49 uint32_t code = EdmInterfaceCode::ALLOWED_BLUETOOTH_DEVICES; in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dallowed_bluetooth_devices_plugin.cpp36 ptr->InitAttribute(EdmInterfaceCode::ALLOWED_BLUETOOTH_DEVICES, "allowed_bluetooth_devices", in InitPlugin()