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.cpp84 static constexpr const char* kTestUuid = "TEST"; variable
213 testUuid = kTestUuid; in SetUp()
1117 args.uuid = kTestUuid; in createAppDataArgs()
1129 args.uuid = kTestUuid; in reconcileSdkDataArgs()
1364 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1376 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1389 service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1402 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, in TEST_F()
1414 ASSERT_BINDER_SUCCESS(service->clearAppData(kTestUuid, "com.foo", 0, FLAG_STORAGE_CE, -1)); in TEST_F()
1425 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
129 testUuid = kTestUuid; in SetUp()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp97 static constexpr const char* kTestUuid = "TEST"; variable
177 if (!uuid || strcmp(uuid->c_str(), kTestUuid) == 0) { in checkArgumentUuidTestOrNull()
181 StringPrintf("UUID must be null or \"%s\", got: %s", kTestUuid, uuid->c_str())); in checkArgumentUuidTestOrNull()