Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp411 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()
693UnapplyAllowResInner(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 Dstandby_service_unit_test.cpp359 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 Dstandby_service_impl.h141 …void UnapplyAllowResInner(int32_t uid, const std::string& name, uint32_t allowType, bool removeAl…