Lines Matching defs:stubIndex
249 .stubIndex = stub->binderObject,
557 uint64_t stubIndex;
558 if (!ReadUint64(&reply, &stubIndex)) {
566 if (stubIndex == 0 || serverSessionName == NULL || sessionLen > SERVICENAME_LENGTH) {
567 RPC_LOG_ERROR("INVOKE_LISTEN_THREAD reply stubIndex or sessionName invalid");
573 replyMessage->stubIndex = stubIndex;
589 ProxyObject *saProxy = FindOrNewProxy(message->binderObject, (int32_t)message->stubIndex);
700 session->stubIndex = replyMessage->stubIndex;
706 if (session->stubIndex == 0) {
707 RPC_LOG_ERROR("stubIndex invalid");