Home
last modified time | relevance | path

Searched refs:TYPE_UNION (Results 1 – 13 of 13) sorted by relevance

/test/vts/utils/python/mirror/
Dpy2pb.py186 elif attr.type == CompSpecMsg.TYPE_UNION:
229 message.type = CompSpecMsg.TYPE_UNION
254 elif attr.type == CompSpecMsg.TYPE_UNION:
300 elif pb_spec.type == CompSpecMsg.TYPE_UNION:
Dnative_entity_mirror.py269 CompSpecMsg.TYPE_UNION):
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DProfilerCodeGenBase.cpp177 case TYPE_UNION: { in GenerateProfilerForTypedVariable()
233 if (attribute.type() == TYPE_STRUCT || attribute.type() == TYPE_UNION || in GenerateProfilerMethodDeclForAttribute()
255 if (attribute.type() == TYPE_STRUCT || attribute.type() == TYPE_UNION || in GenerateProfilerMethodImplForAttribute()
342 if (val.type() == TYPE_UNION) { in IncludeHidlNativeType()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp734 case TYPE_UNION: { in GenerateDriverImplForAttribute()
886 case TYPE_UNION: in GenerateDriverImplForTypedVariable()
1314 case TYPE_UNION: in GenerateVerificationCodeForTypedVariable()
1388 if (attribute.type() == TYPE_STRUCT || attribute.type() == TYPE_UNION) { in GenerateVerificationDeclForAttribute()
1405 if (attribute.type() == TYPE_STRUCT || attribute.type() == TYPE_UNION) { in GenerateVerificationImplForAttribute()
1534 case TYPE_UNION: in GenerateSetResultCodeForTypedVariable()
1636 } else if (val.fmq_value(0).type() == TYPE_UNION) { in GenerateSetResultCodeForTypedVariable()
1673 if (attribute.type() == TYPE_STRUCT || attribute.type() == TYPE_UNION || in GenerateSetResultDeclForAttribute()
1696 if (attribute.type() == TYPE_STRUCT || attribute.type() == TYPE_UNION || in GenerateSetResultImplForAttribute()
1746 case TYPE_UNION: in GenerateDefaultReturnValForTypedVariable()
/test/vts/compilation_tools/vtsc/code_gen/common/
DHalHidlCodeGenUtils.cpp43 if (type == TYPE_ENUM || type == TYPE_STRUCT || type == TYPE_UNION || in IsUserDefinedType()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMutator.cpp90 random_gen_fns_[TYPE_UNION] = in ProtoFuzzerMutator()
92 mutate_fns_[TYPE_UNION] = in ProtoFuzzerMutator()
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp460 case TYPE_UNION: { in PreprocessHidlHalFunctionCallArgs()
600 case TYPE_UNION: { in SetHidlHalFunctionCallResults()
/test/vts/proto/
DComponentSpecificationMessage.proto133 TYPE_UNION = 12; enumerator
147 // similar to TYPE_UNION, but support runtime type check.
414 // TYPE_VECTOR, TYPE_STRUCT, TYPE_UNION, TYPE_HIDL_CALLBACK,
DComponentSpecificationMessage_pb2.py443 TYPE_UNION = 12 variable
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp233 case TYPE_UNION: in GetCppVariableType()
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py308 elif var_spec_msg.type == CompSpecMsg_pb2.TYPE_UNION:
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DBar.profiler.cpp77 arg_1_vector_arg_1_index->set_type(TYPE_UNION); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.driver.cpp64 var_msg1_vector_i->set_type(TYPE_UNION); in convertToBoolIfSmall()