/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_subscriber_stub.cpp | 63 void StandbyServiceSubscriberStub::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged() function in OHOS::DevStandbyMgr::StandbyServiceSubscriberStub 93 OnAllowListChanged(uid, name, allowType, added); in HandleOnAllowListChanged()
|
/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_standby_state_change_callback.h | 45 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_standby_state_change_callback.cpp | 40 void WorkStandbyStateChangeCallback::OnAllowListChanged(int32_t uid, const std::string& name, in OnAllowListChanged() function in OHOS::WorkScheduler::WorkStandbyStateChangeCallback
|
/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | standby_service_subscriber_proxy.h | 48 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
|
H A D | istandby_service_subscriber.h | 48 virtual void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) = 0;
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | standby_service_subscriber_stub.h | 43 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
|
/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_subscriber_proxy.cpp | 57 void StandbyServiceSubscriberProxy::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged() function in OHOS::DevStandbyMgr::StandbyServiceSubscriberProxy 62 STANDBYSERVICE_LOGW("OnAllowListChanged remote is dead."); in OnAllowListChanged() 67 STANDBYSERVICE_LOGW("OnAllowListChanged write interface token failed."); in OnAllowListChanged() 73 STANDBYSERVICE_LOGW("OnAllowListChanged write notification failed."); in OnAllowListChanged() 82 STANDBYSERVICE_LOGE("OnAllowListChanged SendRequest failed, error code: %d", ret); in OnAllowListChanged()
|
/foundation/resourceschedule/device_standby/services/notification/src/ |
H A D | standby_state_subscriber.cpp | 152 (*iter)->OnAllowListChanged(uid, name, allowType, added); in NotifyAllowChangedByCallback()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/ |
H A D | standby_client_unit_test.cpp | 222 proxy->OnAllowListChanged(-1, "", 0, false); in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/ |
H A D | workschedulerstartwork_fuzzer.cpp | 354 workSchedulerService_->standbyStateObserver_->OnAllowListChanged(0, "bundlename", 0, true); in OnWorkStandbyStateChange()
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | workschedulerservice_test.cpp | 610 workSchedulerService_->standbyStateObserver_->OnAllowListChanged(0, "bundlename", 0, true);
in HWTEST_F()
|