Home
last modified time | relevance | path

Searched refs:CheckAllowTypeInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp439 bool StandbyServiceImpl::CheckAllowTypeInfo(uint32_t allowType) in CheckAllowTypeInfo() function in OHOS::DevStandbyMgr::StandbyServiceImpl
576 if (!CheckAllowTypeInfo(resourceRequest->GetAllowType()) || resourceRequest->GetUid() < 0) { in ApplyAllowResource()
689 if (!CheckAllowTypeInfo(resourceRequest->GetAllowType()) || resourceRequest->GetUid() < 0) { in UnapplyAllowResource()
786 if (!CheckAllowTypeInfo(allowType)) { in GetAllowList()
910 if (!CheckAllowTypeInfo(restrictType)) { in GetRestrictList()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h157 bool CheckAllowTypeInfo(uint32_t allowType);