Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_watchdog.cpp26 std::string threadName = handler->GetEventRunner()->GetRunnerThreadName(); in AddHandlerThread() local
/base/notification/eventhandler/interfaces/inner_api/
Devent_runner.h58 static inline std::shared_ptr<EventRunner> Create(const char *threadName) in Create()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c102 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName) in InitThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c97 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dlog_util.h30 std::string threadName; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
Ddfx_signal_handler.h37 char threadName[NAME_LEN]; member
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
Dhc_task_thread.c121 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) in InitHcTaskThread()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_runner_test.cpp67 …d CreateRunnerWithName(const std::shared_ptr<EventHandler> &handler, const std::string &threadName) in CreateRunnerWithName()
187 std::string threadName("threadName"); variable
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp250 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction() local
278 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction() local
Devent_runner.cpp355 inline void SetThreadName(const std::string &threadName) in SetThreadName()
413 std::shared_ptr<EventRunner> EventRunner::Create(const std::string &threadName) in Create()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_dump_request.cpp148 std::string threadName(threadName_, sizeof(threadName_) - 1); in GetThreadNameString() local
Ddfx_thread.cpp110 void DfxThread::SetThreadName(const std::string &threadName) in SetThreadName()
/base/notification/common_event_service/services/src/
Dcommon_event_manager_service.cpp68 std::string threadName = handler_->GetEventRunner()->GetRunnerThreadName(); in Init() local
Dcommon_event_control_manager.cpp177 std::string threadName = handler_->GetEventRunner()->GetRunnerThreadName(); in GetUnorderedEventHandler() local
318 std::string threadName = handlerOrdered_->GetEventRunner()->GetRunnerThreadName(); in GetOrderedEventHandler() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/
Dprocess_dump_test.cpp649 std::string threadName = thread->GetThreadName(); variable
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp203 …d CreateRunnerWithName(const std::shared_ptr<EventHandler> &handler, const std::string &threadName) in CreateRunnerWithName()