Home
last modified time | relevance | path

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

/test/ostest/wukong/component_event/include/
Dnormal_scene.h36 bool IsBackToPrePage() in IsBackToPrePage() function
Dscene_delegate.h41 bool IsBackToPrePage() in IsBackToPrePage() function
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp205 if (delegate->IsBackToPrePage()) { in OrderInput()
261 DEBUG_LOG_STR("back: %d", delegate->IsBackToPrePage()); in RandomInput()
262 if (delegate->IsBackToPrePage()) { in RandomInput()
/test/ostest/wukong/component_event/src/
Dscene_delegate.cpp211 isBack_ = normalscene.IsBackToPrePage(); in SetAvailableComponentList()
218 isBack_ = normalscene.IsBackToPrePage(); in SetAvailableComponentList()