Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
H A Dbundleinstallerhost_fuzzer.cpp47 BundleInstallerHost installerHost; in DoSomethingInterestingWithMyAPI() local
49 installerHost.OnRemoteRequest(code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp979 sptr<BundleInstallerHost> installerHost = bundleMgrService->GetBundleInstaller(); in AddTaskParallel() local
980 if (installerHost == nullptr) { in AddTaskParallel()
985 size_t threadsNum = static_cast<size_t>(installerHost->GetThreadsNum()); in AddTaskParallel()
991 if (installerHost->GetCurTaskNum() >= threadsNum) { in AddTaskParallel()
1007 installerHost->AddTask(task, "BootStartInstall : " + installInfo.bundleDir); in AddTaskParallel()
1823 sptr<BundleInstallerHost> installerHost = bundleMgrService->GetBundleInstaller(); in InnerMultiProcessBundleInstall() local
1824 if (installerHost == nullptr) { in InnerMultiProcessBundleInstall()
1830 size_t threadsNum = static_cast<size_t>(installerHost->GetThreadsNum()); in InnerMultiProcessBundleInstall()
1847 installerHost->AddTask(task, "BootRebootStartInstall : " + bundleName); in InnerMultiProcessBundleInstall()