Home
last modified time | relevance | path

Searched refs:POLICIES_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_constants.h39 constexpr uint32_t POLICIES_MAX_SIZE = 200; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp370 if (policies.size() > EdmConstants::POLICIES_MAX_SIZE) { in SetDelegatedPoliciesInner()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Denterprise_device_mgr_proxy.cpp500 if (size > EdmConstants::POLICIES_MAX_SIZE) { in GetDelegatedPolicies()