Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 11 of 11) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp55 string version = GetVersion(message, true); in GenerateHeaderFile()
201 << GetVersion(message) << "/" << GetComponentBaseName(message) in GenerateSourceIncludeFiles()
294 << "::" << GetVersion(message, true); in GenerateNamespaceName()
DHalHidlCodeGen.cpp523 out << "#include <" << GetPackagePath(message) << "/" << GetVersion(message) in GenerateHeaderIncludeFiles()
/test/framework/harnesses/host_controller/campaigns/
Dcampaign_common.py42 def GetVersion(branch): function
247 system_version = GetVersion(kwargs["gsi_branch"])
249 system_version = GetVersion(kwargs["manifest_branch"])
355 if (GetVersion(test_branch) >= 9.0 and
468 if GetVersion(test_branch) >= 9.0:
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp35 << GetVersion(comp_spec_) << "/" << GetComponentName(comp_spec_) in GenerateSourceIncludeFiles()
47 string comp_version = GetVersion(comp_spec_, true); in GenerateUsingDeclaration()
/test/vts/drivers/hal/common/include/utils/
DInterfaceSpecUtil.h98 string GetVersion(const string& type_name);
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp487 out << "#include <" << GetPackagePath(message) << "/" << GetVersion(message) in GenerateHeaderIncludeFiles()
521 out << "#include \"" << GetPackagePath(message) << "/" << GetVersion(message) in GenerateSourceIncludeFiles()
544 out << GetPackageNamespaceToken(message) << "::" << GetVersion(message, true) in GenerateUsingDeclaration()
572 out << "LOG(WARNING) << \"incorrect version. Expect: " << GetVersion(message) in GenerateProfilerSanityCheck()
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.h79 std::string GetVersion(const ComponentSpecificationMessage& message,
DVtsCompilerUtils.cpp587 string GetVersion(const ComponentSpecificationMessage& message, in GetVersion() function
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp143 string GetVersion(const string& type_name) { in GetVersion() function
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp500 string version_str = GetVersion(type_name); in PreprocessHidlHalFunctionCallArgs()
641 string version_str = GetVersion(type_name); in SetHidlHalFunctionCallResults()
/test/framework/harnesses/host_controller/command_processor/
Dcommand_reproduce_test.py336 mock_campiagn.GetVersion.return_value = 8.0