Searched refs:ReportWindowFocus (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | frame_msg_intf.cpp | 68 void FrameMsgIntf::ReportWindowFocus(const int pid, const int uid, const int isFocus) in ReportWindowFocus() function in OHOS::RME::FrameMsgIntf 72 RME_LOGE("[ReportWindowFocus]:taskQueue none!"); in ReportWindowFocus() 76 IntelliSenseServer::GetInstance().ReportWindowFocus(pid, uid, isFocus); in ReportWindowFocus()
|
H A D | frame_msg_intf.h | 34 void ReportWindowFocus(const int pid, const int uid, const int isFocus);
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | intellisense_server.h | 41 void ReportWindowFocus(const int pid, const int uid, int isFocus);
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
H A D | intellisense_server.cpp | 247 void IntelliSenseServer::ReportWindowFocus(const int pid, const int uid, int isFocus) in ReportWindowFocus() function in OHOS::RME::IntelliSenseServer 255 RME_LOGI("[ReportWindowFocus]:%{public}d get focus", pid); in ReportWindowFocus() 258 RME_LOGI("[ReportWindowFocus]:%{public}d lost focus", pid); in ReportWindowFocus() 261 RME_LOGI("[ReportWindowFocus]:unknown msg!"); in ReportWindowFocus()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 190 RME::FrameMsgIntf::GetInstance().ReportWindowFocus(pid, uid, data->value);
in HandleWindowsFocus()
|
Completed in 2 milliseconds