Searched refs:UnapplyAllowResInner (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 411 mgr->UnapplyAllowResInner(uid, name, MAX_ALLOW_TYPE_NUMBER, false); in RecoverTimeLimitedTask() 453 this->UnapplyAllowResInner(uid, bundleName, allowType, true); in RemoveAppAllowRecord() 665 this->UnapplyAllowResInner(uid, name, allowType, false); in UpdateRecord() 693 …UnapplyAllowResInner(resourceRequest->GetUid(), resourceRequest->GetName(), resourceRequest->GetAl… in UnapplyAllowResource() 697 void StandbyServiceImpl::UnapplyAllowResInner(int32_t uid, const std::string& name, in UnapplyAllowResInner() function in OHOS::DevStandbyMgr::StandbyServiceImpl
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 359 StandbyServiceImpl::GetInstance()->UnapplyAllowResInner(0, "test", 0, true); 362 StandbyServiceImpl::GetInstance()->UnapplyAllowResInner(0, "test", AllowType::NETWORK, true); 544 …StandbyServiceImpl::GetInstance()->UnapplyAllowResInner(DEFAULT_UID, DEFAULT_BUNDLENAME, 1, false); 545 … StandbyServiceImpl::GetInstance()->UnapplyAllowResInner(DEFAULT_UID, DEFAULT_BUNDLENAME, 1, true);
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service_impl.h | 141 …void UnapplyAllowResInner(int32_t uid, const std::string& name, uint32_t allowType, bool removeAl…
|