Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dallow_type.cpp29 const uint32_t MAX_ALLOW_TYPE_NUM = AllowTypeName.size(); variable
30 const uint32_t MAX_ALLOW_TYPE_NUMBER = (1 << MAX_ALLOW_TYPE_NUM) - 1;
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dallow_type.h37 extern const uint32_t MAX_ALLOW_TYPE_NUM;
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/
H A Dlibstandby_innerkits.versionscript19 *MAX_ALLOW_TYPE_NUM*;
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp509 …urceType <= EXEMPT_ALL_RESOURCES || resourceType > EXEMPT_ALL_RESOURCES + MAX_ALLOW_TYPE_NUM + 1) { in GetExemptedResourceType()
638 for (uint32_t allowTypeIndex = 0; allowTypeIndex < MAX_ALLOW_TYPE_NUM; ++allowTypeIndex) { in UpdateRecord()
800 for (uint32_t allowTypeIndex = 0; allowTypeIndex < MAX_ALLOW_TYPE_NUM; ++allowTypeIndex) { in GetAllowListInner()
836 if (allowTypeIndex >= MAX_ALLOW_TYPE_NUM) { in GetPersistAllowList()
922 …for (uint32_t restrictTypeIndex = 0; restrictTypeIndex < MAX_ALLOW_TYPE_NUM; ++restrictTypeIndex) { in GetRestrictListInner()