Home
last modified time | relevance | path

Searched refs:ReplaceSubString (Results 1 – 10 of 10) sorted by relevance

/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp471 ReplaceSubString(predefined_type_name, "::", "__"); in GetCppInstanceType()
533 ReplaceSubString(result, "::", "__"); in ClearStringWithNameSpaceAccess()
577 ReplaceSubString(package_path, ".", "/"); in GetPackagePath()
583 ReplaceSubString(package_token, ".", "::"); in GetPackageNamespaceToken()
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp69 ReplaceSubString(package_as_function_name, ".", "_"); in GetFunctionNamePrefix()
139 ReplaceSubString(str, "::", "."); in GetPackageName()
DStringUtil.cpp30 void ReplaceSubString(string& original, const string& from, const string& to) { in ReplaceSubString() function
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp46 ReplaceSubString(package_path, ".", "::"); in GenerateUsingDeclaration()
100 ReplaceSubString(hal_pointer_name, ".", "_"); in GetHalPointerName()
/test/vts/drivers/hal/common/include/utils/
DStringUtil.h32 extern void ReplaceSubString(
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp51 ReplaceSubString(predefined_type, "::", "__"); in GenerateProfilerForEnumVariable()
110 ReplaceSubString(predefined_type, "::", "__"); in GenerateProfilerForStructVariable()
132 ReplaceSubString(predefined_type, "::", "__"); in GenerateProfilerForUnionVariable()
501 ReplaceSubString(imported_package_path, ".", "/"); in GenerateHeaderIncludeFiles()
DProfilerCodeGenBase.cpp247 ReplaceSubString(attribute_name, "::", "__"); in GenerateProfilerMethodDeclForAttribute()
269 ReplaceSubString(attribute_name, "::", "__"); in GenerateProfilerMethodImplForAttribute()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp55 ReplaceSubString(package_path, ".", "/"); in FindComponentSpecification()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.cpp511 ReplaceSubString(parent_path_printable, "->", "_"); in GenerateCppBodyFuzzFunction()
783 ReplaceSubString(parent_path_printable, "->", "_"); in GenerateCppBodyGetAttributeFunction()
DHalHidlCodeGen.cpp538 ReplaceSubString(import_package_path, ".", "/"); in GenerateHeaderIncludeFiles()
908 ReplaceSubString(type_name, "::", "_"); in GenerateDriverImplForTypedVariable()
1055 ReplaceSubString(type_name, "::", "_"); in GenerateDriverImplForTypedVariable()