Home
last modified time | relevance | path

Searched refs:FocusInput (Results 1 – 6 of 6) sorted by relevance

/test/ostest/wukong/input_factory/include/
Dappswitch_input.h43 ErrCode FocusInput(bool shouldScreenCap);
Dcomponent_input.h35 ErrCode FocusInput(bool shouldScreenCap);
Dinput_action.h72 virtual ErrCode FocusInput(bool shouldScreenCap) in FocusInput() function
/test/ostest/wukong/input_factory/src/
Dappswitch_input.cpp87 ErrCode AppswitchInput::FocusInput(bool shouldScreenCap) in FocusInput() function in OHOS::WuKong::AppswitchInput
Dcomponent_input.cpp318 ErrCode ComponentInput::FocusInput(bool shouldScreenCap) in FocusInput() function in OHOS::WuKong::ComponentInput
/test/ostest/wukong/test_flow/src/
Dfocus_test_flow.cpp324 result = inputaction->FocusInput(g_commandSCREENSHOTENABLE); in InputScene()