Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp404 sptr<FormRenderConnection> oldConnection = nullptr; in AddConnection() local
415 oldConnection = renderFormConnections_[formId]; in AddConnection()
421 if (oldConnection) { in AddConnection()
422 DisconnectRenderService(oldConnection, renderFormConnectionSize); in AddConnection()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp801 …sptr<AccessibilityWindowConnection> oldConnection = accountData->GetAccessibilityWindowConnection(… in RegisterElementOperator() local
802 if (isApp && oldConnection) { in RegisterElementOperator()
806 DeleteConnectionAndDeathRecipient(windowId, oldConnection); in RegisterElementOperator()
873 sptr<AccessibilityWindowConnection> oldConnection = in RegisterElementOperatorChildWork() local
875 if (isApp && oldConnection) { in RegisterElementOperatorChildWork()
876 if (oldConnection->GetCardProxy(treeId) != nullptr) { in RegisterElementOperatorChildWork()
880 oldConnection->SetCardProxy(treeId, operation); in RegisterElementOperatorChildWork()
881 SetTokenIdMapAndRootParentId(oldConnection, treeId, nodeId, tokenId); in RegisterElementOperatorChildWork()