Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp176 kGetStartTimeForPidFunc([](pid_t) { return kTestPidStartTime; }) {} in __anon4d4bfcf10402()
207 kGetStartTimeForPidFunc, in startService()
383 const std::function<int64_t(pid_t)> kGetStartTimeForPidFunc; member in android::automotive::watchdog::WatchdogProcessServiceTest
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp243 kGetStartTimeForPidFunc(getStartTimeForPidFunc), in WatchdogProcessService()
294 ClientInfo clientInfo(client, callingPid, callingUserId, kGetStartTimeForPidFunc(callingPid), in registerClient()
322 kGetStartTimeForPidFunc(callingPid), *this); in registerCarWatchdogService()
1258 processIdentifier.startTimeMillis = kGetStartTimeForPidFunc(pid); in cacheVhalProcessIdentifierForPid()
DWatchdogProcessService.h305 const std::function<int64_t(pid_t)> kGetStartTimeForPidFunc; variable