Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 32) sorted by relevance

12

/test/vts/utils/python/hal/
Dhal_service_name_utils.py118 service = services.pop()
121 if service not in service_instances or not service_instances[service]:
123 for name in service_instances[service]:
125 new_instance_comb = [service + '/' + name]
129 new_instance_comb = [service + '/' + name]
156 for service in services:
157 if service not in service_instances or not service_instances[service]:
158 logging.error("Does not found instance for service: %s", service)
161 instance_names = set(service_instances[service])
163 instance_names.intersection_update(set(service_instances[service]))
[all …]
/test/vts/testcases/template/hal_hidl_host_test/
Dhal_hidl_host_test.py126 service, name = instance.split("/")
127 if service == hal_service:
145 for service in registered_services:
147 self.shell, service, self.abi_bitness,
151 "skip all tests." % service)
154 service_instances[service] = service_names
157 "skip all tests." % service)
/test/vts/testcases/template/hal_hidl_replay_test/
Dhal_hidl_replay_test.py210 service = line[len('hal_service: '):]
211 registered_services.append(service)
213 for service in registered_services:
215 self.shell, service, self.abi_bitness,
219 "skip all tests." % service)
222 service_instances[service] = service_names
223 self._test_hal_services.add(service)
226 "skip all tests." % service)
/test/vts-testcase/nbu/src/
Dble_test.py126 for service in result['ScanRecord']['Services']:
127 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA:
159 for service in result['ScanRecord']['Services']:
160 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA:
163 if (service[UUID] == TEST_SCAN_RESPONSE_UUID and
164 service['Data'] == SCAN_RESPONSE_DATA):
332 for service in discover_services_results[0].data['Services']:
333 if service['UUID'] == TEST_BLE_SERVICE_UUID:
337 for characteristic in service['Characteristics']
DREADME.md47 * Enable location service.
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py149 service = line[len("hal_service: "):]
150 registered_services.append(service)
164 for service in registered_services:
166 self.shell, service, self.abi_bitness,
170 "skip all tests." % service)
173 self.skipAllTests("No service name found for: %s, skip all tests." % service)
178 service_instances[service] = service_names
/test/framework/harnesses/host_controller/tfc/
Dtfc_client.py40 def __init__(self, service): argument
41 self._service = service
172 service = discovery.build(
176 return TfcClient(service)
/test/vts/utils/python/build/api/
Dartifact_fetcher.py81 self.service = build(
141 api = self.service.buildartifact().get_media(
258 builds = self.service.build().list(
/test/vts/tools/build/tasks/list/
Dvts_test_bin_package_list.mk17 android.hardware.tests.msgq@1.0-service-benchmark \
18 android.hardware.tests.msgq@1.0-service-test \
/test/vts/proto/
DAndroidSystemControlMessage.proto33 // To check whether fuzzer's binder service is available.
35 // To start a fuzzer binary service and select a HAL module.
98 // the binder service name
133 // Specify if a HAL service is test HAL.
137 // the name of a HW Binder service to use (only needed for HIDL HAL).
DVtsDriverControlMessage.proto103 // the name of a HW Binder service to use (only needed for HIDL HAL).
/test/mts/tools/mts-tradefed/etc/
Dmts-tradefed110 …E_ACCOUNT=${ANDROID_BUILD_TOP}/vendor/xts/tools/gts-google-service-account/gts-google-service-acco…
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestEnvBase.cpp131 for (const string& service : registeredHalServices_) { in listRegisteredServices() local
132 cout << "hal_service: " << service << endl; in listRegisteredServices()
/test/vti/test_serving/configs/infra/test/vtslab-config-test/
Dschemas.cfg31 # luci-config service schemas
53 # chrome-infra-auth service schemas.
71 # LUCI LogDog service schemas.
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/
Dschemas.cfg31 # luci-config service schemas
53 # chrome-infra-auth service schemas.
71 # LUCI LogDog service schemas.
/test/vts/drivers/hal/replayer/
DVtsHidlHalReplayer.cpp72 for (const string& service : registeredHalServices) { in ListTestServices() local
73 cout << "hal_service: " << service << endl; in ListTestServices()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSpreadSheetSyncServlet.java132 Sheets service = in doGet() local
144 service.spreadsheets() in doGet()
/test/vti/test_serving/gae/script/
Ddeploy-endpoint.sh34 gcloud endpoints configs list --service=$SERVICE.appspot.com
Ddeploy-webapp.sh65 ENDPOINTS=$(gcloud endpoints configs list --service=$SERVICE.appspot.com)
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.h58 static vector<string> GetInterfaceChain(const sp<IBase> &service);
DVtsTrebleVintfTestBase.cpp187 const sp<IBase> &service) { in GetInterfaceChain() argument
189 service->interfaceChain([&iface_chain](const hidl_vec<hidl_string> &chain) { in GetInterfaceChain()
DSingleManifestTest.cpp342 auto service = in TEST_P() local
347 ASSERT_NE(service, nullptr); in TEST_P()
349 Partition partition = GetPartition(service); in TEST_P()
/test/vti/dashboard/
D.gitignore36 service-account.json
/test/vts/utils/native/testability_checker/
DVtsTestabilityChecker.cpp284 for (const string& service : services) { in CheckTestHalWithHwManager() local
285 if (service.find(fqName) == 0) { in CheckTestHalWithHwManager()
/test/vts/harnesses/tradefed/tests/res/testtype/
Dvts_multi_device_test_parser_output_timeout.txt12 [VTS-Example] 07-01 08:55:02.367 INFO Init the stub service for light

12