Home
last modified time | relevance | path

Searched refs:ReportWindowFocus (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_msg_intf.cpp68 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 Dframe_msg_intf.h34 void ReportWindowFocus(const int pid, const int uid, const int isFocus);
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dintellisense_server.h41 void ReportWindowFocus(const int pid, const int uid, int isFocus);
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp247 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 Dframe_aware_plugin.cpp190 RME::FrameMsgIntf::GetInstance().ReportWindowFocus(pid, uid, data->value); in HandleWindowsFocus()

Completed in 2 milliseconds