Searched refs:aidlResult (Results 1 – 1 of 1) sorted by relevance
81 for (const auto& aidlResult : setValueResults) { in SetValues() local83 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() local128 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()