Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h214 bool IsTestCommandIntegrity(const std::map<std::string, std::string>& params);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp233 if (!aaShellCmd_.get()->IsTestCommandIntegrity(params)) { in RunAsTestCommand()
H A Dability_command.cpp1927 if (!IsTestCommandIntegrity(params)) { in RunAsTestCommand()
1934 bool AbilityManagerShellCommand::IsTestCommandIntegrity(const std::map<std::string, std::string>& p… in IsTestCommandIntegrity() function in OHOS::AAFwk::AbilityManagerShellCommand