Home
last modified time | relevance | path

Searched refs:GetTid (Results 1 - 25 of 26) sorted by relevance

12

/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp148 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 Djs_initialize.cpp84 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 Djs_task.cpp884 std::string JsTask::GetTid() in GetTid() function in OHOS::Request::JsTask
/base/hiviewdfx/hiview/base/utility/include/
H A Dthread_util.h23 int GetTid();
/base/hiviewdfx/hiview/base/utility/
H A Dthread_util.cpp24 pid_t GetTid() in GetTid() function
/base/hiviewdfx/hiview/base/
H A Dpipeline.cpp46 createTime_, std::to_string(Thread::GetTid())); in OnContinue()
99 createTime_, std::to_string(Thread::GetTid())); in OnFinish()
H A Dplugin.cpp75 std::to_string(Thread::GetTid())); in OnEventProxy()
H A Devent_loop.cpp436 name_ = name_ + "@" + std::to_string(Thread::GetTid()); in InitThreadName()
H A Dsys_event.cpp236 int32_t SysEvent::GetTid() const in GetTid() function in OHOS::SysEvent
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp105 recordStruct.tid = recordObj.GetTid(); in ConvertRecord()
H A Dhisysevent_record.cpp94 int64_t HiSysEventRecord::GetTid() const in GetTid() function in OHOS::HiviewDFX::HiSysEventRecord
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp50 (void)record.GetTid(); in HiSysEventRecordTest()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record.h51 int64_t GetTid() const;
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.h71 long GetTid() const;
H A Dwatch_point.cpp162 long WatchPoint::GetTid() const in GetTid() function in OHOS::HiviewDFX::WatchPoint
H A Dfreeze_detector_plugin.cpp109 long tid = sysEvent.GetTid(); in MakeWatchPoint()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp88 bucket.PutInt(Events::FIELD_TID, event->GetTid()); in Insert()
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h77 int32_t GetTid() const;
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h202 int GetTid() const;
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp122 ASSERT_GE(event.GetTid(), 0); in CheckEvent()
/base/request/request/frameworks/js/napi/include/
H A Djs_task.h41 std::string GetTid();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp1020 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 Dhiappevent_base.cpp689 int AppEventPack::GetTid() const in GetTid() function in OHOS::HiviewDFX::AppEventPack
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp792 ASSERT_EQ(wp1->GetTid(), 1000); in HWTEST_F()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp1457 auto tid = record.GetTid(); in HWTEST_F()

Completed in 22 milliseconds

12