Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 15 of 15) sorted by relevance

/test/vts/utils/python/mirror/
Dmirror_object.py93 target_type, argument
135 handler_name = target_type
140 logging.debug("Init the driver service for %s", target_type)
142 target_type_id = COMPONENT_TYPE_DICT[target_type.lower()]
150 target_type=target_type_id,
161 (target_type, target_filename))
Dlib_mirror.py36 def InitLibDriver(self, target_type, target_version_major, argument
72 if target_type in name:
78 "No file found for target type %s." % target_type)
83 target_type,
99 "No API found for %s" % target_type)
Dmirror_tracker.py294 target_type, argument
336 handler_name = target_type
342 mirror.InitHalDriver(target_type, target_version_major,
346 self._registered_mirrors[target_type] = mirror
349 target_type, argument
388 handler_name = target_type
392 mirror.InitLibDriver(target_type, target_version_major,
Dhal_mirror.py62 def InitHalDriver(self, target_type, target_version_major, argument
93 target_type,
110 "No API found for %s" % target_type)
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py200 target_type=None, argument
238 target_type=target_type,
570 target_type, argument
586 target_type=target_type,
618 msg.component_type if target_type is None else target_type,
635 target_type=None, argument
673 if target_type is not None:
674 command_msg.target_type = target_type
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp52 int target_type, int target_version_major, in LoadHal() argument
59 target_class, target_type, in LoadHal()
65 data.writeInt32(target_type); in LoadHal()
/test/vts/drivers/hal/common/include/binder/
DVtsFuzzerBinderService.h58 virtual int32_t LoadHal(const string& path, int target_class, int target_type,
86 int32_t LoadHal(const string& path, int target_class, int target_type,
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp249 int target_type, int target_version_major, in Process() argument
257 target_component_name, target_type, in Process()
260 << target_class << " type " << target_type << " version " in Process()
/test/vts-testcase/kernel/encryption/
Dutils.cpp236 const std::string target_type = dm.GetTargetType(table[0].spec); in GetRawBlockDevice() local
237 if (target_type != "default-key") { in GetRawBlockDevice()
238 GTEST_LOG_(INFO) << fs_blk_device << " is a dm-" << target_type in GetRawBlockDevice()
/test/vts/testcases/fuzz/lib_bionic/
DLibBionicLibmFuzzTest.py30 target_type="bionic_libm",
/test/vts/drivers/hal/common/include/component_loader/
DHalDriverLoader.h77 int target_class, int target_type, int target_version_major,
/test/vts/proto/
DVtsDriverControlMessage.proto85 optional int32 target_type = 1203; field
DAndroidSystemControlMessage.proto113 optional int32 target_type = 3005; field
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp901 target.spec.target_type, target.data.c_str()); in TEST()
902 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py55 target_type="vehicle",