Searched refs:function_name_prefix (Results 1 – 4 of 4) sorted by relevance
211 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriver() local213 dll_loader_.GetLoaderFunction(function_name_prefix.c_str()); in LoadDriver()236 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriverWithInterfacePointer() local237 function_name_prefix += "with_arg"; in LoadDriverWithInterfacePointer()239 dll_loader_.GetLoaderFunctionWithArg(function_name_prefix.c_str()); in LoadDriverWithInterfacePointer()
212 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations() local218 << "android::vts::DriverBase* " << function_name_prefix << "();\n"; in GenerateHeaderGlobalFunctionDeclarations()227 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions() local232 out << "android::vts::DriverBase* " << function_name_prefix << "() {\n"; in GenerateCppBodyGlobalFunctions()
373 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations() local376 << "android::vts::DriverBase* " << function_name_prefix in GenerateHeaderGlobalFunctionDeclarations()394 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions() local396 out << "android::vts::DriverBase* " << function_name_prefix << "with_arg(" in GenerateCppBodyGlobalFunctions()
123 string function_name_prefix = GetFunctionNamePrefix(*message); in Fuzz() local124 function_name_prefix_ = function_name_prefix.c_str(); in Fuzz()