Home
last modified time | relevance | path

Searched defs:submodule_name (Results 1 – 2 of 2) sorted by relevance

/test/vts/drivers/hal/common/specification_parser/
DSpecificationBuilder.cpp55 const string submodule_name, in FindComponentSpecification()
329 string submodule_name = func_msg->submodule_name(); in CallFunction() local
447 string submodule_name = func_msg->return_type().predefined_type().substr( in CallFunction() local
494 string submodule_name = func_msg->submodule_name(); in GetAttribute() local
596 string submodule_name = func_msg->return_type().predefined_type().substr( in GetAttribute() local
688 string submodule_name = func_msg->return_type().predefined_type(); in Process() local
/test/vts/proto/
DComponentSpecificationMessage.proto180 optional bytes submodule_name = 2; field