Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h147 … void NotifyAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp618 NotifyAllowListChanged(uid, name, alowTypeDiff, true); in ApplyAllowResInner()
740 NotifyAllowListChanged(uid, name, removedNumber, false); in UnapplyAllowResInner()
761 void StandbyServiceImpl::NotifyAllowListChanged(int32_t uid, const std::string& name, in NotifyAllowListChanged() function in OHOS::DevStandbyMgr::StandbyServiceImpl