Lines Matching defs:stub
161 static void AddDBinderStub(DBinderServiceStub *stub)
164 UtilsListAdd(&g_stubRegistedList.dBinderStubs, &stub->list);
222 static int32_t SendEntryToRemote(DBinderServiceStub *stub, const uint32_t seqNumber)
224 char *toDeviceID = stub->deviceID;
249 .stubIndex = stub->binderObject,
251 .binderObject = stub->binderObject,
253 .stub = (uintptr_t)(stub->svc.cookie),
403 SessionInfo *QuerySessionObject(uintptr_t stub)
409 if (node->stub == stub) {
418 static void DeleteDBinderStub(DBinderServiceStub *stub)
420 if (stub == NULL) {
421 RPC_LOG_ERROR("DeleteDBinderStub get null stub");
425 UtilsListDelete(&stub->list);
673 RPC_LOG_ERROR("invalid stub object");
676 if (QuerySessionObject(replyMessage->stub) != NULL) {
704 session->stub = replyMessage->stub;