Searched refs:oldConnection (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr_inner.cpp | 392 sptr<FormRenderConnection> oldConnection = nullptr; in AddConnection() local 403 oldConnection = renderFormConnections_[formId]; in AddConnection() 409 if (oldConnection) { in AddConnection() 410 DisconnectRenderService(oldConnection, renderFormConnectionSize); in AddConnection()
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/ |
H A D | sa_perform_action_xts.cpp | 785 sptr<A11yWindowConnection> oldConnection = accountData->GetA11yWindowConnection(windowId); in RegisterElementOperator() 786 if (isApp && oldConnection) { in RegisterElementOperator() 790 DeleteConnectionAndDeathRecipient(windowId, oldConnection); in RegisterElementOperator() 857 sptr<A11yWindowConnection> oldConnection = in RegisterElementOperatorChildWork() local 859 if (isApp && oldConnection) { in RegisterElementOperatorChildWork() 860 if (oldConnection->GetCardProxy(treeId) != nullptr) { in RegisterElementOperatorChildWork() 864 oldConnection->SetCardProxy(treeId, operation); in RegisterElementOperatorChildWork() 865 SetTokenIdMapAndRootParentId(oldConnection, treeId, nodeId, tokenId); in RegisterElementOperatorChildWork()
|
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/ |
H A D | samgr_register_element_test.cpp | 785 sptr<A11yRegisterElementWindowConnection> oldConnection = accountData->GetA11yRegisterElementWindowConnection(windowId); in RegisterElementOperator() 786 if (isApp && oldConnection) { in RegisterElementOperator() 790 DeleteConnectionAndDeathRecipient(windowId, oldConnection); in RegisterElementOperator() 857 sptr<A11yRegisterElementWindowConnection> oldConnection = in RegisterElementOperatorChildWork() local 859 if (isApp && oldConnection) { in RegisterElementOperatorChildWork() 860 if (oldConnection->GetCardProxy(treeId) != nullptr) { in RegisterElementOperatorChildWork() 864 oldConnection->SetCardProxy(treeId, operation); in RegisterElementOperatorChildWork() 865 SetTokenIdMapAndRootParentId(oldConnection, treeId, nodeId, tokenId); in RegisterElementOperatorChildWork()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_manager_service.cpp | 785 sptr<AccessibilityWindowConnection> oldConnection = accountData->GetAccessibilityWindowConnection(windowId); in RegisterElementOperator() 786 if (isApp && oldConnection) { in RegisterElementOperator() 790 DeleteConnectionAndDeathRecipient(windowId, oldConnection); in RegisterElementOperator() 857 sptr<AccessibilityWindowConnection> oldConnection = in RegisterElementOperatorChildWork() local 859 if (isApp && oldConnection) { in RegisterElementOperatorChildWork() 860 if (oldConnection->GetCardProxy(treeId) != nullptr) { in RegisterElementOperatorChildWork() 864 oldConnection->SetCardProxy(treeId, operation); in RegisterElementOperatorChildWork() 865 SetTokenIdMapAndRootParentId(oldConnection, treeId, nodeId, tokenId); in RegisterElementOperatorChildWork()
|
Completed in 12 milliseconds