Home
last modified time | relevance | path

Searched refs:dumpRet (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Ddump_catcher.cpp35 bool dumpRet = false; in Dump() local
38 dumpRet = dfxDump.DumpCatch(pid, tid, msg); in Dump()
41 dumpRet = dfxDump.DumpCatchMix(pid, tid, msg); in Dump()
51 if (!dumpRet) { in Dump()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp115 bool dumpRet = DumpDmesgLog(fd); in DmesgSaveTofile() local
118 if (!dumpRet) { in DmesgSaveTofile()
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp320 CollectResult<std::vector<std::string>> dumpRet = traceCollector_->DumpTrace(caller); in DumpSnapshotTrace() local
321 if (dumpRet.retCode != UCollect::UcError::SUCCESS) { in DumpSnapshotTrace()
324 return dumpRet; in DumpSnapshotTrace()
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp837 auto dumpRet = g_traceCollector->DumpSnapshot(OHOS::HiviewDFX::UCollect::TraceCaller::DEVELOP); in HandleDumpSnapshot() local
838 if (dumpRet.retCode != OHOS::HiviewDFX::UCollect::UcError::SUCCESS) { in HandleDumpSnapshot()
839 ConsoleLog("error: DumpSnapshot failed, errorCode(" + std::to_string(dumpRet.retCode) +")"); in HandleDumpSnapshot()
843 for (std::string item : dumpRet.data) { in HandleDumpSnapshot()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2094 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleList() local
2096 if (!dumpRet) { in DumpBundleList()
2105 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleInfo() local
2107 if (!dumpRet) { in DumpBundleInfo()
2116 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpShortcutInfos() local
2118 if (!dumpRet) { in DumpShortcutInfos()
2129 …bool dumpRet = bundleMgrProxy_->GetDistributedBundleInfo(deviceId, bundleName, distributedBundleIn… in DumpDistributedBundleInfo() local
2130 if (!dumpRet) { in DumpDistributedBundleInfo()
2149 …bool dumpRet = bundleMgrProxy_->GetAllDependentModuleNames(bundleName, moduleName, dependentModule… in DumpDependentModuleNames() local
2150 if (!dumpRet) { in DumpDependentModuleNames()
H A Dbundle_test_tool.cpp1541 auto dumpRet = client.GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInfo); in DumpSandboxBundleInfo() local
1542 if (dumpRet == ERR_OK) { in DumpSandboxBundleInfo()
1547 return dumpRet; in DumpSandboxBundleInfo()