Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp330 sptr<FormRenderConnection> stopConnection = nullptr; in StopRenderingFormCallback() local
339 stopConnection = conIterator->second; in StopRenderingFormCallback()
352 if (stopConnection == nullptr) { in StopRenderingFormCallback()
356 DisconnectRenderService(stopConnection, renderFormConnectionSize); in StopRenderingFormCallback()