Searched refs:ChildToParentResponse (Results 1 – 3 of 3) sorted by relevance
54 ChildToParentResponse::ChildToParentResponse( in ChildToParentResponse() function in cuttlefish::process_monitor_impl::ChildToParentResponse58 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()
224 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()
51 class ChildToParentResponse {53 ChildToParentResponse(const ChildToParentResponseType type);55 static Result<ChildToParentResponse> Read(const SharedFD& fd);