| /foundation/communication/ipc/ipc/native/test/unittest/common/ |
| D | ipc_thread_pool_unittest.cpp | 56 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/window/window_manager/window_scene/test/unittest/ |
| D | task_scheduler_test.cpp | 38 std::string threadName = "threadName"; variable 55 std::string threadName = "threadName"; variable 68 std::string threadName = "threadName"; variable
|
| /foundation/communication/wifi/wifi/base/shared_util/ |
| D | wifi_watchdog_utils.cpp | 53 bool WifiWatchDogUtils::ResetProcess(bool usingHiviewDfx, const std::string &threadName, bool notRe… in ResetProcess() 120 bool WifiWatchDogUtils::ReportResetEvent(const std::string &threadName) in ReportResetEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| D | task_runner_adapter_factory.cpp | 25 …dapter> TaskRunnerAdapterFactory::Create(bool useCurrentEventRunner, const std::string& threadName) in Create()
|
| D | task_executor_impl.h | 89 std::string threadName; member
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
| D | vsync_system_ability_listener.h | 25 …VSyncSystemAbilityListener(const std::string& threadName, const std::string& uid, const std::strin… in VSyncSystemAbilityListener()
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| D | ipc_thread_pool.cpp | 90 std::string threadName = MakeThreadName(proto, threadIndex); in SpawnThread() local 122 bool IPCWorkThreadPool::RemoveThread(const std::string &threadName) in RemoveThread()
|
| D | ipc_workthread.cpp | 48 IPCWorkThread::IPCWorkThread(std::string threadName) : threadName_(std::move(threadName)) {} in IPCWorkThread() 117 std::string threadName = basicName + "_" + std::to_string(syscall(SYS_gettid)); in ThreadHandler() local
|
| /foundation/communication/wifi/wifi/utils/src/ |
| D | wifi_event_handler.cpp | 37 WifiEventHandlerImpl(const std::string &threadName, const Callback &timeOutFunc = nullptr) in WifiEventHandlerImpl() 107 WifiEventHandlerImpl(const std::string &threadName, const Callback &timeOutFunc = nullptr) in WifiEventHandlerImpl() 208 WifiEventHandlerImpl(const std::string &threadName, const Callback &timeOutFunc = nullptr) in WifiEventHandlerImpl() 267 WifiEventHandler::WifiEventHandler(const std::string &threadName, const Callback &timeOutFunc) in WifiEventHandler()
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/ |
| D | timer_core.cpp | 62 const std::string threadName = "TimerCore"; in Initialize() local 115 void TimerCore::TimerLoop(const std::string& threadName) in TimerLoop()
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/ |
| D | thread_pool.cpp | 64 auto threadName = threadNamePrefix + std::to_string(i); in Initialize() local 71 void ThreadPool::WorkerLoop(const std::string& threadName) in WorkerLoop()
|
| D | thread_utils.cpp | 28 …auto threadName = name.size() > threadNameMaxSize ? name.substr(0, threadNameMaxSize).c_str() : na… in SetThreadName() local
|
| /foundation/communication/nfc/services/src/utils/ |
| D | nfc_watch_dog.cpp | 22 NfcWatchDog::NfcWatchDog(const std::string& threadName, int timeout, std::weak_ptr<NCI::INciNfccInt… in NfcWatchDog()
|
| /foundation/ai/intelligent_voice_framework/utils/ |
| D | task_executor.cpp | 23 TaskExecutor::TaskExecutor(const std::string &threadName, uint32_t capacity) : threadName_(threadNa… in TaskExecutor()
|
| D | state_manager.cpp | 34 …es::ModuleStates(const State &defaultState, const std::string &name, const std::string &threadName) in ModuleStates()
|
| /foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
| D | net_policy_core.cpp | 69 std::string threadName = "NetPolicyInit"; in Init() local 119 std::string threadName = "PolicyEvent"; in SubscribeCommonEvent() local
|
| /foundation/communication/dhcp/services/dhcp_client/src/ |
| D | dhcp_thread.cpp | 39 DhcpThreadImpl(const std::string &threadName) in DhcpThreadImpl() 130 DhcpThreadImpl(const std::string &threadName) in DhcpThreadImpl() 199 DhcpThread::DhcpThread(const std::string &threadName) in DhcpThread()
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
| D | event_runner.h | 58 static inline std::shared_ptr<EventRunner> Create(const char *threadName) in Create()
|
| /foundation/window/window_manager/window_scene/test/dms_unittest/ |
| D | dual_display_fold_policy_test.cpp | 308 std::string threadName = "test"; variable 325 std::string threadName = "test"; variable
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| D | worker_thread.cpp | 57 std::string threadName = std::string(WORKER_THREAD_NAME_PREFIX) + qosStr + in WorkerSetup() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
| D | vtp_stream_socket.cpp | 346 const std::string threadName = "OS_qosEvent"; in FillpStatistics() local 1338 const std::string threadName = "OS_setVtpCfg"; in SetVtpStackConfig() local 1603 const std::string threadName = "OS_sntfStmLsn"; in CreateServerProcessThread() local 1609 const std::string threadName = "OS_sdstyStmSkt"; in CreateServerProcessThread() local 1621 const std::string threadName = "OS_sfillStatic"; in CreateServerProcessThread() local 1634 const std::string threadName = "OS_cntfStmLsn"; in CreateClientProcessThread() local 1640 const std::string threadName = "OS_cdstyStmSkt"; in CreateClientProcessThread() local 1648 const std::string threadName = "OS_cfillStatic"; in CreateClientProcessThread() local
|
| /foundation/window/window_manager/window_scene/common/src/ |
| D | task_scheduler.cpp | 20 TaskScheduler::TaskScheduler(const std::string& threadName) in TaskScheduler()
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/ |
| D | probe_thread.cpp | 76 std::string threadName = "netDetectThread"; in Start() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
| D | dns_manager.cpp | 41 std::string threadName = "DnsMgerListen"; in DnsManager() local 105 std::string threadName = "DnsPxyListen"; in StartDnsProxyListen() local
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
| D | event_handler.cpp | 253 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction() local 281 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction() local
|