Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dallowed_bluetooth_devices_plugin.cpp58 if (data.size() > EdmConstants::BLUETOOTH_WHITELIST_MAX_SIZE) { in OnSetPolicy()
64 if (mergeData.size() > EdmConstants::BLUETOOTH_WHITELIST_MAX_SIZE) { in OnSetPolicy()
93 if (data.size() > EdmConstants::BLUETOOTH_WHITELIST_MAX_SIZE) { in OnRemovePolicy()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dallowed_bluetooth_devices_plugin_test.cpp135 std::vector<std::string> policyData(EdmConstants::BLUETOOTH_WHITELIST_MAX_SIZE + 1);
136 for (int i = 0; i < EdmConstants::BLUETOOTH_WHITELIST_MAX_SIZE + 1; ++i) {
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_constants.h38 constexpr int32_t BLUETOOTH_WHITELIST_MAX_SIZE = 1000; variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp113 if (size > EdmConstants::BLUETOOTH_WHITELIST_MAX_SIZE) { in GetAllowedBluetoothDevices()