Home
last modified time | relevance | path

Searched refs:pageId_ (Results 1 – 5 of 5) sorted by relevance

/test/ostest/wukong/component_event/include/
Dscene_delegate.h53 return pageId_; in GetCurrentPageId()
116 uint64_t pageId_ = 0; variable
Dfocus_scene_delegate.h53 return pageId_; in GetCurrentPageId()
122 uint64_t pageId_ = 0; variable
/test/ostest/wukong/report/include/
Dinput_msg_object.h106 uint32_t pageId_ = 0; variable
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp254 componentInputMsg->pageId_ = delegate->GetCurrentPageId(); in OrderInput()
301 componentInputMsg->pageId_ = delegate->GetCurrentPageId(); in RandomInput()
/test/ostest/wukong/report/src/
Dreport.cpp543 componmentRecord.pageIdComponments[inputCompMsgPtr->pageId_] = inputCompMsgPtr->pageComponments; in ComponmentInfoArrange()