/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/common/ |
H A D | serial_queue.h | 35 std::map<std::string, ffrt::task_handle> taskMap_; variable
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/ |
H A D | form_render_serial_queue.h | 37 std::map<std::string, ffrt::task_handle> taskMap_; variable
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_serial_queue.h | 36 std::map<std::pair<int64_t, int64_t>, ffrt::task_handle> taskMap_; variable
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | ffrt_handler.h | 41 std::map<std::string, ffrt::task_handle> taskMap_; variable
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
H A D | app_domain_verify_task_mgr.h | 52 SafeMap<uint32_t, std::shared_ptr<IHttpTask>> taskMap_; variable
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_task.h | 53 static std::map<std::string, CJTask *> taskMap_; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/offscreen_render/ |
H A D | rs_offscreen_render_thread.h | 55 std::map<NodeId, std::function<void()>> taskMap_; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | ws_ffrt_helper.cpp | 83 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 D | js_task.h | 60 static std::map<std::string, JsTask *> taskMap_; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | remote_executor.h | 153 std::map<uint32_t, Task> taskMap_; // key is sessionId variable
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | media_demuxer.h | 242 std::map<uint32_t, std::unique_ptr<Task>> taskMap_; variable
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_thread.cpp | 125 std::map<std::string, ffrt::task_handle> taskMap_; member in OHOS::DHCP::DhcpThread::DhcpThreadImpl
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_event_handler.cpp | 203 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 D | cj_request_task.cpp | 45 std::map<std::string, CJTask*> CJTask::taskMap_; member in OHOS::CJSystemapi::Request::CJTask
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | js_task.cpp | 51 std::map<std::string, JsTask *> JsTask::taskMap_; member in OHOS::Request::JsTask
|