Home
last modified time | relevance | path

Searched refs:GetInputAction (Results 1 - 6 of 6) sorted by relevance

/test/ostest/wukong/input_factory/include/
H A Dinput_factory.h35 static std::shared_ptr<InputAction> GetInputAction(InputType type);
/test/ostest/wukong/test_flow/src/
H A Dfocus_test_flow.cpp366 inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in RunStep()
384 inputaction = InputFactory::GetInputAction(eventTypeId); in RunStep()
410 inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in ProtectRightAbility()
H A Drandom_test_flow.cpp405 inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in RunStep()
425 inputaction = InputFactory::GetInputAction(eventTypeId); in RunStep()
455 inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in ProtectRightAbility()
H A Dspecial_test_flow.cpp181 std::shared_ptr<InputAction> inputaction = InputFactory::GetInputAction(inputTypeId); in RunStep()
429 std::shared_ptr<InputAction> inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in LauncherApp()
/test/ostest/wukong/input_factory/src/
H A Dinput_factory.cpp30 std::shared_ptr<InputAction> InputFactory::GetInputAction(InputType type) in GetInputAction() function in OHOS::WuKong::InputFactory
H A Dcomponent_input.cpp57 auto appInput = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in LauncherApp()
59 ERROR_LOG("InputFactory::GetInputAction INPUTTYPE_APPSWITCHINPUT is null"); in LauncherApp()

Completed in 4 milliseconds