Home
last modified time | relevance | path

Searched refs:OnApplicationStateChange (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dnotifier_mgr_test.cpp57 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 Dres_sched_service_test.cpp245 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 Dnotifier_mgr.h47 void OnApplicationStateChange(int32_t state, int32_t pid);
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dres_sched_mgr.cpp210 NotifierMgr::GetInstance().OnApplicationStateChange(state, pid); in ReportAppStateInProcess()
H A Dnotifier_mgr.cpp158 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 Dressched_fuzzer.cpp363 NotifierMgr::GetInstance().OnApplicationStateChange(state, level); in NotifierMgrFuzzTest()

Completed in 4 milliseconds