Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/unified_collector/observer/
H A Duc_app_state_observer.cpp31 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, FOREGROUND); in OnProcessStateChanged()
33 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, BACKGROUND); in OnProcessStateChanged()
41 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, CREATED); in OnProcessCreated()
H A Duc_render_state_observer.cpp46 ProcessStatus::GetInstance().NotifyProcessState(renderStateData.pid, procState); in OnRenderStateChanged()
/base/hiviewdfx/hiview/framework/native/unified_collection/process/include/
H A Dprocess_status.h45 void NotifyProcessState(int32_t pid, ProcessState procState);
/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp117 void ProcessStatus::NotifyProcessState(int32_t pid, ProcessState procState) in NotifyProcessState() function in OHOS::HiviewDFX::UCollectUtil::ProcessStatus
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_state_info_collector.cpp186 ProcessStatus::GetInstance().NotifyProcessState(it->first, DIED); in TryToDeleteDeadProcessInfo()
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp280 ProcessStatus::GetInstance().NotifyProcessState(procId, procState); in OnEventListeningCallback()

Completed in 4 milliseconds