Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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()