Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dallow_type.cpp20 const std::vector<std::string> AllowTypeName = { variable
29 const uint32_t MAX_ALLOW_TYPE_NUM = AllowTypeName.size();
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dallow_type.h36 extern const std::vector<std::string> AllowTypeName;
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/
H A Dlibstandby_innerkits.versionscript18 *AllowTypeName*;
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp646 …GetMaxDuration(name, AllowTypeName[allowTypeIndex], condition, isApp)) * TimeConstant::MSEC_PER_SE… in UpdateRecord()
843 AllowTypeName[allowTypeIndex], condition, isAllow, true); in GetPersistAllowList()
846 AllowTypeName[allowTypeIndex], condition, isAllow, false); in GetPersistAllowList()
1316 stream << "\t\t\tallow type: " << AllowTypeName[unitIter->allowTypeIndex_] << "\n"; in DumpAllowListInfo()