Searched refs:saProxy (Results 1 – 2 of 2) sorted by relevance
589 ProxyObject *saProxy = FindOrNewProxy(message->binderObject, (int32_t)message->stubIndex); in OnRemoteInvokerMessage() local590 if (saProxy == NULL) { in OnRemoteInvokerMessage()604 if (OnRemoteInvokerDataBusMessage(saProxy, &replyMessage, fromDeviceID, in OnRemoteInvokerMessage()
556 IPCObjectProxy *saProxy = reinterpret_cast<IPCObjectProxy *>(remoteObject.GetRefPtr()); in LoadSystemAbilityComplete() local560 if (!saProxy->AddDeathRecipient(death)) { in LoadSystemAbilityComplete()579 uint32_t result = OnRemoteInvokerDataBusMessage(saProxy, replyMessage, deviceId, in LoadSystemAbilityComplete()