Home
last modified time | relevance | path

Searched refs:eventTypeId (Results 1 - 4 of 4) sorted by relevance

/test/ostest/wukong/test_flow/src/
H A Drandom_test_flow.cpp424 InputType eventTypeId = (InputType)(eventList_.at(eventindex)); in RunStep() local
425 inputaction = InputFactory::GetInputAction(eventTypeId); in RunStep()
431 if (ProtectRightAbility(inputaction, eventTypeId) == OHOS::ERR_INVALID_VALUE) { in RunStep()
439 ErrCode RandomTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId) in ProtectRightAbility() argument
447 if (eventTypeId == INPUTTYPE_TOUCHINPUT || eventTypeId == INPUTTYPE_ELEMENTINPUT) { in ProtectRightAbility()
H A Dfocus_test_flow.cpp383 InputType eventTypeId = (InputType)(eventList_.at(eventindex)); in RunStep() local
384 inputaction = InputFactory::GetInputAction(eventTypeId); in RunStep()
390 if (ProtectRightAbility(inputaction, eventTypeId) == OHOS::ERR_INVALID_VALUE) { in RunStep()
399 ErrCode FocusTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId) in ProtectRightAbility() argument
/test/ostest/wukong/test_flow/include/
H A Drandom_test_flow.h110 * @param eventTypeId the eventTypeId
112 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);
H A Dfocus_test_flow.h110 * @param eventTypeId the eventTypeId
112 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);

Completed in 3 milliseconds