Home
last modified time | relevance | path

Searched refs:GetFunctionNamePrefix (Results 1 – 7 of 7) sorted by relevance

/test/vts/drivers/hal/common/include/utils/
DInterfaceSpecUtil.h37 string GetFunctionNamePrefix(const ComponentSpecificationMessage& message);
/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp212 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations()
227 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions()
DHalHidlCodeGen.cpp373 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations()
394 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp211 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriver()
236 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriverWithInterfacePointer()
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp56 string GetFunctionNamePrefix(const ComponentSpecificationMessage& message) { in GetFunctionNamePrefix() function
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp133 string function_name = GetFunctionNamePrefix(comp_spec); in LoadInterface()
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp123 string function_name_prefix = GetFunctionNamePrefix(*message); in Fuzz()