Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp924 GetApexDatabaseForTesting().Reset(); in SetUp()
932 GetApexDatabaseForTesting().ForallMountedApexes( in TearDown()
1248 auto& db = GetApexDatabaseForTesting(); in TEST_F()
1289 auto& db = GetApexDatabaseForTesting(); in TEST_F()
1376 auto& db = GetApexDatabaseForTesting(); in TEST_F()
1429 auto& db = GetApexDatabaseForTesting(); in TEST_F()
1477 auto& db = GetApexDatabaseForTesting(); in TEST_F()
1522 auto& db = GetApexDatabaseForTesting(); in TEST_F()
1568 auto& db = GetApexDatabaseForTesting(); in TEST_F()
1714 auto& db = GetApexDatabaseForTesting(); in TEST_F()
[all …]
Dapexd.h218 android::apex::MountedApexDatabase& GetApexDatabaseForTesting();
Dapexd.cpp3352 android::apex::MountedApexDatabase& GetApexDatabaseForTesting() { in GetApexDatabaseForTesting() function