Home
last modified time | relevance | path

Searched defs:taskMap_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/common/
H A Dserial_queue.h35 std::map<std::string, ffrt::task_handle> taskMap_; variable
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_serial_queue.h37 std::map<std::string, ffrt::task_handle> taskMap_; variable
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_serial_queue.h36 std::map<std::pair<int64_t, int64_t>, ffrt::task_handle> taskMap_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dffrt_handler.h41 std::map<std::string, ffrt::task_handle> taskMap_; variable
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dapp_domain_verify_task_mgr.h52 SafeMap<uint32_t, std::shared_ptr<IHttpTask>> taskMap_; variable
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_task.h53 static std::map<std::string, CJTask *> taskMap_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/offscreen_render/
H A Drs_offscreen_render_thread.h55 std::map<NodeId, std::function<void()>> taskMap_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dws_ffrt_helper.cpp83 std::unordered_map<std::string, ffrt::task_handle> taskMap_; member in OHOS::Rosen::TaskHandleMap
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h60 static std::map<std::string, JsTask *> taskMap_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.h153 std::map<uint32_t, Task> taskMap_; // key is sessionId variable
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_demuxer.h242 std::map<uint32_t, std::unique_ptr<Task>> taskMap_; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_thread.cpp125 std::map<std::string, ffrt::task_handle> taskMap_; member in OHOS::DHCP::DhcpThread::DhcpThreadImpl
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_event_handler.cpp203 std::map<std::string, ffrt::task_handle> taskMap_; member in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_task.cpp45 std::map<std::string, CJTask*> CJTask::taskMap_; member in OHOS::CJSystemapi::Request::CJTask
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp51 std::map<std::string, JsTask *> JsTask::taskMap_; member in OHOS::Request::JsTask