Home
last modified time | relevance | path

Searched refs:GetCurTaskNum (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_manager.cpp221 } while (threadPool_ != nullptr && threadPool_->GetCurTaskNum() != 0); in DelayStopThreadPool()
234 size_t BundleInstallerManager::GetCurTaskNum() in GetCurTaskNum() function in OHOS::AppExecFwk::BundleInstallerManager
241 return threadPool_->GetCurTaskNum(); in GetCurTaskNum()
H A Dbundle_installer_host.cpp770 size_t BundleInstallerHost::GetCurTaskNum() in GetCurTaskNum() function in OHOS::AppExecFwk::BundleInstallerHost
772 return manager_->GetCurTaskNum(); in GetCurTaskNum()
H A Dbundle_mgr_service_event_handler.cpp1026 if (installerHost->GetCurTaskNum() >= threadsNum) { in AddTaskParallel()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer_manager.h104 size_t GetCurTaskNum();
H A Dbundle_installer_host.h131 size_t GetCurTaskNum();
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
H A Dbundleinstallerhost_fuzzer.cpp81 bundleInstallerHost->GetCurTaskNum(); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_manager.cpp360 while (threadPool->GetCurTaskNum() > 0) { in AddResourceInfosByMap()

Completed in 11 milliseconds