Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp1027 const auto& retCmdLine = readProcCmdLine(processIdentifier.pid); in reportTerminatedProcessToVhal() local
1028 if (!retCmdLine.ok()) { in reportTerminatedProcessToVhal()
1030 retCmdLine.error().message().c_str()); in reportTerminatedProcessToVhal()
1033 std::string procCmdLine = retCmdLine.value(); in reportTerminatedProcessToVhal()