Home
last modified time | relevance | path

Searched refs:ParseCopyApCommand (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h290 ErrCode ParseCopyApCommand(int32_t option, std::string &bundleName, bool &isAllBundle);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp307 result = ParseCopyApCommand(option, bundleName, isAllBundle); in RunAsCopyApCommand()
340 ErrCode BundleManagerShellCommand::ParseCopyApCommand(int32_t option, std::string &bundleName, bool… in ParseCopyApCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand