| /base/request/request/test/unittest/cpp_test/fwkTest/src/ |
| D | request_manager_impl_test.cpp | 123 std::string tid = "1"; variable 146 string tid = "tid"; variable 159 string tid = "tid"; variable 172 string tid = "tid"; variable 186 string tid = "tid"; variable 200 string tid = "tid"; variable 229 string tid = "tid"; variable 242 string tid = "tid"; variable 255 string tid = "tid"; variable 269 string tid = "tid"; variable [all …]
|
| D | request_manager_test.cpp | 84 std::string tid = "1"; variable 101 std::string tid = "1"; variable 128 std::string tid = "tid"; variable 141 std::string tid = "tid"; variable 155 std::string tid = "tid"; variable 184 std::string tid = "tid"; variable 198 std::string tid = "tid"; variable 212 std::string tid = "tid"; variable 226 std::string tid = "tid"; variable 240 std::string tid = "tid"; variable
|
| D | request_test.cpp | 73 string tid = "testTid"; variable 97 string tid = "testTid"; variable 131 string tid = "testTid"; variable 164 string tid = "testTid"; variable 199 string tid = "testTid"; variable 226 string tid = "testTid"; variable 248 string tid = "testTid"; variable
|
| /base/request/request/frameworks/native/src/ |
| D | request_manager.cpp | 28 int32_t RequestManager::Create(const Config &config, int32_t seq, std::string &tid) in Create() 32 int32_t RequestManager::GetTask(const std::string &tid, const std::string &token, Config &config) in GetTask() 36 int32_t RequestManager::Start(const std::string &tid) in Start() 40 int32_t RequestManager::Stop(const std::string &tid) in Stop() 45 int32_t RequestManager::Query(const std::string &tid, TaskInfo &info) in Query() 50 int32_t RequestManager::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 60 int32_t RequestManager::Show(const std::string &tid, TaskInfo &info) in Show() 65 int32_t RequestManager::Pause(const std::string &tid, Version version) in Pause() 70 int32_t RequestManager::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 75 int32_t RequestManager::Remove(const std::string &tid, Version version) in Remove() [all …]
|
| D | request_service_proxy.cpp | 39 int32_t RequestServiceProxy::Create(const Config &config, std::string &tid) in Create() 136 int32_t RequestServiceProxy::GetTask(const std::string &tid, const std::string &token, Config &conf… in GetTask() 159 int32_t RequestServiceProxy::Start(const std::string &tid) in Start() 176 int32_t RequestServiceProxy::Stop(const std::string &tid) in Stop() 192 int32_t RequestServiceProxy::Query(const std::string &tid, TaskInfo &info) in Query() 214 int32_t RequestServiceProxy::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 262 int32_t RequestServiceProxy::Show(const std::string &tid, TaskInfo &info) in Show() 284 int32_t RequestServiceProxy::Pause(const std::string &tid, Version version) in Pause() 301 int32_t RequestServiceProxy::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 324 int32_t RequestServiceProxy::Remove(const std::string &tid, Version version) in Remove() [all …]
|
| D | request_manager_impl.cpp | 48 int32_t RequestManagerImpl::Create(const Config &config, int32_t seq, std::string &tid) in Create() 121 int32_t RequestManagerImpl::GetTask(const std::string &tid, const std::string &token, Config &confi… in GetTask() 150 int32_t RequestManagerImpl::Start(const std::string &tid) in Start() 168 int32_t RequestManagerImpl::Stop(const std::string &tid) in Stop() 179 int32_t RequestManagerImpl::Query(const std::string &tid, TaskInfo &info) in Query() 190 int32_t RequestManagerImpl::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 212 int32_t RequestManagerImpl::Show(const std::string &tid, TaskInfo &info) in Show() 223 int32_t RequestManagerImpl::Pause(const std::string &tid, Version version) in Pause() 234 int32_t RequestManagerImpl::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 245 int32_t RequestManagerImpl::Remove(const std::string &tid, Version version) in Remove() [all …]
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | unwind_local_tid_benchmark.cpp | 41 NOINLINE int TestFunc6(std::atomic_int* tid, std::atomic_bool* done) in TestFunc6() 49 NOINLINE int TestFunc5(std::atomic_int* tid, std::atomic_bool* done) in TestFunc5() 55 NOINLINE int TestFunc4(std::atomic_int* tid, std::atomic_bool* done) in TestFunc4() 61 NOINLINE int TestFunc3(std::atomic_int* tid, std::atomic_bool* done) in TestFunc3() 67 NOINLINE int TestFunc2(std::atomic_int* tid, std::atomic_bool* done) in TestFunc2() 73 NOINLINE int TestFunc1(std::atomic_int* tid, std::atomic_bool* done) in TestFunc1() 88 std::atomic_int tid(0); in BenchmarkUnwinderLocalWithTid() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | thread_context.cpp | 68 std::shared_ptr<ThreadContext> GetContextLocked(int32_t tid) in GetContextLocked() 90 AT_UNUSED bool RemoveContextLocked(int32_t tid) in RemoveContextLocked() 137 NO_SANITIZE std::shared_ptr<ThreadContext> LocalThreadContext::GetThreadContext(int32_t tid) in GetThreadContext() 148 void LocalThreadContext::ReleaseThread(int32_t tid) in ReleaseThread() 164 std::shared_ptr<ThreadContext> LocalThreadContext::CollectThreadContext(int32_t tid) in CollectThreadContext() 208 int tid = gettid(); in CopyContextAndWaitTimeout() local 227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 254 bool LocalThreadContext::SignalRequestThread(int32_t tid, ThreadContext* threadContext) in SignalRequestThread()
|
| D | dfx_ptrace.cpp | 33 void DfxPtrace::Detach(pid_t tid) in Detach() 41 bool DfxPtrace::Attach(pid_t tid, int timeout) in Attach()
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| D | process_dump_test.cpp | 87 pid_t tid = accountmgrPid; variable 143 pthread_t tid; variable 163 int32_t pid = 1, tid = 1; variable 177 int32_t pid = 243, tid = 243; variable 195 pid_t tid = pid; variable 219 pid_t tid = pid; variable 286 pid_t tid = pid; variable
|
| D | lock_parser_test.cpp | 88 void WaitThreadBlock(int& tid) in WaitThreadBlock() 113 int tid = 0; variable 167 int tid = 0; variable 219 int tid = 0; variable 258 int tid = 0; variable 297 int tid = 0; variable
|
| /base/hiviewdfx/faultloggerd/example/ |
| D | dump_catcher_demo.cpp | 29 static NOINLINE int TestFuncDump(int32_t pid, int32_t tid, bool isJson) in TestFuncDump() 69 static bool ParseParameters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParameters() 109 int32_t tid = 0; in main() local
|
| /base/print/print_fwk/test/unittest/extension_test/mock/ |
| D | mock_runtime.h | 49 bool SuspendVM(uint32_t tid) override in SuspendVM() 53 void ResumeVM(uint32_t tid) override {} in ResumeVM() 126 void DumpHeapSnapshot(uint32_t tid, bool isFullGC) override {} in DumpHeapSnapshot() 127 void ForceFullGC(uint32_t tid) override {} in ForceFullGC() 158 bool SuspendVM(uint32_t tid) override in SuspendVM() 162 void ResumeVM(uint32_t tid) override {} in ResumeVM() 235 void DumpHeapSnapshot(uint32_t tid, bool isFullGC) override {} in DumpHeapSnapshot() 236 void ForceFullGC(uint32_t tid) override {} in ForceFullGC()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
| D | procinfo.cpp | 105 bool TidToNstid(const int pid, const int tid, int& nstid) in TidToNstid() 138 bool IsThreadInPid(int32_t pid, int32_t tid) 169 pid_t tid = atoi(files[i].c_str()); local 190 func = [&](int tid) { 225 void ReadThreadName(const int tid, std::string& str) 233 void ReadThreadNameByPidAndTid(const int pid, const int tid, std::string& str) 321 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName)
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_thread.cpp | 38 std::shared_ptr<DfxThread> DfxThread::Create(pid_t pid, pid_t tid, pid_t nsTid) in Create() 44 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread() 49 void DfxThread::InitThreadInfo(pid_t pid, pid_t tid, pid_t nsTid) in InitThreadInfo()
|
| /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/backtrace/ |
| D | backtrace_local.cpp | 42 std::string GetThreadHead(int32_t tid) in GetThreadHead() 55 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool … in GetBacktraceFramesByTid() 73 bool GetBacktraceStringByTid(std::string& out, int32_t tid, size_t skipFrameNum, bool fast, in GetBacktraceStringByTid() 148 std::function<bool(int)> func = [&](int tid) { in GetProcessStacktrace()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
| D | dfx_dump_catcher.cpp | 93 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid() 118 std::function<bool(int)> func = [&](int tid) { in DoDumpLocalPid() 141 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeou… in DoDumpRemoteLocked() 146 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked() 166 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() 238 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch() 281 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) in DumpCatchFd() 291 bool DfxDumpCatcher::DoDumpCatchRemote(int pid, int tid, std::string& msg, bool isJson, int timeout) in DoDumpCatchRemote() 396 for (int tid : tids) { in CollectKernelStack() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/ |
| D | dfx_kernel_stack.h | 26 long int tid = 0; member
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/ |
| D | dfx_sigdump_handler.cpp | 86 void DfxSigDumpHandler::SetRunThreadId(int tid) in SetRunThreadId() 93 int tid = DfxSigDumpHandler::GetInstance().GetRunThreadId(); in SignalDumpRetranHandler() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| D | ark_res_sched_client_adapter_wrapper.cpp | 22 ResSchedStatusAdapter statusAdapter, pid_t pid, pid_t tid, ResSchedRoleAdapter roleAdapter) in ReportKeyThread() 40 …l ResSchedClientAdapter::ReportAudioData(ResSchedStatusAdapter statusAdapter, pid_t pid, pid_t tid) in ReportAudioData()
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| D | ark_res_sched_client_adapter_impl.cpp | 23 bool ArkResSchedClientAdapter::ReportKeyThread(int32_t statusAdapter, pid_t pid, pid_t tid, int32_t… in ReportKeyThread() 41 bool ArkResSchedClientAdapter::ReportAudioData(int32_t statusAdapter, pid_t pid, pid_t tid) in ReportAudioData()
|
| /base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdclient_fuzzer/ |
| D | faultloggerdclient_fuzzer.cpp | 31 int32_t tid; in FaultloggerdClientTest() local
|
| /base/request/request/frameworks/js/napi/src/ |
| D | js_notify_data_listener.cpp | 168 …askChecker CheckRemoveJSTask(const std::shared_ptr<NotifyData> ¬ifyData, const std::string &tid) in CheckRemoveJSTask() 186 std::string tid = std::to_string(notifyData->taskId); in DoJSTask() local
|
| /base/hiviewdfx/faultloggerd/common/cutil/ |
| D | musl_cutil.h | 78 bool GetThreadNameByTid(int32_t tid, char* buffer, size_t bufferSz) in GetThreadNameByTid() 147 void ParseSiValue(siginfo_t* si, uint64_t* endTime, int* tid) in ParseSiValue()
|