Searched refs:ReportAppInfo (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | frame_msg_intf.cpp | 93 void FrameMsgIntf::ReportAppInfo(const int pid, const int uid, const std::string bundleName, ThreadState state) in ReportAppInfo() function in OHOS::RME::FrameMsgIntf 97 RME_LOGI("[ReportAppInfo]:taskQueue none!"); in ReportAppInfo() 102 IntelliSenseServer::GetInstance().ReportAppInfo(pid, uid, bundleName, state); in ReportAppInfo()
|
H A D | frame_msg_intf.h | 31 void ReportAppInfo(const int pid, const int uid, const std::string bundleName, ThreadState state);
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | intellisense_server.h | 38 void ReportAppInfo(const int pid, const int uid, const std::string bundleName, ThreadState state);
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
H A D | intellisense_server.cpp | 297 void IntelliSenseServer::ReportAppInfo(const int pid, const int uid, const std::string bundleName, ThreadState state) in ReportAppInfo() function in OHOS::RME::IntelliSenseServer
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 111 RME::FrameMsgIntf::GetInstance().ReportAppInfo(pid, uid, bundleName, state);
in HandleAppStateChange()
|
Completed in 4 milliseconds