| /base/request/request/frameworks/native/src/ |
| D | request_manager.cpp | 56 int32_t RequestManager::Create(const Config &config, int32_t &tid, sptr<NotifyInterface> listener) in Create() 113 int32_t RequestManager::GetTask(const std::string &tid, const std::string &token, Config &config) in GetTask() 124 int32_t RequestManager::Start(const std::string &tid) in Start() 135 int32_t RequestManager::Stop(const std::string &tid) in Stop() 146 int32_t RequestManager::Query(const std::string &tid, TaskInfo &info) in Query() 157 int32_t RequestManager::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 179 int32_t RequestManager::Show(const std::string &tid, TaskInfo &info) in Show() 190 int32_t RequestManager::Pause(const std::string &tid, Version version) in Pause() 201 int32_t RequestManager::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 212 int32_t RequestManager::Remove(const std::string &tid, Version version) in Remove() [all …]
|
| D | request_service_proxy.cpp | 37 int32_t RequestServiceProxy::Create(const Config &config, int32_t &tid, sptr<NotifyInterface> liste… in Create() 129 int32_t RequestServiceProxy::GetTask(const std::string &tid, const std::string &token, Config &conf… in GetTask() 150 int32_t RequestServiceProxy::Start(const std::string &tid) in Start() 165 int32_t RequestServiceProxy::Stop(const std::string &tid) in Stop() 180 int32_t RequestServiceProxy::Query(const std::string &tid, TaskInfo &info) in Query() 200 int32_t RequestServiceProxy::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 243 int32_t RequestServiceProxy::Show(const std::string &tid, TaskInfo &info) in Show() 263 int32_t RequestServiceProxy::Pause(const std::string &tid, Version version) in Pause() 280 int32_t RequestServiceProxy::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 301 int32_t RequestServiceProxy::Remove(const std::string &tid, Version version) in Remove() [all …]
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
| D | backtrace_local_context.cpp | 46 static std::shared_ptr<ThreadContext> CreateContext(int32_t tid) in CreateContext() 57 static std::shared_ptr<ThreadContext> GetContextLocked(int32_t tid) in GetContextLocked() 89 static bool RemoveContextLocked(int32_t tid) in RemoveContextLocked() 118 std::shared_ptr<ThreadContext> BacktraceLocalContext::CollectThreadContext(int32_t tid) in CollectThreadContext() 140 std::shared_ptr<ThreadContext> BacktraceLocalContext::GetThreadContext(int32_t tid) in GetThreadContext() 150 void BacktraceLocalContext::ReleaseThread(int32_t tid) in ReleaseThread() 249 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, int skipFrames, bool re… in CatchFrame() 168 bool DfxCatchFrameLocal::CatchFrameLocalTid(int tid, std::vector<DfxFrame>& frames, int skipFrames,… in CatchFrameLocalTid()
|
| D | backtrace_local.cpp | 43 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool … in GetBacktraceFramesByTid() 75 bool GetBacktraceJsonByTid(std::string& out, int32_t tid, size_t skipFrameNum, bool fast, in GetBacktraceJsonByTid() 86 bool GetBacktraceStringByTid(std::string& out, int32_t tid, size_t skipFrameNum, bool fast, in GetBacktraceStringByTid() 173 std::function<bool(int)> func = [&](int tid) { in GetProcessStacktrace()
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| D | process_dump_test.cpp | 73 pid_t tid = accountmgrPid; variable 123 int32_t pid = 1, tid = 1; variable 137 int32_t pid = 243, tid = 243; variable 155 pid_t tid = pid; variable 178 pid_t tid = pid; variable
|
| /base/hiviewdfx/faultloggerd/example/ |
| D | dump_catcher_demo.cpp | 42 static NOINLINE int TestFuncRemote(int32_t pid, int32_t tid) in TestFuncRemote() 67 static bool ParseParameters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParameters() 107 int32_t tid = 0; in main() local
|
| D | unwinder_demo.cpp | 30 static bool ParseParameters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParameters() 72 int32_t tid = 0; in main() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_ptrace.cpp | 33 void DfxPtrace::Detach(pid_t tid) in Detach() 41 bool DfxPtrace::Attach(pid_t tid) in Attach()
|
| /base/hiviewdfx/faultloggerd/frameworks/unwinder/ |
| D | dfx_ptrace.cpp | 33 void DfxPtrace::Detach(pid_t tid) in Detach() 41 bool DfxPtrace::Attach(pid_t tid) in Attach()
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_thread.cpp | 40 std::shared_ptr<DfxThread> DfxThread::Create(pid_t pid, pid_t tid, pid_t nsTid) in Create() 46 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread() 51 void DfxThread::InitThreadInfo(pid_t pid, pid_t tid, pid_t nsTid) in InitThreadInfo()
|
| D | dfx_fault_stack.h | 38 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack()
|
| D | dfx_thread.h | 35 pid_t tid = 0; member
|
| D | dfx_logger.cpp | 76 void InitDebugLog(int type, int pid, int tid, unsigned int uid) in InitDebugLog()
|
| /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 | 101 bool TidToNstid(const int pid, const int tid, int& nstid) in TidToNstid() 130 bool IsThreadInPid(int32_t pid, int32_t tid) in IsThreadInPid() 146 pid_t tid = atoi(files[i].c_str()); in GetTidsByPidWithFunc() local 167 func = [&](int tid) { in GetTidsByPid() 181 void ReadThreadName(const int tid, std::string& str) in ReadThreadName() 266 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName) in ReadThreadWchan()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
| D | dfx_dump_catcher.cpp | 81 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums, bool isJs… in DoDumpLocalTid() 112 std::function<bool(int)> func = [&](int tid) { in DoDumpLocalPid() 129 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson) in DoDumpRemoteLocked() 135 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums, boo… in DoDumpLocalLocked() 155 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() 161 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch() 197 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) in DumpCatchFd() 207 bool DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg, bool isJ… in DoDumpCatchRemote()
|
| /base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerd_fuzzer/ |
| D | faultloggerd_fuzzer.cpp | 41 int tid[1]; in DumpStackTraceTest() local 74 int32_t tid[1]; in FaultloggerdClientTest() local
|
| /base/request/request/services/service/request/src/service/command/ |
| D | get_task.rs | 29 let tid: String = data.read()?; in execute() localVariable
|
| /base/msdp/device_status/services/delegate_task/include/ |
| D | delegate_tasks.h | 82 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId()
|
| /base/request/request/frameworks/js/napi/src/ |
| D | notify_stub.cpp | 50 std::string tid = data.ReadString(); in OnCallBack() local 89 void NotifyStub::RequestCallBack(const std::string &type, const std::string &tid, const NotifyData … in RequestCallBack()
|
| /base/msdp/device_status/intention/scheduler/task_scheduler/include/ |
| D | task_scheduler.h | 86 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/ |
| D | faultloggerd_client.cpp | 214 int RequestSdkDump(int32_t type, int32_t pid, int32_t tid) in RequestSdkDump() 219 int RequestSdkDumpJson(int32_t type, int32_t pid, int32_t tid, bool isJson) in RequestSdkDumpJson()
|
| /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/hiview/plugins/freeze_detector/ |
| D | db_helper.cpp | 48 … long tid = std::strtol(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in GetResultMap() local
|