Home
last modified time | relevance | path

Searched refs:pagePath_ (Results 1 - 7 of 7) sorted by relevance

/test/ostest/wukong/component_event/src/
H A Dtree_manager.cpp547 if (page2inputCount_.find(pagePath_) == page2inputCount_.end()) { in FindInputComponentIndex()
548 page2inputCount_[pagePath_] = 1; in FindInputComponentIndex()
549 page2componentIndex_[pagePath_] = (std::uint32_t) rand(); in FindInputComponentIndex()
551 return page2componentIndex_[pagePath_]; in FindInputComponentIndex()
554 if (page2inputCount_[pagePath_] % (focusNum_ + 1) == 0) { in FindInputComponentIndex()
555 page2componentIndex_[pagePath_] = (std::uint32_t) rand(); in FindInputComponentIndex()
556 page2inputCount_[pagePath_] = 0; in FindInputComponentIndex()
559 page2inputCount_[pagePath_]++; in FindInputComponentIndex()
561 page2inputCount_[pagePath_] = 1; in FindInputComponentIndex()
562 page2componentIndex_[pagePath_] in FindInputComponentIndex()
[all...]
/test/ostest/wukong/component_event/include/
H A Dtree_manager.h265 pagePath_ = pagePath; in SetOldPagePath()
270 return pagePath_; in GetPagePath()
316 std::string pagePath_; member in OHOS::WuKong::TreeManager
/test/ostest/wukong/report/include/
H A Dinput_msg_object.h108 std::string pagePath_; member in OHOS::WuKong::ComponmentInputMsg
/test/testfwk/arkxtest/uitest/core/
H A Dui_model.h314 std::string pagePath_ = ""; member in OHOS::uitest::Window
H A Dui_driver.cpp132 child["attributes"]["pagePath"] = winCache.window_.pagePath_; in DumpWindowsInfo()
/test/ostest/wukong/input_factory/src/
H A Dcomponent_input.cpp351 componentInputMsg->pagePath_ = componentinfo->GetPagePath(); in FocusInput()
/test/ostest/wukong/report/src/
H A Dreport.cpp272 item += inputCompMsgPtr->pagePath_ + ","; in GroupFocusDataAndRecord()

Completed in 7 milliseconds