Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h250 ErrCode RunAsDumpSharedDependenciesCommand();
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp219 {"dump-dependencies", [this] { return this->RunAsDumpSharedDependenciesCommand(); } }, in CreateCommandMap()
2429 ErrCode BundleManagerShellCommand::RunAsDumpSharedDependenciesCommand() in RunAsDumpSharedDependenciesCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand