Home
last modified time | relevance | path

Searched refs:MakeCommandArgumentFromCmd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Daccessibility_ability_command_second_test.cpp334 ErrCode result = cmd.MakeCommandArgumentFromCmd(argument);
362 ErrCode result = cmd.MakeCommandArgumentFromCmd(argument);
384 ErrCode result = cmd.MakeCommandArgumentFromCmd(argument);
408 ErrCode result = cmd.MakeCommandArgumentFromCmd(argument);
434 ErrCode result = cmd.MakeCommandArgumentFromCmd(argument);
456 ErrCode result = cmd.MakeCommandArgumentFromCmd(argument);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Daccessibility_ability_command.h97 ErrCode MakeCommandArgumentFromCmd(AccessibilityCommandArgument& argument);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_command.cpp408 ErrCode result = MakeCommandArgumentFromCmd(argument); in MakeDisableCommandArgumentFromCmd()
1174 ErrCode result = MakeCommandArgumentFromCmd(argument); in MakeSetShortKeyTargetCommandArgumentFromCmd()
1202 ErrCode AccessibilityAbilityShellCommand::MakeCommandArgumentFromCmd(AccessibilityCommandArgument& … in MakeCommandArgumentFromCmd() function in OHOS::AAFwk::AccessibilityAbilityShellCommand