Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.cpp270 message.original_data_structure_name(), in GenerateCppBodyFuzzFunction()
293 out << message.original_data_structure_name() in GenerateCppBodyFuzzFunction()
295 out << "reinterpret_cast<" << message.original_data_structure_name() in GenerateCppBodyFuzzFunction()
303 << message.original_data_structure_name() << "*>(hmi_);\n"; in GenerateCppBodyFuzzFunction()
372 message.original_data_structure_name().c_str(), in GenerateCppBodyFuzzFunction()
373 message.original_data_structure_name().length())) { in GenerateCppBodyFuzzFunction()
441 << message.original_data_structure_name() << "*>(local_device)->" in GenerateCppBodyFuzzFunction()
502 const string& original_data_structure_name, const string& parent_path) { in GenerateCppBodyFuzzFunction() argument
506 original_data_structure_name, in GenerateCppBodyFuzzFunction()
533 out << original_data_structure_name << "* local_device = "; in GenerateCppBodyFuzzFunction()
[all …]
DLibSharedCodeGen.cpp53 message.original_data_structure_name().c_str(), in GenerateCppBodyFuzzFunction()
54 message.original_data_structure_name().length()) && in GenerateCppBodyFuzzFunction()
55 message.original_data_structure_name().length() > 0) { in GenerateCppBodyFuzzFunction()
DHalCodeGen.h62 const string& original_data_structure_name, const string& parent_path);
67 const string& original_data_structure_name, const string& parent_path);
DHalHidlCodeGen.h102 const string& original_data_structure_name, const string& parent_path);
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp615 string component_name = message.original_data_structure_name(); in GetComponentName()
/test/vts/proto/
DComponentSpecificationMessage.proto583 optional bytes original_data_structure_name = 1001; field