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/hiviewdfx/faultloggerd/test/unittest/common/
Dcommon_cutil_test.cpp45 char threadName[NAME_LEN]; variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_thread.h36 std::string threadName = ""; member
/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.c108 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/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c110 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/
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/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp138 std::string threadName; in GetFormatedStr() local
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp251 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction() local
279 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction() local
Devent_runner.cpp359 inline void SetThreadName(const std::string &threadName) in SetThreadName()
417 std::shared_ptr<EventRunner> EventRunner::Create(const std::string &threadName) in Create()
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_dump_request.h94 char threadName[NAME_LEN]; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp267 std::string threadName; in ReadThreadWchan() local
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp1194 static std::string threadName = "executor_unit_test"; 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()