Home
last modified time | relevance | path

Searched refs:parent_path (Results 1 – 8 of 8) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.h54 const StructSpecificationMessage& message, const string& parent_path);
57 const StructSpecificationMessage& message, const string& parent_path);
62 const string& original_data_structure_name, const string& parent_path);
67 const string& original_data_structure_name, const string& parent_path);
DHalCodeGen.cpp502 const string& original_data_structure_name, const string& parent_path) { in GenerateCppBodyFuzzFunction() argument
507 parent_path + message.name() + (sub_struct.is_pointer() ? "->" : ".")); in GenerateCppBodyFuzzFunction()
510 string parent_path_printable(parent_path); in GenerateCppBodyFuzzFunction()
639 << "*>(local_device)" << parent_path << message.name() << "->" in GenerateCppBodyFuzzFunction()
656 out << "local_device" << parent_path << message.name() << "->" in GenerateCppBodyFuzzFunction()
774 const string& original_data_structure_name, const string& parent_path) { in GenerateCppBodyGetAttributeFunction() argument
779 parent_path + message.name() + (sub_struct.is_pointer() ? "->" : ".")); in GenerateCppBodyGetAttributeFunction()
782 string parent_path_printable(parent_path); in GenerateCppBodyGetAttributeFunction()
825 out << "local_device" << parent_path << message.name() << "."; in GenerateCppBodyGetAttributeFunction()
852 const string& parent_path) { in GenerateSubStructFuzzFunctionCall() argument
[all …]
DDriverCodeGenBase.cpp246 const string& parent_path) { in GenerateFuzzFunctionForSubStruct() argument
247 out << "bool Fuzz_" << parent_path << message.name() in GenerateFuzzFunctionForSubStruct()
252 out << "bool GetAttribute_" << parent_path << message.name() in GenerateFuzzFunctionForSubStruct()
260 parent_path + message.name() + "_"); in GenerateFuzzFunctionForSubStruct()
DDriverCodeGenBase.h151 const string& parent_path);
DHalHidlCodeGen.h102 const string& original_data_structure_name, const string& parent_path);
/test/vts/testcases/template/binary_test/
Dbinary_test.py421 parent_path = targetpath.sep + DATA_NATIVETEST64
423 parent_path = targetpath.sep + DATA_NATIVETEST
425 parent_path = self.DEVICE_TMP_DIR
428 parent_path, 'vts_binary_test_%s' % self.__class__.__name__, tag)
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp192 << api->parent_path() << ")"; in GetAttribute()
/test/vts/proto/
DComponentSpecificationMessage.proto268 optional bytes parent_path = 301; field