Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/include/
Dinput_factory.h35 static std::shared_ptr<InputAction> GetInputAction(InputType type);
/test/ostest/wukong/input_factory/src/
Dinput_factory.cpp30 std::shared_ptr<InputAction> InputFactory::GetInputAction(InputType type) in GetInputAction() function in OHOS::WuKong::InputFactory
Dcomponent_input.cpp57 auto appInput = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in LauncherApp()
/test/ostest/wukong/test_flow/src/
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()
Drandom_test_flow.cpp366 inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in RunStep()
386 inputaction = InputFactory::GetInputAction(eventTypeId); in RunStep()
416 inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in ProtectRightAbility()
Dspecial_test_flow.cpp181 std::shared_ptr<InputAction> inputaction = InputFactory::GetInputAction(inputTypeId); in RunStep()
447 … std::shared_ptr<InputAction> inputaction = InputFactory::GetInputAction(INPUTTYPE_APPSWITCHINPUT); in LauncherApp()