Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor_channel.cc54 ChildToParentResponse::ChildToParentResponse( in ChildToParentResponse() function in cuttlefish::process_monitor_impl::ChildToParentResponse
58 Result<void> ChildToParentResponse::Write(const SharedFD& fd) { in Write()
69 Result<ChildToParentResponse> ChildToParentResponse::Read(const SharedFD& fd) { in Read()
78 return ChildToParentResponse{type}; in Read()
Dprocess_monitor.cc224 using process_monitor_impl::ChildToParentResponse; in SuspendResumeImpl()
226 ChildToParentResponse response(ChildToParentResponseType::kSuccess); in SuspendResumeImpl()
393 using process_monitor_impl::ChildToParentResponse; in SuspendMonitoredProcesses()
395 CF_EXPECT(ChildToParentResponse::Read(parent_monitor_socket_)); in SuspendMonitoredProcesses()
409 using process_monitor_impl::ChildToParentResponse; in ResumeMonitoredProcesses()
411 CF_EXPECT(ChildToParentResponse::Read(parent_monitor_socket_)); in ResumeMonitoredProcesses()
Dprocess_monitor_channel.h51 class ChildToParentResponse {
53 ChildToParentResponse(const ChildToParentResponseType type);
55 static Result<ChildToParentResponse> Read(const SharedFD& fd);