Searched refs:ReportAllowListChanged (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/include/ |
H A D | standby_state_subscriber.h | 44 … void ReportAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added);
|
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/src/ |
H A D | standby_state_subscriber.cpp | 135 void StandbyStateSubscriber::ReportAllowListChanged(int32_t uid, const std::string& name, in ReportAllowListChanged() function in OHOS::DevStandbyMgr::StandbyStateSubscriber
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 617 … StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(uid, name, alowTypeDiff, true); in ApplyAllowResInner() 739 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(uid, name, removedNumber, false); in UnapplyAllowResInner()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 572 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(DEFAULT_UID, DEFAULT_BUNDLENAME, 582 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(DEFAULT_UID, DEFAULT_BUNDLENAME,
|