Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h251 ErrCode RunAsDumpSharedCommand();
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp220 {"dump-shared", [this] { return this->RunAsDumpSharedCommand(); } }, in CreateCommandMap()
2556 ErrCode BundleManagerShellCommand::RunAsDumpSharedCommand() in RunAsDumpSharedCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand