Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1359 Result<void> ActivatePackageImpl(const ApexFile& apex_file, in ActivatePackageImpl() function
1453 return ActivatePackageImpl(*apex_file, GetPackageId(apex_file->GetManifest()), in ActivatePackage()
1722 auto res = ActivatePackageImpl(*apex, device_name, reuse_device); in ActivateApexWorker()
3993 auto res = ActivatePackageImpl(*cur_apex, old_new_id, in InstallPackageImpl()
4015 auto activate_status = ActivatePackageImpl(*new_apex, new_id, in InstallPackageImpl()