Searched defs:clientID (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/
H A DipcModuleUtil.h128 IPC_SendMsg(PRUint32 clientID, const nsID &target, const void *data, PRUint32 dataLen) argument
130 ipcClient *client = IPC_GetClientByID(clientID);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A Dipcd.cpp120 LOG(("IPC_NotifyClientUp: clientID=%d\n", client->ID()));
135 LOG(("IPC_NotifyClientDown: clientID=%d\n", client->ID()));
158 IPC_GetClientByID(PRUint32 clientID) argument
162 if (ipcClients[i].ID() == clientID)
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A Dipcm.h179 // | DWORD : clientID |
299 // | DWORD : clientID |
317 // with the exception that the clientID field is set to the clientID of the
361 // @param clientID the client id of the sender or receiver
366 PRUint32 clientID,
475 ipcmMessageClientID(PRUint32 requestIndex, PRUint32 clientID) argument
480 clientID) {}
490 ipcmMessageClientState(PRUint32 clientID, PRUint32 clientStatus) argument
495 clientID,
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp3589 PRUint32 clientID; member in struct:PruneInstanceMapForPeerArgs
3601 if (args && args->clientID == aData->Peer())

Completed in 55 milliseconds