Searched refs:OnProcessStatusChanged (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | app_state_observer.cpp | 38 StandbyServiceImpl::GetInstance()->OnProcessStatusChanged(uid, pid, bundleName, false); in OnProcessDied() 56 StandbyServiceImpl::GetInstance()->OnProcessStatusChanged(uid, pid, bundleName, true); in OnProcessCreated()
|
H A D | standby_service_impl.cpp | 744 void StandbyServiceImpl::OnProcessStatusChanged(int32_t uid, int32_t pid, const std::string& bundle… in OnProcessStatusChanged() function in OHOS::DevStandbyMgr::StandbyServiceImpl
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service_impl.h | 137 …void OnProcessStatusChanged(int32_t uid, int32_t pid, const std::string& bundleName, bool isCreate…
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 241 StandbyServiceImpl::GetInstance()->OnProcessStatusChanged(-1, -1, "", true); 244 StandbyServiceImpl::GetInstance()->OnProcessStatusChanged(-1, -1, "", true);
|