/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
D | backtrace_local_context.cpp | 42 static std::shared_ptr<ThreadContext> CreateContext(int32_t tid) in CreateContext() 51 static std::shared_ptr<ThreadContext> GetContextLocked(int32_t tid) in GetContextLocked() 69 static bool RemoveContextLocked(int32_t tid) in RemoveContextLocked() 93 std::shared_ptr<ThreadContext> BacktraceLocalContext::GetThreadContext(int32_t tid) in GetThreadContext() 115 void BacktraceLocalContext::ReleaseThread(int32_t tid) in ReleaseThread() 149 int32_t tid = syscall(SYS_gettid); in CopyContextAndWaitTimeout() local 221 bool BacktraceLocalContext::SignalRequestThread(int32_t tid, ThreadContext* ctx) in SignalRequestThread()
|
D | catchframe_local.cpp | 91 bool DfxCatchFrameLocal::ReleaseThread(int tid) in ReleaseThread() 126 bool DfxCatchFrameLocal::CatchFrame(int tid, std::vector<DfxFrame>& frames, bool releaseThread) in CatchFrame() 168 bool DfxCatchFrameLocal::CatchFrameLocalTid(int tid, std::vector<DfxFrame>& frames, bool releaseThr… in CatchFrameLocalTid()
|
D | backtrace_local.cpp | 45 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool … in GetBacktraceFramesByTid() 71 bool GetBacktraceStringByTid(std::string& out, int32_t tid, size_t skipFrameNum, bool fast) in GetBacktraceStringByTid() 150 std::function<bool(int)> func = [&](int tid) { in GetProcessStacktrace()
|
D | backtrace_local_thread.cpp | 45 BacktraceLocalThread::BacktraceLocalThread(int32_t tid) : tid_(tid) in BacktraceLocalThread()
|
/base/request/request/frameworks/native/src/ |
D | request_manager.cpp | 55 int32_t RequestManager::Create(const Config &config, int32_t &tid, sptr<NotifyInterface> listener) in Create() 112 int32_t RequestManager::Start(const std::string &tid) in Start() 123 int32_t RequestManager::Stop(const std::string &tid) in Stop() 134 int32_t RequestManager::Query(const std::string &tid, TaskInfo &info) in Query() 145 int32_t RequestManager::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 167 int32_t RequestManager::Show(const std::string &tid, TaskInfo &info) in Show() 178 int32_t RequestManager::Pause(const std::string &tid, Version version) in Pause() 189 int32_t RequestManager::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 200 int32_t RequestManager::Remove(const std::string &tid, Version version) in Remove() 211 int32_t RequestManager::Resume(const std::string &tid) in Resume() [all …]
|
D | request_service_proxy.cpp | 36 int32_t RequestServiceProxy::Create(const Config &config, int32_t &tid, sptr<NotifyInterface> liste… in Create() 112 int32_t RequestServiceProxy::Start(const std::string &tid) in Start() 127 int32_t RequestServiceProxy::Stop(const std::string &tid) in Stop() 142 int32_t RequestServiceProxy::Query(const std::string &tid, TaskInfo &info) in Query() 162 int32_t RequestServiceProxy::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 205 int32_t RequestServiceProxy::Show(const std::string &tid, TaskInfo &info) in Show() 225 int32_t RequestServiceProxy::Pause(const std::string &tid, Version version) in Pause() 242 int32_t RequestServiceProxy::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 263 int32_t RequestServiceProxy::Remove(const std::string &tid, Version version) in Remove() 279 int32_t RequestServiceProxy::Resume(const std::string &tid) in Resume() [all …]
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | process_dump_test.cpp | 72 pid_t tid = accountmgrPid; variable 141 int32_t pid = 1, tid = 1; variable 155 int32_t pid = 243, tid = 243; variable 173 pid_t tid = pid; variable 193 pid_t tid = pid; variable 213 pid_t tid = pid; variable
|
/base/update/updateservice/services/utils/src/ |
D | dupdate_timer.c | 38 uint32_t tid; member 54 static UpdateTimer* GetTimerById(uint32_t tid) in GetTimerById() 103 uint32_t tid; in RegisterCycleTimerCB() local 126 int DeregisterCycleTimerCB(uint32_t tid) in DeregisterCycleTimerCB() 151 int StartTimer(uint32_t tid) in StartTimer() 175 void StopTimer(uint32_t tid) in StopTimer()
|
/base/hiviewdfx/faultloggerd/example/ |
D | dump_catcher_demo.cpp | 41 static NOINLINE int TestFuncRemote(int32_t pid, int32_t tid) in TestFuncRemote() 64 static bool ParseParameters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParameters() 104 int32_t tid = 0; in main() local
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_thread.cpp | 36 std::shared_ptr<DfxThread> DfxThread::Create(pid_t pid, pid_t tid, pid_t nsTid) in Create() 42 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread() 47 void DfxThread::InitThreadInfo(pid_t pid, pid_t tid, pid_t nsTid) in InitThreadInfo()
|
D | dfx_fault_stack.h | 37 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack()
|
D | dfx_thread.h | 34 pid_t tid = 0; member
|
D | dfx_logger.cpp | 76 void InitDebugLog(int type, int pid, int tid, unsigned int uid) in InitDebugLog()
|
D | process_dumper.cpp | 175 pid_t tid = process_->ChangeTid(nsTid, true); in InitProcessInfo() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher.cpp | 71 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg) in DoDumpLocalTid() 96 std::function<bool(int)> func = [&](int tid) { in DoDumpLocalPid() 113 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg) in DoDumpRemoteLocked() 119 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg) in DoDumpLocalLocked() 139 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() 145 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg) in DumpCatch() 167 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd) in DumpCatchFd() 177 bool DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg) in DoDumpCatchRemote()
|
/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
D | main.cpp | 48 static int ParseParamters(int argc, char *argv[], int &type, int32_t &pid, int32_t &tid) in ParseParamters() 115 int32_t tid = 0; in main() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
D | procinfo.cpp | 99 bool TidToNstid(const int pid, const int tid, int& nstid) in TidToNstid() 128 bool IsThreadInPid(int32_t pid, int32_t tid) in IsThreadInPid() 144 pid_t tid = atoi(files[i].c_str()); in GetTidsByPidWithFunc() local 165 func = [&](int tid) { in GetTidsByPid() 179 void ReadThreadName(const int tid, std::string& str) in ReadThreadName() 263 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName) in ReadThreadWchan()
|
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerd_fuzzer/ |
D | faultloggerd_fuzzer.cpp | 41 int tid[1]; in DumpStackTraceTest() local 80 int32_t tid[1]; in FaultloggerdClientTest() local
|
/base/request/request/frameworks/js/napi/src/ |
D | notify_stub.cpp | 49 std::string tid = data.ReadString(); in OnCallBack() local 82 void NotifyStub::RequestCallBack(const std::string &type, const std::string &tid, const NotifyData … in RequestCallBack()
|
/base/msdp/device_status/services/delegate_task/include/ |
D | delegate_tasks.h | 84 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId()
|
/base/hiviewdfx/hiview/base/event_store/include/ |
D | doc_query.h | 46 uint32_t tid; member
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | db_helper.cpp | 65 … long tid = std::strtoul(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in SelectEventFromDB() local
|
/base/request/request/frameworks/js/napi/include/ |
D | js_task.h | 65 std::string tid; member
|
/base/hiviewdfx/hiview/base/event_pool/ |
D | event_thread_pool.cpp | 89 std::string tid = std::to_string(Thread::GetTid()); in TaskCallback() local
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
D | log_print.h | 27 uint32_t tid; member
|