Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 58) sorted by relevance

123

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_context.cpp42 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()
Dcatchframe_local.cpp91 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()
Dbacktrace_local.cpp45 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()
Dbacktrace_local_thread.cpp45 BacktraceLocalThread::BacktraceLocalThread(int32_t tid) : tid_(tid) in BacktraceLocalThread()
/base/request/request/frameworks/native/src/
Drequest_manager.cpp55 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 …]
Drequest_service_proxy.cpp36 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/
Dprocess_dump_test.cpp72 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/
Ddupdate_timer.c38 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/
Ddump_catcher_demo.cpp41 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/
Ddfx_thread.cpp36 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()
Ddfx_fault_stack.h37 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack()
Ddfx_thread.h34 pid_t tid = 0; member
Ddfx_logger.cpp76 void InitDebugLog(int type, int pid, int tid, unsigned int uid) in InitDebugLog()
Dprocess_dumper.cpp175 pid_t tid = process_->ChangeTid(nsTid, true); in InitProcessInfo() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp71 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/
Dmain.cpp48 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/
Dprocinfo.cpp99 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/
Dfaultloggerd_fuzzer.cpp41 int tid[1]; in DumpStackTraceTest() local
80 int32_t tid[1]; in FaultloggerdClientTest() local
/base/request/request/frameworks/js/napi/src/
Dnotify_stub.cpp49 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/
Ddelegate_tasks.h84 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId()
/base/hiviewdfx/hiview/base/event_store/include/
Ddoc_query.h46 uint32_t tid; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
Ddb_helper.cpp65 … long tid = std::strtoul(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in SelectEventFromDB() local
/base/request/request/frameworks/js/napi/include/
Djs_task.h65 std::string tid; member
/base/hiviewdfx/hiview/base/event_pool/
Devent_thread_pool.cpp89 std::string tid = std::to_string(Thread::GetTid()); in TaskCallback() local
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_print.h27 uint32_t tid; member

123