Home
last modified time | relevance | path

Searched refs:saProxy (Results 1 - 3 of 3) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dref_count_collect.cpp81 sptr<IPCObjectProxy> saProxy = reinterpret_cast<IPCObjectProxy*>(object.GetRefPtr()); in IdentifyUnrefOndemand() local
82 if (saProxy == nullptr) { in IdentifyUnrefOndemand()
85 uint32_t refCount = saProxy->GetStrongRefCountForStub(); in IdentifyUnrefOndemand()
112 sptr<IPCObjectProxy> saProxy = reinterpret_cast<IPCObjectProxy*>(object.GetRefPtr()); in IdentifyUnrefResident() local
113 if (saProxy == nullptr) { in IdentifyUnrefResident()
116 uint32_t refCount = saProxy->GetStrongRefCountForStub(); in IdentifyUnrefResident()
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c589 ProxyObject *saProxy = FindOrNewProxy(message->binderObject, (int32_t)message->stubIndex); in OnRemoteInvokerMessage() local
590 if (saProxy == NULL) { in OnRemoteInvokerMessage()
604 if (OnRemoteInvokerDataBusMessage(saProxy, &replyMessage, fromDeviceID, in OnRemoteInvokerMessage()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp556 IPCObjectProxy *saProxy = reinterpret_cast<IPCObjectProxy *>(remoteObject.GetRefPtr()); in LoadSystemAbilityComplete() local
560 if (!saProxy->AddDeathRecipient(death)) { in LoadSystemAbilityComplete()
579 uint32_t result = OnRemoteInvokerDataBusMessage(saProxy, replyMessage, deviceId, in LoadSystemAbilityComplete()

Completed in 7 milliseconds