Home
last modified time | relevance | path

Searched refs:dumpResults (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1059 std::string dumpResults = ""; in RunAsDumpCommand() local
1060 APP_LOGD("dumpResults: %{public}s", dumpResults.c_str()); in RunAsDumpCommand()
1062 dumpResults = DumpShortcutInfos(bundleName, userId); in RunAsDumpCommand()
1064 dumpResults = DumpDistributedBundleInfo(deviceId, bundleName); in RunAsDumpCommand()
1066 dumpResults = DumpBundleList(userId); in RunAsDumpCommand()
1068 dumpResults = DumpBundleInfo(bundleName, userId); in RunAsDumpCommand()
1070 if (dumpResults.empty() || (dumpResults == "")) { in RunAsDumpCommand()
1071 dumpResults in RunAsDumpCommand()
1987 std::string dumpResults; DumpBundleList() local
1998 std::string dumpResults; DumpBundleInfo() local
2009 std::string dumpResults; DumpShortcutInfos() local
2021 std::string dumpResults = ""; DumpDistributedBundleInfo() local
2041 std::string dumpResults = ""; DumpDependentModuleNames() local
2366 std::string dumpResults = DumpSharedDependencies(bundleName, moduleName); RunAsDumpSharedDependenciesCommand() local
2486 std::string dumpResults = DumpSharedAll(); RunAsDumpSharedCommand() local
2495 std::string dumpResults = DumpShared(bundleName); RunAsDumpSharedCommand() local
2574 std::string dumpResults = ""; DumpSharedAll() local
[all...]
H A Dbundle_test_tool.cpp1586 const int32_t userId, std::string &dumpResults) in DumpSandboxBundleInfo()
1595 dumpResults= jsonObject.dump(Constants::DUMP_INDENT); in DumpSandboxBundleInfo()
1585 DumpSandboxBundleInfo(const std::string &bundleName, const int32_t appIndex, const int32_t userId, std::string &dumpResults) DumpSandboxBundleInfo() argument
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h146 std::string &dumpResults);
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp512 std::vector<std::string> dumpResults; in RunAsDumpsysCommand() local
513 result = AbilityManagerClient::GetInstance()->DumpSysState(args, dumpResults, isClient, isUserID, userID); in RunAsDumpsysCommand()
515 for (auto it : dumpResults) { in RunAsDumpsysCommand()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp8870 std::vector<std::string> dumpResults; in ProcessMultiParam() local
8871 DumpSysState(cmd, dumpResults, isClient, isUser, userID); in ProcessMultiParam()
8872 for (auto it : dumpResults) { in ProcessMultiParam()

Completed in 34 milliseconds