Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dcommon_constant.h93 extern const uint32_t DUMP_SLEEP_APPLY_ALLOW_LIST_NUMS;
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/src/
H A Dcommon_constant.cpp91 const uint32_t DUMP_SLEEP_APPLY_ALLOW_LIST_NUMS = 7; variable
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1349 argsInStr.size() < DUMP_SLEEP_APPLY_ALLOW_LIST_NUMS)) { in DumpModifyAllowList()