Home
last modified time | relevance | path

Searched refs:tid_ (Results 1 - 20 of 20) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp34 : tid_(tid), unwinder_(unwinder) in BacktraceLocalThread()
50 if (unwinder_ == nullptr || tid_ < BACKTRACE_CURRENT_THREAD) { in Unwind()
54 if (tid_ == BACKTRACE_CURRENT_THREAD) { in Unwind()
67 ret = unwinder_->UnwindLocalWithTid(tid_, maxFrameNum, skipFrameNum + 1); in Unwind()
93 if (withThreadName && (tid_ > 0)) { in GetFormattedStr()
96 ReadThreadName(tid_, threadName); in GetFormattedStr()
97 ss = "Tid:" + std::to_string(tid_) + ", Name:" + threadName + "\n"; in GetFormattedStr()
H A Dbacktrace_local_thread.h42 int32_t tid_; member in OHOS::HiviewDFX::BacktraceLocalThread
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.cpp23 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in WatchPoint()
32 tid_(builder.tid_), in WatchPoint()
46 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in Builder()
78 tid_ = tid; in InitTid()
164 return tid_; in GetTid()
H A Dwatch_point.h51 long tid_; member in OHOS::HiviewDFX::WatchPoint::Builder
92 long tid_; member in OHOS::HiviewDFX::WatchPoint
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Djsheap_memory_dumper.cpp47 tid_ = static_cast<uint32_t>(parameter->GetOpts().threadId_); in PreExecute()
56 info.tid = tid_; in Execute()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.h38 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack()
55 int32_t tid_; member in OHOS::HiviewDFX::FaultStack
H A Ddfx_fault_stack.cpp47 *retAddr = ptrace(PTRACE_PEEKTEXT, tid_, reinterpret_cast<void*>(targetAddr), nullptr); in ReadTargetMemory()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Djsheap_memory_dumper.h43 uint32_t tid_ = 0; member in OHOS::HiviewDFX::JsHeapMemoryDumper
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp57 "pid_":6527, "tid_":6527, "traceid_":"f0ed6160bb2df4b", "spanid_":"10", "pspanid_":"20", "trace_flag_":4,)~"; in GetOriginTestString()
112 R"~("pid_":\d+,"tid_":\d+,"uid_":\d+,"log_":0,"id_":"\d+","KEY":1\})~"); in HWTEST_F()
137 R"~("pid_":\d+,"tid_":\d+,"uid_":\d+,"log_":0,"id_":"\d+","KEY":\[1,2,3\]\})~"); in HWTEST_F()
157 "pid_":6527,"tid_":6527,"traceid_":"f0ed5160bb2df4b","spanid_":"10","pspanid_":"20","trace_flag_":4,)~"; in HWTEST_F()
200 "pid_":6527,"tid_":6527,"traceid_":"f0ed5160bb2df4b","spanid_":"10","pspanid_":"20","trace_flag_":4,)~"; in HWTEST_F()
243 "time_":1620271291188, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", in HWTEST_F()
266 "time_":1620271291188, "pid_":6527, "tid_":-6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", in HWTEST_F()
312 "time_":1620271291188, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", in HWTEST_F()
358 "time_":1620271291188, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", in HWTEST_F()
393 "time_":1620271291188, "pid_":6527, "tid_" in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp77 "time_":1620271291188, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", "pspanid_":"20", in HWTEST_F()
108 "time_":162027129100, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", "pspanid_":"20", in HWTEST_F()
124 "time_":162027129110, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", "pspanid_":"20", in HWTEST_F()
167 "time_":162027129100, "pid_":1201, "tid_":1201, "uid_":1201, "KEY_INT":-200, "KEY_DOUBLE":2.2, in HWTEST_F()
335 "time_":162027129100, "pid_":1201, "tid_":1201, "uid_":1201, "KEY_INT":-200, "KEY_DOUBLE":2.2, in HWTEST_F()
719 "pid_":6527, "tid_":6527, "INT_VALUE":1, "DOU_VALUE":1.23, "STR_VALUE":"test_event"})~"; in HWTEST_F()
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_task.h84 std::string tid_; member in OHOS::CJSystemapi::Request::CJTask
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp374 tid_ = getproctid(); in InitProcessInfo()
600 jsonStr << "\"" << "tid_" << "\":" << tid_; in AddBaseInfoToJsonString() local
691 return tid_; in GetTid()
756 tid_ = tid; in SetTid()
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h144 int32_t tid_ = 0; member in OHOS::HiviewDFX::SysEvent
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_task.cpp74 return tid_; in GetTidStr()
79 tid_ = taskId_; in SetTid()
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp40 std::string EventCol::TID = "tid_";
164 tid_ = static_cast<int32_t>(header.tid); in InitialMembers()
238 return tid_; in GetTid()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h249 int tid_ = 0; member in OHOS::HiviewDFX::AppEventPack
/base/request/request/frameworks/js/napi/include/
H A Djs_task.h139 std::string tid_; member in OHOS::Request::JsTask
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp389 "type_":1, "time_":1502603794820, "tz_":"+0800", "pid_":1751, "tid_":1751, "uid_":0, in HWTEST_F()
850 R"~("time_":0,"tz_":"-0100","pid_":0,"tid_":0,"uid_":0,"log_":0,"id_":"00000000000000000000",)~"); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp172 sysEventCreator.SetKeyValue("tid_", 2413); // 2413 : Simulate tid_ value in ConstructJsErrorAppEvent()
590 sysEventCreator.SetKeyValue("tid_", 2413); in HWTEST_F()
701 "+0800", "pid_":1854, "tid_":1854, "uid_":0, "FAULT_TYPE":"2", "PID":1854, "UID":0, "MODULE":"FaultloggerUnittest", in HWTEST_F()
856 "tz_":"+0800", "pid_":1854, "tid_":1854, "uid_":0, "FAULT_TYPE":"2", "PID":1854, "UID":0, in HWTEST_F()
/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp886 return tid_; in GetTid()
891 tid_ = tid; in SetTid()

Completed in 15 milliseconds