Searched defs:protoCfg (Results 1 – 7 of 7) sorted by relevance
90 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfig() local106 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfigAll() local234 void VehicleEmulator::populateProtoVehicleConfig(vhal_proto::VehiclePropConfig* protoCfg, in populateProtoVehicleConfig()
107 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfig() local120 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfigAll() local267 vhal_proto::VehiclePropConfig* protoCfg) { in populateProtoVehicleConfig()
73 void toProto(vhal_proto::VehiclePropConfig* protoCfg, const VehiclePropConfig& cfg) { in toProto()124 void fromProto(VehiclePropConfig* cfg, const vhal_proto::VehiclePropConfig& protoCfg) { in fromProto()
36 vhal_proto::VehiclePropConfig protoCfg; in CheckPropConfigConversion() local
87 proto::VehiclePropConfig protoCfg; in TEST_P() local
109 const protoCfg = new TraceConfig(); constant