Home
last modified time | relevance | path

Searched refs:m_uiTid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dapp_info.cpp24 m_uiTid(0), in AppInfo()
43 this->m_uiTid = tid; in SetUiTid()
48 return m_uiTid; in GetUiTid()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/include/
H A Drme_core_sched.h51 int m_uiTid = -1; variable
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dapp_info.h67 int m_uiTid; variable
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_core_sched.cpp70 m_uiTid = gettid(); in BeginFlushAnimation()