Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor_channel.h34 enum class ChildToParentResponseType : std::uint8_t { enum
53 ChildToParentResponse(const ChildToParentResponseType type);
56 bool Success() const { return type_ == ChildToParentResponseType::kSuccess; } in Success()
59 ChildToParentResponseType type_;
Dprocess_monitor_channel.cc55 const ChildToParentResponseType type) in ChildToParentResponse()
70 ChildToParentResponseType type = ChildToParentResponseType::kFailure; in Read()
Dprocess_monitor.cc225 using process_monitor_impl::ChildToParentResponseType; in SuspendResumeImpl()
226 ChildToParentResponse response(ChildToParentResponseType::kSuccess); in SuspendResumeImpl()