/base/request/request/frameworks/js/napi/src/ |
H A D | request_event.cpp | 148 jsParam.task->responseListener_ = std::make_shared<JSResponseListener>(env, jsParam.task->GetTid());
in On() 161 std::make_shared<JSNotifyDataListener>(env, jsParam.task->GetTid(), jsParam.subscribeType);
in On() 171 REQUEST_HILOGI("End task %{public}s on %{public}s seq %{public}d", jsParam.task->GetTid().c_str(),
in On() 192 jsParam.task->responseListener_ = std::make_shared<JSResponseListener>(env, jsParam.task->GetTid());
in Off() 205 std::make_shared<JSNotifyDataListener>(env, jsParam.task->GetTid(), jsParam.subscribeType);
in Off() 216 jsParam.task->GetTid().c_str());
in Off() 384 std::string tid = context->task->GetTid();
in StartExec() 404 int32_t ret = RequestManager::GetInstance()->Stop(context->task->GetTid());
in StopExec() 413 int32_t ret = RequestManager::GetInstance()->Pause(context->task->GetTid(), context->version_);
in PauseExec() 431 ret = RequestManager::GetInstance()->Show(context->task->GetTid(), infoRe in QueryExec() [all...] |
H A D | js_initialize.cpp | 84 JsTask::ClearTaskMap(task->GetTid());
in Initialize() 85 RequestManager::GetInstance()->RemoveAllListeners(task->GetTid());
in Initialize() 990 NapiUtils::SetStringPropertyUtf8(env, self, "tid", task->GetTid());
in CreatProperties()
|
H A D | js_task.cpp | 884 std::string JsTask::GetTid()
in GetTid() function in OHOS::Request::JsTask
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | thread_util.h | 23 int GetTid();
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | thread_util.cpp | 24 pid_t GetTid()
in GetTid() function
|
/base/hiviewdfx/hiview/base/ |
H A D | pipeline.cpp | 46 createTime_, std::to_string(Thread::GetTid()));
in OnContinue() 99 createTime_, std::to_string(Thread::GetTid()));
in OnFinish()
|
H A D | plugin.cpp | 75 std::to_string(Thread::GetTid()));
in OnEventProxy()
|
H A D | event_loop.cpp | 436 name_ = name_ + "@" + std::to_string(Thread::GetTid());
in InitThreadName()
|
H A D | sys_event.cpp | 236 int32_t SysEvent::GetTid() const in GetTid() function in OHOS::SysEvent
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_convertor.cpp | 105 recordStruct.tid = recordObj.GetTid(); in ConvertRecord()
|
H A D | hisysevent_record.cpp | 94 int64_t HiSysEventRecord::GetTid() const in GetTid() function in OHOS::HiviewDFX::HiSysEventRecord
|
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 50 (void)record.GetTid(); in HiSysEventRecordTest()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 51 int64_t GetTid() const;
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.h | 71 long GetTid() const;
|
H A D | watch_point.cpp | 162 long WatchPoint::GetTid() const in GetTid() function in OHOS::HiviewDFX::WatchPoint
|
H A D | freeze_detector_plugin.cpp | 109 long tid = sysEvent.GetTid(); in MakeWatchPoint()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_dao.cpp | 88 bucket.PutInt(Events::FIELD_TID, event->GetTid());
in Insert()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 77 int32_t GetTid() const;
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 202 int GetTid() const;
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_store_utility_test.cpp | 122 ASSERT_GE(event.GetTid(), 0); in CheckEvent()
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_task.h | 41 std::string GetTid();
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.cpp | 1020 if (pthread_self() == engine->GetTid()) { in GetJavaScriptResult() 1213 if (pthread_self() == engine->GetTid()) { in GetJavaScriptResultFlowbuf() 1388 if (pthread_self() == engine->GetTid()) { in HasJavaScriptObjectMethods() 1500 if (pthread_self() == engine->GetTid()) { in GetJavaScriptObjectMethods() 1623 if (pthread_self() == engine->GetTid()) { in RemoveJavaScriptObjectHolder()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 689 int AppEventPack::GetTid() const
in GetTid() function in OHOS::HiviewDFX::AppEventPack
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 792 ASSERT_EQ(wp1->GetTid(), 1000); in HWTEST_F()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_native_test.cpp | 1457 auto tid = record.GetTid();
in HWTEST_F()
|