Home
last modified time | relevance | path

Searched refs:SetTid (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_task.h73 void SetTid();
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_task.cpp75 void CJTask::SetTid() in SetTid() function in OHOS::CJSystemapi::Request::CJTask
288 SetTid(); in Create()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h42 void SetTid(std::string &tid);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h219 void SetTid(int tid);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp161 context->task->SetTid(context->tid); in JsMain()
356 context->task->SetTid(context->tid); in GetTask()
889 void JsTask::SetTid(std::string &tid) in SetTid() function in OHOS::Request::JsTask
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp99 event->SetTid(GetIntFromResultSet(resultSet, Events::FIELD_TID)); in GetEventFromResultSet()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp754 void AppEventPack::SetTid(int tid) in SetTid() function in OHOS::HiviewDFX::AppEventPack