Home
last modified time | relevance | path

Searched refs:jsThreadId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_event_report.cpp59 void FormRenderEventReport::SendBlockFaultEvent(pid_t processId, pid_t jsThreadId, std::string bund… in SendBlockFaultEvent() argument
63 bool ret = dumplog.DumpCatch(processId, jsThreadId, traceStr); in SendBlockFaultEvent()
66 processId, jsThreadId, traceStr.c_str()); in SendBlockFaultEvent()
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_event_report_test/
H A Dfrs_form_render_event_report_test.cpp75 pid_t jsThreadId = 1; variable
77 FormRenderEventReport::SendBlockFaultEvent(processId, jsThreadId, bundleName);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendereventreport_fuzzer/
H A Dformrendereventreport_fuzzer.cpp45 pid_t jsThreadId = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
47 FormRenderEventReport::SendBlockFaultEvent(processId, jsThreadId, bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_event_report.h43 static void SendBlockFaultEvent(pid_t processId, pid_t jsThreadId, std::string bundleName);
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h56 …NAPIRemoteObject(std::thread::id jsThreadId, napi_env env, napi_ref jsObjectRef, const std::u16str…
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp233 NAPIRemoteObject::NAPIRemoteObject(std::thread::id jsThreadId, napi_env env, napi_ref jsObjectRef, in NAPIRemoteObject() argument
239 jsThreadId_ = jsThreadId; in NAPIRemoteObject()