Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1236 Result<void> ActivatePackageImpl(const ApexFile& apex_file, in ActivatePackageImpl() function
1350 return ActivatePackageImpl(*apex_file, in ActivatePackage()
1586 if (auto res = ActivatePackageImpl(*apex, device_name); !res.ok()) { in ActivateApexWorker()
3667 if (auto res = ActivatePackageImpl(*cur_apex, old_new_id); !res.ok()) { in InstallPackage()
3687 if (auto res = ActivatePackageImpl(*new_apex, new_id); !res.ok()) { in InstallPackage()