Home
last modified time | relevance | path

Searched refs:OnAllowListChanged (Results 1 - 11 of 11) sorted by relevance

/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_subscriber_stub.cpp63 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 Dwork_standby_state_change_callback.h45 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_standby_state_change_callback.cpp40 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 Dstandby_service_subscriber_proxy.h48 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
H A Distandby_service_subscriber.h48 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 Dstandby_service_subscriber_stub.h43 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_subscriber_proxy.cpp57 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 Dstandby_state_subscriber.cpp152 (*iter)->OnAllowListChanged(uid, name, allowType, added); in NotifyAllowChangedByCallback()
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dstandby_client_unit_test.cpp222 proxy->OnAllowListChanged(-1, "", 0, false); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp354 workSchedulerService_->standbyStateObserver_->OnAllowListChanged(0, "bundlename", 0, true); in OnWorkStandbyStateChange()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp610 workSchedulerService_->standbyStateObserver_->OnAllowListChanged(0, "bundlename", 0, true); in HWTEST_F()

Completed in 5 milliseconds