Searched refs:jsThreadId (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_event_report.cpp | 59 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 D | frs_form_render_event_report_test.cpp | 75 pid_t jsThreadId = 1; variable 77 FormRenderEventReport::SendBlockFaultEvent(processId, jsThreadId, bundleName);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendereventreport_fuzzer/ |
H A D | formrendereventreport_fuzzer.cpp | 45 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 D | form_render_event_report.h | 43 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 D | napi_remote_object_internal.h | 56 …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 D | napi_remote_object.cpp | 233 NAPIRemoteObject::NAPIRemoteObject(std::thread::id jsThreadId, napi_env env, napi_ref jsObjectRef, in NAPIRemoteObject() argument 239 jsThreadId_ = jsThreadId; in NAPIRemoteObject()
|