Searched refs:target_class (Results 1 – 10 of 10) sorted by relevance
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 199 target_class=None, argument 237 target_class=target_class, 569 target_class, argument 585 target_class=target_class, 617 if target_class is None else target_class, 634 target_class=None, argument 670 if target_class is not None: 671 command_msg.target_class = target_class
|
/test/vts/utils/python/mirror/ |
D | mirror_object.py | 92 target_class, argument 141 target_class_id = COMPONENT_CLASS_DICT[target_class.lower()] 149 target_class=target_class_id,
|
/test/vts/drivers/hal/common/binder/ |
D | VtsFuzzerBinderService.cpp | 51 int32_t BpVtsFuzzer::LoadHal(const string& path, int target_class, in LoadHal() argument 59 target_class, target_type, in LoadHal() 64 data.writeInt32(target_class); in LoadHal()
|
/test/vts/drivers/hal/common/include/binder/ |
D | VtsFuzzerBinderService.h | 58 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/ |
D | HalDriverLoader.cpp | 248 const char* spec_lib_file_path, int target_class, in Process() argument 255 if (!FindComponentSpecification(target_class, target_package, in Process() 260 << target_class << " type " << target_type << " version " in Process()
|
/test/vts/drivers/hal/common/include/driver_base/ |
D | DriverBase.h | 35 explicit DriverBase(int target_class);
|
/test/vts/drivers/hal/common/include/component_loader/ |
D | HalDriverLoader.h | 77 int target_class, int target_type, int target_version_major,
|
/test/vts/drivers/hal/common/driver_base/ |
D | DriverBase.cpp | 65 DriverBase::DriverBase(int target_class) in DriverBase() argument 69 target_class_(target_class), in DriverBase()
|
/test/vts/proto/ |
D | VtsDriverControlMessage.proto | 83 optional int32 target_class = 1202; field
|
D | AndroidSystemControlMessage.proto | 111 optional int32 target_class = 3004; field
|