Home
last modified time | relevance | path

Searched refs:IsActiveApexChanged (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd.h231 bool IsActiveApexChanged(const ApexFile& apex);
Dapexd_test.cpp4935 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()
4969 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()
5001 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()
5024 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()
Dapexservice.cpp381 out.activeApexChanged = ::android::apex::IsActiveApexChanged(package); in GetApexInfo()
Dapexd.cpp4156 bool IsActiveApexChanged(const ApexFile& apex) { in IsActiveApexChanged() function