Searched refs:protoConfig (Results 1 – 2 of 2) sorted by relevance
90 vhal_proto::VehiclePropConfig protoConfig; in getAllPropertyConfig() local91 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfig()93 proto_msg_converter::fromProto(&config, protoConfig); in getAllPropertyConfig()
228 vhal_proto::VehiclePropConfig protoConfig; in GetAllPropertyConfig() local229 proto_msg_converter::toProto(&protoConfig, config); in GetAllPropertyConfig()230 if (!stream->Write(protoConfig)) { in GetAllPropertyConfig()