Home
last modified time | relevance | path

Searched defs:pidStr (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlog_formatter_unittest.cpp55 std::string pidStr; variable
/ohos5.0/base/hiviewdfx/hiview/test/moduletest/common/
H A Dhiview_plugin_platform_module_test.cpp49 std::string pidStr = GetCmdResultFromPopen(cmd); in GetServicePid() local
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dallocator_service.cpp120 char pidStr[BUFF_SIZE] = { 0 }; in WriteAllocPidToDma() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_manager_dumper_test.cpp845 std::string pidStr = "123"; variable
860 std::string pidStr = "123|234"; variable
876 std::string pidStr = "12k|234"; variable
892 std::string pidStr = "12k"; variable
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_trans.c69 char pidStr[MAX_ID_LEN] = {0}; in SoftBusTransDumpRegisterSession() local
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
H A Dmedical_proxy_test.cpp98 std::string pidStr(buf); in GetSensorServicePid() local
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp516 std::string pidStr = std::to_string(pid); in CollectRawSmaps() local
552 static std::string GetSnapshotPath(const std::string& dirPath, const std::string& pidStr) in GetSnapshotPath()
576 std::string pidStr = std::to_string(pid); in CollectHprof() local
H A Dmem_profiler_collector_impl.cpp54 std::string pidStr = std::to_string(pid); in GetUid() local
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp172 std::string pidStr = std::to_string(getprocpid()); in InitPid() local
190 std::string pidStr = std::to_string(getprocpid()); in ReloadPid() local
448 std::string pidStr = std::string(g_pid); in SetMainThreadInfo() local
469 std::string pidStr = std::string(g_pid); in SetAllThreadInfo() local
H A Dhitrace_dump.cpp1405 std::string pidStr = item.substr(pos + 1); in ParseArgs() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.cpp79 std::string pidStr = ExecuteCommands(cmd); in GetProcessPid() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp71 std::string pidStr = args[FFRT_DUMP_PIDS_INDEX]; in GetFfrtDumpInfoProc() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.cpp180 void WriteStackTraceFromLog(int32_t fd, const std::string& pidStr, const std::string& path) in WriteStackTraceFromLog()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp132 std::string pidStr = pid > 0 ? std::to_string(pid) : "self"; in GetProcessNameFromProcCmdline() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.cpp389 auto pidStr = pidAppType.substr(0, index); in AnalyzePkgParam() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp97 std::string pidStr = ""; in Catch() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_filter_manual_test.cpp201 std::string pidStr = match[3].str(); in GetSelfHidumperFilter() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp617 std::string pidStr; in DumpCatchMultiPid() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp322 std::string pidStr = std::to_string(pid); in ANRShowDialog() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp449 std::string pidStr = strList[2].substr(0, strList[2].find(":")); in ParsePeerBinder() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp803 for (const auto& pidStr : pidsStr) { in DumpFfrtInner() local