Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h233 std::set<std::string>& GetChangedActiveApexesForTesting();
Dapexd_test.cpp897 GetChangedActiveApexesForTesting().clear(); in SetUp()
4975 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
5003 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
5037 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
5068 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
5091 auto updated_apexes = GetChangedActiveApexesForTesting(); in TEST_F()
Dapexd.cpp4064 std::set<std::string>& GetChangedActiveApexesForTesting() { in GetChangedActiveApexesForTesting() function