Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 25 of 33) sorted by relevance

12

/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_thread_pool_unittest.cpp56 std::string threadName = "threadName1"; variable
78 std::string threadName = "threadName2"; variable
98 std::string threadName = "threadName3"; variable
118 std::string threadName = "threadName4"; variable
136 std::string threadName = "threadName5"; variable
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_thread_pool.cpp58 std::string threadName = MakeThreadName(proto); in SpawnThread() local
87 std::string threadName = "DRPC"; in MakeThreadName() local
90 std::string threadName = "IPC"; in MakeThreadName() local
95 bool IPCWorkThreadPool::RemoveThread(const std::string &threadName) in RemoveThread()
Dipc_workthread.cpp42 IPCWorkThread::IPCWorkThread(std::string threadName) : threadName_(std::move(threadName)) {} in IPCWorkThread()
96 void IPCWorkThread::Start(int policy, int proto, std::string threadName) in Start()
/foundation/resourceschedule/ffrt/src/eu/
Dworker_thread.cpp36 …std::string threadName = "ffrtwk/CPU-" + (std::to_string(qos()))+ "-" + std::to_string(threadIndex… in WorkerSetup() local
/foundation/arkui/napi/native_engine/impl/ark/native_value/
Dark_native_function.h62 char threadName[128]; in StartNapiProfilerTrace() local
/foundation/graphic/graphic_2d/utils/sync_fence/src/
Dsync_fence_tracker.cpp26 SyncFenceTracker::SyncFenceTracker(const std::string threadName) in SyncFenceTracker()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
Ddns_manager.cpp36 std::string threadName = "DnsMgerListen"; in DnsManager() local
89 std::string threadName = "DnsPxyListen"; in StartDnsProxyListen() local
/foundation/communication/nfc/services/src/utils/
Dnfc_watch_dog.cpp23 NfcWatchDog::NfcWatchDog(const std::string& threadName, int timeout, std::weak_ptr<NCI::INfccHost> … in NfcWatchDog()
/foundation/window/window_manager/window_scene/common/src/
Dtask_scheduler.cpp25 TaskScheduler::TaskScheduler(const std::string& threadName) in TaskScheduler()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/eventbus/
Devent_bus.h64 explicit EventBus(const std::string &threadName) in EventBus()
250 void StartEventWithName(const std::string &threadName) in StartEventWithName()
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
Dnet_policy_core.cpp69 std::string threadName = "NetPolicyInit"; in Init() local
127 std::string threadName = "PolicyEvent"; in SubscribeCommonEvent() local
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
Devent_runner.h58 static inline std::shared_ptr<EventRunner> Create(const char *threadName) in Create()
/foundation/arkui/ace_engine/frameworks/core/common/flutter/
Dflutter_task_executor.h80 std::string threadName; member
Dflutter_task_executor.cpp356 const char* threadName = threadNameBuf; in FillTaskTypeTable() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
Dwrapper_listener.cpp61 std::string threadName = "WrapListen"; in Start() local
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
Devent_handler.cpp253 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction() local
281 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction() local
Devent_runner.cpp356 inline void SetThreadName(const std::string &threadName) in SetThreadName()
414 std::shared_ptr<EventRunner> EventRunner::Create(const std::string &threadName) in Create()
/foundation/communication/netmanager_base/services/netstatsmanager/src/
Dnet_stats_cached.cpp172 std::string threadName = "NetCachedStats"; in ForceUpdateStats() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
Dfwmark_network.cpp205 std::string threadName = "FwmarkListen"; in ListenerClient() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
Ddns_proxy_listen.cpp170 std::string threadName = "DnsPxyPacket"; in StartListen() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmix_stack_dumper.cpp173 std::string threadName = ""; in GetThreadStackTraceLabel() local
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
Dethernet_management.cpp307 std::string threadName = "SetDevUpThd"; in Init() local
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
Dhdi_source.c432 char *threadName = NULL; in PaHdiSourceNew() local
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
Dvsync_distributor.cpp192 std::string threadName = "VSync-" + name; in VSyncDistributor() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/protocol/
Dmdns_socket_listener.cpp207 std::string threadName = "MDnsSockListen"; in Start() local

12