/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | backtrace_local_thread.cpp | 34 : 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 D | backtrace_local_thread.h | 42 int32_t tid_; member in OHOS::HiviewDFX::BacktraceLocalThread
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.cpp | 23 : 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 D | watch_point.h | 51 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 D | jsheap_memory_dumper.cpp | 47 tid_ = static_cast<uint32_t>(parameter->GetOpts().threadId_); in PreExecute() 56 info.tid = tid_; in Execute()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_fault_stack.h | 38 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack() 55 int32_t tid_; member in OHOS::HiviewDFX::FaultStack
|
H A D | dfx_fault_stack.cpp | 47 *retAddr = ptrace(PTRACE_PEEKTEXT, tid_, reinterpret_cast<void*>(targetAddr), nullptr); in ReadTargetMemory()
|
/base/hiviewdfx/hidumper/frameworks/native/include/executor/ |
H A D | jsheap_memory_dumper.h | 43 uint32_t tid_ = 0; member in OHOS::HiviewDFX::JsHeapMemoryDumper
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | sys_event_test.cpp | 57 "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 D | sys_event_dao_test.cpp | 77 "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 D | cj_request_task.h | 84 std::string tid_; member in OHOS::CJSystemapi::Request::CJTask
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 374 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 D | sys_event.h | 144 int32_t tid_ = 0; member in OHOS::HiviewDFX::SysEvent
|
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_task.cpp | 74 return tid_; in GetTidStr() 79 tid_ = taskId_; in SetTid()
|
/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 40 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 D | hiappevent_base.h | 249 int tid_ = 0;
member in OHOS::HiviewDFX::AppEventPack
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_task.h | 139 std::string tid_;
member in OHOS::Request::JsTask
|
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_encoded_and_decoded_test.cpp | 389 "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 D | faultlogger_unittest.cpp | 172 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 D | js_task.cpp | 886 return tid_;
in GetTid() 891 tid_ = tid;
in SetTid()
|