Searched refs:ReportAllowListChanged (Results 1 - 4 of 4) sorted by relevance
/foundation/resourceschedule/device_standby/services/notification/include/ |
H A D | standby_state_subscriber.h | 45 void ReportAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added);
|
/foundation/resourceschedule/device_standby/services/notification/src/ |
H A D | standby_state_subscriber.cpp | 134 void StandbyStateSubscriber::ReportAllowListChanged(int32_t uid, const std::string& name, in ReportAllowListChanged() function in OHOS::DevStandbyMgr::StandbyStateSubscriber 137 STANDBYSERVICE_LOGI("start ReportAllowListChanged, uid is %{public}d"\ in ReportAllowListChanged()
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 606 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(uid, name, alowTypeDiff, true); in ApplyAllowResInner() 727 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(uid, name, removedNumber, false); in UnapplyAllowResInner()
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 572 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(DEFAULT_UID, DEFAULT_BUNDLENAME, in HWTEST_F() 582 StandbyStateSubscriber::GetInstance()->ReportAllowListChanged(DEFAULT_UID, DEFAULT_BUNDLENAME, in HWTEST_F()
|
Completed in 8 milliseconds