Home
last modified time | relevance | path

Searched refs:OnDeviceLevelChanged (Results 1 - 23 of 23) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dnotifier_mgr_test.cpp74 NotifierMgr::GetInstance().OnDeviceLevelChanged(0, 2); in HWTEST_F()
91 NotifierMgr::GetInstance().OnDeviceLevelChanged(0, 2); in HWTEST_F()
109 NotifierMgr::GetInstance().OnDeviceLevelChanged(1, 2); in HWTEST_F()
127 NotifierMgr::GetInstance().OnDeviceLevelChanged(0, 2); in HWTEST_F()
147 NotifierMgr::GetInstance().OnDeviceLevelChanged(0, 2); in HWTEST_F()
168 NotifierMgr::GetInstance().OnDeviceLevelChanged(0, 2); in HWTEST_F()
285 NotifierMgr::GetInstance().OnDeviceLevelChanged(0, 0); in HWTEST_F()
299 NotifierMgr::GetInstance().OnDeviceLevelChanged(0, 2); in HWTEST_F()
300 NotifierMgr::GetInstance().OnDeviceLevelChanged(1, 5); in HWTEST_F()
382 * @tc.name: notifier manager OnDeviceLevelChanged 00
[all...]
H A Dres_sched_service_test.cpp246 resSchedService_->OnDeviceLevelChanged(0, 2); in HWTEST_F()
269 resSchedService_->OnDeviceLevelChanged(0, 2); in HWTEST_F()
292 resSchedService_->OnDeviceLevelChanged(0, 2); in HWTEST_F()
318 resSchedService_->OnDeviceLevelChanged(0, 2); in HWTEST_F()
410 resSchedService_->OnDeviceLevelChanged(0, 0); in HWTEST_F()
429 resSchedService_->OnDeviceLevelChanged(0, 2); in HWTEST_F()
430 resSchedService_->OnDeviceLevelChanged(1, 5); in HWTEST_F()
H A Dres_sched_service_mock_test.cpp369 resSchedServiceAbility_->OnDeviceLevelChanged(0, 2, action); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_ability.cpp105 void ResSchedServiceAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in OHOS::ResourceSchedule::ResSchedServiceAbility
111 service_->OnDeviceLevelChanged(type, level); in OnDeviceLevelChanged()
H A Dres_sched_service.cpp94 void ResSchedService::OnDeviceLevelChanged(int32_t type, int32_t level) in OnDeviceLevelChanged() function in OHOS::ResourceSchedule::ResSchedService
96 NotifierMgr::GetInstance().OnDeviceLevelChanged(type, level); in OnDeviceLevelChanged()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service_ability.h41 void OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) override;
H A Dres_sched_service.h47 void OnDeviceLevelChanged(int32_t type, int32_t level);
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H A Dwrapper.rs86 fn OnDeviceLevelChanged( in OnDeviceLevelChanged() functions
192 fn OnDeviceLevelChanged(&self, change_type: i32, level: i32, action: String) { in OnDeviceLevelChanged() functions
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dnotifier_mgr.h46 void OnDeviceLevelChanged(int32_t type, int32_t level);
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H A Dsystem_ability_wrapper.cpp109 void SystemAbilityWrapper::OnDeviceLevelChanged(int32_t type, int32_t level, std::string &action) in OnDeviceLevelChanged() function in OHOS::SafwkRust::SystemAbilityWrapper
111 ability_->OnDeviceLevelChanged(type, level, action); in OnDeviceLevelChanged()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h77 virtual void OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) override;
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dsystem_ability.h205 * OnDeviceLevelChanged, OnDeviceLevelChanged will be called when listen strategy send.
212 virtual void OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action);
/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsystem_ability.h205 * OnDeviceLevelChanged, OnDeviceLevelChanged will be called when listen strategy send.
212 virtual void OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action);
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/include/
H A Dsystem_ability_wrapper.h65 void OnDeviceLevelChanged(int32_t type, int32_t level, std::string &action) override;
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_system_ability.cpp248 void SystemAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in SystemAbility
250 GTEST_LOG_(INFO) << "aams MOCK SystemAbility OnDeviceLevelChanged"; in OnDeviceLevelChanged()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_system_ability.cpp275 void SystemAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in OHOS::SystemAbility
277 GTEST_LOG_(INFO) << "MOCK SystemAbility OnDeviceLevelChanged"; in OnDeviceLevelChanged()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_system_ability.cpp282 void SystemAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in OHOS::SystemAbility
284 GTEST_LOG_(INFO) << "MOCK SystemAbility OnDeviceLevelChanged"; in OnDeviceLevelChanged()
/foundation/resourceschedule/soc_perf/test/unittest/mock/
H A Dmock_system_ability.cpp244 void SystemAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in SystemAbility
246 GTEST_LOG_(INFO) << "aams MOCK SystemAbility OnDeviceLevelChanged"; in OnDeviceLevelChanged()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dnotifier_mgr.cpp134 void NotifierMgr::OnDeviceLevelChanged(int32_t type, int32_t level) in OnDeviceLevelChanged() function in OHOS::ResourceSchedule::NotifierMgr
136 RESSCHED_LOGD("OnDeviceLevelChanged called"); in OnDeviceLevelChanged()
139 RESSCHED_LOGW("OnDeviceLevelChanged, no type matched"); in OnDeviceLevelChanged()
151 RESSCHED_LOGE("OnDeviceLevelChanged error due to notifierHandler null."); in OnDeviceLevelChanged()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp102 void BundleMgrService::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in OHOS::AppExecFwk::BundleMgrService
104 APP_LOGD("SystemAbility OnDeviceLevelChanged is called"); in OnDeviceLevelChanged()
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
H A Dressched_fuzzer.cpp362 NotifierMgr::GetInstance().OnDeviceLevelChanged(type, level); in NotifierMgrFuzzTest()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability.cpp435 void SystemAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in OHOS::SystemAbility
H A Dlocal_ability_manager.cpp869 ability->OnDeviceLevelChanged(type, level, action); in SendStrategyToSA()

Completed in 15 milliseconds