Home
last modified time | relevance | path

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

12

/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/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestCoordinator.java92 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() argument
93 Log.d(TAG, String.format("Service '%s' connected with binder %s", name, service)); in onServiceConnected()
95 mService = service; in onServiceConnected()
96 mMessenger = new Messenger(service); in onServiceConnected()
99 service.linkToDeath(this::onServiceCrashed, 0); in onServiceConnected()
/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/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/mts/tools/mts-tradefed/etc/
Dmts-tradefed89 …E_ACCOUNT=${ANDROID_BUILD_TOP}/vendor/xts/tools/gts-google-service-account/gts-google-service-acco…
/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/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/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/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.cpp191 const sp<IBase> &service) { in GetInterfaceChain() argument
193 service->interfaceChain([&iface_chain](const hidl_vec<hidl_string> &chain) { in GetInterfaceChain()
DVtsTrebleVintfTestBase.h58 static vector<string> GetInterfaceChain(const sp<IBase> &service);
DSingleManifestTest.cpp364 auto service = in TEST_P() local
369 ASSERT_NE(service, nullptr); in TEST_P()
371 Partition partition = GetPartition(service); in TEST_P()
/test/vti/dashboard/
D.gitignore36 service-account.json
DREADME.md202 The following steps list how to create a monitoring service for the VTS Dashboard.
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java261 String service = IRemoteFileResolver.class.getName(); in classLoaderWithProviders() local
265 JarEntry jarEntry = new JarEntry("META-INF/services/" + service); in classLoaderWithProviders()
/test/vts/hals/light/bullhead/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/test/mlts/benchmark/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/test/mlts/models/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,

12