/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | notifier_mgr_test.cpp | 74 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 D | res_sched_service_test.cpp | 246 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 D | res_sched_service_mock_test.cpp | 369 resSchedServiceAbility_->OnDeviceLevelChanged(0, 2, action); in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service_ability.cpp | 105 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 D | res_sched_service.cpp | 94 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 D | res_sched_service_ability.h | 41 void OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) override;
|
H A D | res_sched_service.h | 47 void OnDeviceLevelChanged(int32_t type, int32_t level);
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/ |
H A D | wrapper.rs | 86 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 D | notifier_mgr.h | 46 void OnDeviceLevelChanged(int32_t type, int32_t level);
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/ |
H A D | system_ability_wrapper.cpp | 109 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 D | bundle_mgr_service.h | 77 virtual void OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) override;
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
H A D | system_ability.h | 205 * 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 D | system_ability.h | 205 * 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 D | system_ability_wrapper.h | 65 void OnDeviceLevelChanged(int32_t type, int32_t level, std::string &action) override;
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_system_ability.cpp | 248 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 D | mock_system_ability.cpp | 275 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 D | mock_system_ability.cpp | 282 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 D | mock_system_ability.cpp | 244 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 D | notifier_mgr.cpp | 134 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 D | bundle_mgr_service.cpp | 102 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 D | ressched_fuzzer.cpp | 362 NotifierMgr::GetInstance().OnDeviceLevelChanged(type, level); in NotifierMgrFuzzTest()
|
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | system_ability.cpp | 435 void SystemAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() function in OHOS::SystemAbility
|
H A D | local_ability_manager.cpp | 869 ability->OnDeviceLevelChanged(type, level, action); in SendStrategyToSA()
|