Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H A Dapp_domain_verify_task_mgr.cpp116 return [taskMap = &taskMap_, httpTask]() { in GetTaskWrapper()
121 AutoSeqReleaser releaser(taskMap, seq); in GetTaskWrapper()
133 …[&taskMap, &httpTask, &promise, seq](const HttpClientRequest& request, const HttpClientResponse& r… in GetTaskWrapper()
136 AutoSeqReleaser releaser(taskMap, seq); in GetTaskWrapper()
139 clientTask->OnFail([&taskMap, httpTask, &promise, seq](const HttpClientRequest& request, in GetTaskWrapper()
143 AutoSeqReleaser releaser(taskMap, seq); in GetTaskWrapper()
147 …[&taskMap, &httpTask, &promise, seq](const HttpClientRequest& request, const HttpClientResponse& r… in GetTaskWrapper()
150 AutoSeqReleaser releaser(taskMap, seq); in GetTaskWrapper()
/ohos5.0/base/startup/init/services/loopevent/loop/
H A Dle_loop.c74 ret = OH_HashMapCreate(&(*loop)->taskMap, &info); in CreateLoop_()
85 OH_HashMapDestory(loop->taskMap, loop); in CloseLoop()
106 int ret = OH_HashMapAdd(loop->taskMap, &task->hashNode); in AddTask()
121 HashNode *node = OH_HashMapGet(loop->taskMap, &id); in GetTaskByFd()
134 OH_HashMapRemove(loop->taskMap, (TaskId *)task); in DelTask()
H A Dle_loop.h46 HashMapHandle taskMap; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_manager.cpp198 std::map<std::string, std::shared_ptr<StartupTask>> &taskMap) in AddStartupTask() argument
200 auto isAdded = taskMap.find(name); in AddStartupTask()
201 if (isAdded != taskMap.end()) { in AddStartupTask()
215 taskMap.emplace(taskName, findResult->second); in AddStartupTask()
222 if (taskMap.find(dep) == taskMap.end()) { in AddStartupTask()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_manager.h67 std::map<std::string, std::shared_ptr<StartupTask>> &taskMap);
/ohos5.0/base/startup/init/services/init/standard/
H A Dinit_control_fd_service.c50 OH_HashMapTraverse(((EventLoop *)LE_GetDefaultLoop())->taskMap, DumpLoopNodeInfo, NULL); in DumpLoop()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service_event_handler.h481 std::greater<int32_t>> &taskMap, int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp929 std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>> taskMap; in InnerProcessBootPreBundleProFileInstall() local
941 taskMap[installInfo.priority].emplace_back(installInfo); in InnerProcessBootPreBundleProFileInstall()
949 if (taskMap.size() <= 0) { in InnerProcessBootPreBundleProFileInstall()
953 AddTasks(taskMap, userId); in InnerProcessBootPreBundleProFileInstall()
957 … const std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>> &taskMap, int32_t userId) in AddTasks() argument
959 for (const auto &tasks : taskMap) { in AddTasks()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp385 … const std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>>& taskMap, int32_t userId) in AddTasks() argument