Searched refs:ChildToParentResponseType (Results 1 – 3 of 3) sorted by relevance
34 enum class ChildToParentResponseType : std::uint8_t { enum53 ChildToParentResponse(const ChildToParentResponseType type);56 bool Success() const { return type_ == ChildToParentResponseType::kSuccess; } in Success()59 ChildToParentResponseType type_;
55 const ChildToParentResponseType type) in ChildToParentResponse()70 ChildToParentResponseType type = ChildToParentResponseType::kFailure; in Read()
225 using process_monitor_impl::ChildToParentResponseType; in SuspendResumeImpl()226 ChildToParentResponse response(ChildToParentResponseType::kSuccess); in SuspendResumeImpl()