Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmach_port_relay.cc45 enum class ChildUMAError : int { enum
58 void ReportChildError(ChildUMAError error) { in ReportChildError()
61 static_cast<int>(ChildUMAError::ERROR_MAX)); in ReportChildError()
78 ReportChildError(ChildUMAError::ERROR_RECEIVE_MACH_MESSAGE); in ReceiveSendRight()
83 ReportChildError(ChildUMAError::SUCCESS); in ReceiveSendRight()