Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/include/
H A Dspecial_test_flow.h102 ErrCode ProtectRightAbility();
H A Drandom_test_flow.h112 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);
H A Dfocus_test_flow.h112 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);
/test/ostest/wukong/test_flow/src/
H A Dfocus_test_flow.cpp389 TRACK_LOG("RunStep before ProtectRightAbility"); 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() function in OHOS::WuKong::FocusTestFlow
H A Dspecial_test_flow.cpp191 if (ProtectRightAbility() == OHOS::ERR_INVALID_VALUE) { in RunStep()
206 ErrCode SpecialTestFlow::ProtectRightAbility() in ProtectRightAbility() function in OHOS::WuKong::SpecialTestFlow
H A Drandom_test_flow.cpp431 if (ProtectRightAbility(inputaction, eventTypeId) == OHOS::ERR_INVALID_VALUE) { in RunStep()
439 ErrCode RandomTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId) in ProtectRightAbility() function in OHOS::WuKong::RandomTestFlow

Completed in 7 milliseconds