Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp81 for (const auto& aidlResult : setValueResults) { in SetValues() local
83 protoResult.set_request_id(aidlResult.requestId); in SetValues()
85 static_cast<proto::StatusCode>(aidlResult.status)); in SetValues()
126 for (const auto& aidlResult : getValueResults) { in GetValues() local
128 protoResult.set_request_id(aidlResult.requestId); in GetValues()
130 static_cast<proto::StatusCode>(aidlResult.status)); in GetValues()
131 if (aidlResult.prop) { in GetValues()
133 proto_msg_converter::aidlToProto(*aidlResult.prop, valuePtr); in GetValues()