Searched refs:OnApplicationStateChange (Results 1 - 6 of 6) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | notifier_mgr_test.cpp | 57 NotifierMgr::GetInstance().OnApplicationStateChange(APP_STATE_EXIT, IPCSkeleton::GetCallingPid()); in TearDown() 73 NotifierMgr::GetInstance().OnApplicationStateChange(2, IPCSkeleton::GetCallingPid()); in HWTEST_F() 108 NotifierMgr::GetInstance().OnApplicationStateChange(2, IPCSkeleton::GetCallingPid()); in HWTEST_F() 126 NotifierMgr::GetInstance().OnApplicationStateChange(2, 111111); in HWTEST_F() 130 NotifierMgr::GetInstance().OnApplicationStateChange(APP_STATE_EXIT, 111111); in HWTEST_F() 145 NotifierMgr::GetInstance().OnApplicationStateChange(2, IPCSkeleton::GetCallingPid()); in HWTEST_F() 167 NotifierMgr::GetInstance().OnApplicationStateChange(APP_STATE_EXIT, callingPid); in HWTEST_F() 169 NotifierMgr::GetInstance().OnApplicationStateChange(2, callingPid); in HWTEST_F() 396 * @tc.name: notifier manager OnApplicationStateChange 001 397 * @tc.desc: test the interface OnApplicationStateChange [all...] |
H A D | res_sched_service_test.cpp | 245 NotifierMgr::GetInstance().OnApplicationStateChange(2, IPCSkeleton::GetCallingPid());
in HWTEST_F() 250 NotifierMgr::GetInstance().OnApplicationStateChange(4, IPCSkeleton::GetCallingPid());
in HWTEST_F() 291 NotifierMgr::GetInstance().OnApplicationStateChange(2, 111111);
in HWTEST_F() 296 NotifierMgr::GetInstance().OnApplicationStateChange(4, 111111);
in HWTEST_F() 316 NotifierMgr::GetInstance().OnApplicationStateChange(2, IPCSkeleton::GetCallingPid());
in HWTEST_F() 322 NotifierMgr::GetInstance().OnApplicationStateChange(4, IPCSkeleton::GetCallingPid());
in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/ |
H A D | notifier_mgr.h | 47 void OnApplicationStateChange(int32_t state, int32_t pid);
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | res_sched_mgr.cpp | 210 NotifierMgr::GetInstance().OnApplicationStateChange(state, pid);
in ReportAppStateInProcess()
|
H A D | notifier_mgr.cpp | 158 void NotifierMgr::OnApplicationStateChange(int32_t state, int32_t pid) in OnApplicationStateChange() function in OHOS::ResourceSchedule::NotifierMgr 160 RESSCHED_LOGD("OnApplicationStateChange called, state: %{public}d, pid : %{public}d .", state, pid); in OnApplicationStateChange() 168 RESSCHED_LOGW("OnApplicationStateChange called, not app."); in OnApplicationStateChange()
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 363 NotifierMgr::GetInstance().OnApplicationStateChange(state, level); in NotifierMgrFuzzTest()
|
Completed in 5 milliseconds