Home
last modified time | relevance | path

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

/base/notification/eventhandler/interfaces/inner_api/
Devent_runner.h79 static std::shared_ptr<EventRunner> Create(const std::string &threadName) in Create()
91 static std::shared_ptr<EventRunner> Create(const std::string &threadName, ThreadMode threadMode) in Create()
104 static inline std::shared_ptr<EventRunner> Create(const char *threadName) in Create()
118 static inline std::shared_ptr<EventRunner> Create(const char *threadName, ThreadMode threadMode) in Create()
129 static std::shared_ptr<EventRunner> CreateNoWait(const std::string &threadName) in CreateNoWait()
/base/hiviewdfx/hiview/plugins/performance/executor/
DThrTaskContainer.cpp26 void ThrTaskContainer::StartLoop(const std::string& threadName) in StartLoop()
62 void ThrTaskContainer::Entry(const std::string& threadName) in Entry()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp35 std::string threadName; in GetThreadHead() local
105 std::string threadName; in GetFormattedStr() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
Ddfx_kernel_stack.h25 std::string threadName = ""; member
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_thread.h38 std::string threadName = ""; member
/base/hiviewdfx/faultloggerd/test/unittest/common/
Dcommon_cutil_test.cpp46 char threadName[NAME_BUF_LEN]; variable
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c116 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.c115 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
Dtrace_collector_client.h35 std::string threadName; // app thread name 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/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dgraphic_adapter_test.cpp59 static std::shared_ptr<MockEventRunner> Create(const std::string &threadName) in Create()
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_dump_request.h88 char threadName[NAME_BUF_LEN]; member
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp439 inline void SetThreadName(const std::string &threadName) in SetThreadName()
590 std::shared_ptr<EventRunner> EventRunner::Create(const std::string &threadName, Mode mode, ThreadMo… in Create()
Devent_handler.cpp407 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction() local
436 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction() local
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
Dcpu.h75 std::string threadName; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp308 std::string threadName; in ReadThreadWchan() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp994 const std::string threadName = "CacheTraceTask"; in ProcessCacheTask() local
1074 const std::string threadName = "TraceDumpTask"; in ProcessRecordTask() local
1331 const std::string threadName = "CpuBufferBalancer"; in CpuBufferBalanceTask() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp261 std::string threadName; in IsSignalBlocked() local
/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()
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp1207 static std::string threadName = "executor_unit_test"; variable