Home
last modified time | relevance | path

Searched refs:ReportProcessInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_msg_intf.cpp106 void FrameMsgIntf::ReportProcessInfo(const int pid, const int uid, const std::string bundleName, Th… in ReportProcessInfo() function in OHOS::RME::FrameMsgIntf
114 IntelliSenseServer::GetInstance().ReportProcessInfo(pid, uid, bundleName, state); in ReportProcessInfo()
H A Dframe_msg_intf.h32 …void ReportProcessInfo(const int pid, const int uid, const std::string bundleName, ThreadState sta…
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dintellisense_server.h39 …void ReportProcessInfo(const int pid, const int uid, const std::string bundleName, ThreadState sta…
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp309 void IntelliSenseServer::ReportProcessInfo(const int pid, in ReportProcessInfo() function in OHOS::RME::IntelliSenseServer
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp131 RME::FrameMsgIntf::GetInstance().ReportProcessInfo(pid, uid, bundleName, state); in HandleProcessStateChange()