Home
last modified time | relevance | path

Searched refs:shouldScreenCap (Results 1 – 7 of 7) sorted by relevance

/test/ostest/wukong/input_factory/include/
Dcomponent_input.h35 ErrCode FocusInput(bool shouldScreenCap);
42 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap);
Dappswitch_input.h43 ErrCode FocusInput(bool shouldScreenCap);
Dinput_action.h72 virtual ErrCode FocusInput(bool shouldScreenCap) in FocusInput() argument
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp545 std::uint32_t TreeManager::FindInputComponentIndex(bool shouldScreenCap) in FindInputComponentIndex() argument
550 ScreenCapture(shouldScreenCap); in FindInputComponentIndex()
557 ScreenCapture(shouldScreenCap); in FindInputComponentIndex()
567 void TreeManager::ScreenCapture(bool shouldScreenCap) in ScreenCapture() argument
569 if (!shouldScreenCap) { in ScreenCapture()
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp318 ErrCode ComponentInput::FocusInput(bool shouldScreenCap) in FocusInput() argument
334 … uint32_t index = ChooseRightComponentIndex(componentInfos, wComponentInfos, shouldScreenCap); in FocusInput()
373 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap) in ChooseRightComponentIndex() argument
391 uint32_t randIndex = treemanager->FindInputComponentIndex(shouldScreenCap); in ChooseRightComponentIndex()
Dappswitch_input.cpp87 ErrCode AppswitchInput::FocusInput(bool shouldScreenCap) in FocusInput() argument
/test/ostest/wukong/component_event/include/
Dtree_manager.h103 std::uint32_t FindInputComponentIndex(bool shouldScreenCap);
108 void ScreenCapture(bool shouldScreenCap);