Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/include/
H A Dcomponent_input.h35 ErrCode FocusInput(bool shouldScreenCap);
42 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap);
H A Dappswitch_input.h55 ErrCode FocusInput(bool shouldScreenCap);
H A Dinput_action.h88 virtual ErrCode FocusInput(bool shouldScreenCap) in FocusInput() argument
/test/ostest/wukong/component_event/src/
H A 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/
H A Dcomponent_input.cpp317 ErrCode ComponentInput::FocusInput(bool shouldScreenCap) in FocusInput() argument
332 uint32_t index = ChooseRightComponentIndex(componentInfos, wComponentInfos, shouldScreenCap); in FocusInput()
372 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap) in ChooseRightComponentIndex()
390 uint32_t randIndex = treemanager->FindInputComponentIndex(shouldScreenCap); in ChooseRightComponentIndex()
370 ChooseRightComponentIndex( std::vector<std::shared_ptr<OHOS::Accessibility::AccessibilityElementInfo>> &componentInfos, std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap) ChooseRightComponentIndex() argument
H A Dappswitch_input.cpp101 ErrCode AppswitchInput::FocusInput(bool shouldScreenCap) in FocusInput() argument
/test/ostest/wukong/component_event/include/
H A Dtree_manager.h103 std::uint32_t FindInputComponentIndex(bool shouldScreenCap);
108 void ScreenCapture(bool shouldScreenCap);

Completed in 4 milliseconds