Searched refs:protoConfig (Results 1 – 2 of 2) sorted by relevance
94 vhal_proto::VehiclePropConfig protoConfig; in getAllPropertyConfig() local95 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfig()97 proto_msg_converter::fromProto(&config, protoConfig); in getAllPropertyConfig()
232 vhal_proto::VehiclePropConfig protoConfig; in GetAllPropertyConfig() local233 proto_msg_converter::toProto(&protoConfig, config); in GetAllPropertyConfig()234 if (!stream->Write(protoConfig)) { in GetAllPropertyConfig()