Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 17 of 17) sorted by relevance

/test/vts/utils/python/mirror/
Dnative_entity_mirror.py105 def GetAttribute(self, attribute_name): member in NativeEntityMirror
170 attribute_spec = self.GetAttribute(attribute_name)
316 if not self.GetAttribute(api_name):
380 arg_msg = self.GetAttribute(api_name)
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/
DlibcV1.vts.h29 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h73 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() function
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DNfcClientCallback.vts.h62 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfc.vts.h78 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DMemoryTest.vts.h73 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DTestMsgQ.vts.h86 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfcClientCallback.driver.cpp80 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback
DlibcV1.driver.cpp194 bool FuzzerExtended_libc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_libc
DBar.vts.h172 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DMemoryTest.driver.cpp113 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest
DNfc.driver.cpp135 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfc
DTestMsgQ.driver.cpp203 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ
DBar.driver.cpp649 bool FuzzerExtended_android_hardware_tests_bar_V1_0_IBar::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_bar_V1_0_IBar
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h116 string GetAttribute(FunctionCallMessage* func_msg);
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp175 string VtsHalDriverManager::GetAttribute(FunctionCallMessage* call_msg) { in GetAttribute() function in android::vts::VtsHalDriverManager
193 if (!driver->GetAttribute(api, &result)) { in GetAttribute()
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py379 def GetAttribute(self, arg): member in VtsTcpClient