Home
last modified time | relevance | path

Searched refs:kTestUuid (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp81 static constexpr const char* kTestUuid = "TEST"; variable
190 testUuid = kTestUuid; in SetUp()
988 args.uuid = kTestUuid; in createAppDataArgs()
1000 args.uuid = kTestUuid; in reconcileSdkDataArgs()
1235 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1247 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1260 service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1273 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1285 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, FLAG_STORAGE_CE, -1)); in TEST_F()
1296 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, FLAG_STORAGE_DE, -1)); in TEST_F()
Dinstalld_cache_test.cpp36 constexpr const char* kTestUuid = "TEST"; variable
125 testUuid = kTestUuid; in SetUp()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp94 static constexpr const char* kTestUuid = "TEST"; variable
189 if (!uuid || strcmp(uuid->c_str(), kTestUuid) == 0) { in checkArgumentUuidTestOrNull()
193 StringPrintf("UUID must be null or \"%s\", got: %s", kTestUuid, uuid->c_str())); in checkArgumentUuidTestOrNull()