Home
last modified time | relevance | path

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

1234

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A 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
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dtask_scheduler_test.cpp38 std::string threadName = "threadName"; variable
55 std::string threadName = "threadName"; variable
68 std::string threadName = "threadName"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrTaskContainer.cpp24 void ThrTaskContainer::StartLoop(const std::string& threadName) in StartLoop()
60 void ThrTaskContainer::Entry(const std::string& threadName) in Entry()
/ohos5.0/foundation/communication/wifi/wifi/base/shared_util/
H A Dwifi_watchdog_utils.cpp53 bool WifiWatchDogUtils::ResetProcess(bool usingHiviewDfx, const std::string &threadName, bool notRe… in ResetProcess()
120 bool WifiWatchDogUtils::ReportResetEvent(const std::string &threadName) in ReportResetEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runner_adapter_factory.cpp25 …dapter> TaskRunnerAdapterFactory::Create(bool useCurrentEventRunner, const std::string& threadName) in Create()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_watchdog.cpp26 std::string threadName = handler->GetEventRunner()->GetRunnerThreadName(); in AddHandlerThread() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
H A Ddfx_kernel_stack.h25 std::string threadName = ""; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_system_ability_listener.h25 …VSyncSystemAbilityListener(const std::string& threadName, const std::string& uid, const std::strin… in VSyncSystemAbilityListener()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_pool.cpp90 std::string threadName = MakeThreadName(proto, threadIndex); in SpawnThread() local
122 bool IPCWorkThreadPool::RemoveThread(const std::string &threadName) in RemoveThread()
H A Dipc_workthread.cpp48 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
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_event_handler.cpp37 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()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H A Dtimer_core.cpp62 const std::string threadName = "TimerCore"; in Initialize() local
115 void TimerCore::TimerLoop(const std::string& threadName) in TimerLoop()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H A Dthread_pool.cpp64 auto threadName = threadNamePrefix + std::to_string(i); in Initialize() local
71 void ThreadPool::WorkerLoop(const std::string& threadName) in WorkerLoop()
H A Dthread_utils.cpp28 …auto threadName = name.size() > threadNameMaxSize ? name.substr(0, threadNameMaxSize).c_str() : na… in SetThreadName() local
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_runner.h91 static std::shared_ptr<EventRunner> Create(const std::string &threadName, ThreadMode threadMode) in Create()
117 static inline std::shared_ptr<EventRunner> Create(const char *threadName, ThreadMode threadMode) in Create()
/ohos5.0/foundation/communication/nfc/services/src/utils/
H A Dnfc_watch_dog.cpp22 NfcWatchDog::NfcWatchDog(const std::string& threadName, int timeout, std::weak_ptr<NCI::INciNfccInt… in NfcWatchDog()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtask_executor.cpp23 TaskExecutor::TaskExecutor(const std::string &threadName, uint32_t capacity) : threadName_(threadNa… in TaskExecutor()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_core.cpp69 std::string threadName = "NetPolicyInit"; in Init() local
119 std::string threadName = "PolicyEvent"; in SubscribeCommonEvent() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_thread.cpp39 DhcpThreadImpl(const std::string &threadName) in DhcpThreadImpl()
130 DhcpThreadImpl(const std::string &threadName) in DhcpThreadImpl()
199 DhcpThread::DhcpThread(const std::string &threadName) in DhcpThread()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.h37 std::string threadName = ""; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_runner.h58 static inline std::shared_ptr<EventRunner> Create(const char *threadName) in Create()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.cpp57 std::string threadName = std::string(WORKER_THREAD_NAME_PREFIX) + qosStr + in WorkerSetup() local
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Ddual_display_fold_policy_test.cpp308 std::string threadName = "test"; variable
325 std::string threadName = "test"; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/common/
H A Dcommon_cutil_test.cpp46 char threadName[NAME_BUF_LEN]; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp95 std::string threadName; in GetFormattedStr() local

1234