Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_item.cpp276 sptr<IRemoteObject> connectionObj = record->GetConnection(); in AddConnection() local
277 if (!connectionObj) { in AddConnection()
298 bool needNotify = connectedExtension->AddConnection(connectionObj); in AddConnection()
320 sptr<IRemoteObject> connectionObj = record->GetConnection(); in RemoveConnection() local
321 if (!connectionObj) { in RemoveConnection()
338 bool needNotify = connectedExtension->RemoveConnection(connectionObj); in RemoveConnection()