Home
last modified time | relevance | path

Searched refs:processId_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_proxy.cpp55 processId_ = IPCSkeleton::GetCallingRealPid(); in Connect()
65 if (!data.WriteInt32(processId_)) { in Connect()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_content_proxy.h45 int32_t processId_; variable
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h270 pid_t processId_ = 0; variable
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp228 renderRecord->processId_ = getprocpid(); in CreateEventHandler()
230 renderRecord->processId_); in CreateEventHandler()
297 FormRenderEventReport::SendBlockFaultEvent(processId_, jsThreadId_, bundleName_); in Timer()