Home | History | Annotate | Download | only in test

Lines Matching full:sizeof

68         assertTrue(memcmp(ipExpectation, hostIp, sizeof(ipExpectation)) == 0);
139 mTestSocket.setSendExpectation((char*)prepareSend, sizeof(prepareSend));
141 mTestSocket.setReadExpectation((char*)prepareReply, sizeof(prepareReply));
183 mTestSocket.setSendExpectation((char*)prepareSend, sizeof(prepareSend));
185 mTestSocket.setReadExpectation((char*)prepareReply, sizeof(prepareReply));
227 mTestSocket.setSendExpectation((char*)startPlaybackSend, sizeof(startPlaybackSend));
229 mTestSocket.setReadExpectation((char*)startReply, sizeof(startReply));
233 mTestSocket.setSendExpectation((char*)stopPlaybackSend, sizeof(stopPlaybackSend));
235 mTestSocket.setReadExpectation((char*)stopReply, sizeof(stopReply));
238 mTestSocket.setSendExpectation((char*)startPlaybackSend, sizeof(startPlaybackSend));
240 mTestSocket.setReadExpectation((char*)startReply, sizeof(startReply));
243 mTestSocket.setSendExpectation((char*)stopPlaybackSend, sizeof(stopPlaybackSend));
245 mTestSocket.setReadExpectation((char*)stopReply, sizeof(stopReply));
248 mTestSocket.setSendExpectation((char*)startPlaybackSend, sizeof(startPlaybackSend));
250 mTestSocket.setReadExpectation((char*)startReply, sizeof(startReply));
276 memset(startReply, 0, sizeof(startReply));
293 mTestSocket.setSendExpectation((char*)startSend, sizeof(startSend));
300 mTestSocket.setSendExpectation((char*)startSend, sizeof(startSend));
305 mTestSocket.setSendExpectation((char*)stopSend, sizeof(stopSend));
307 mTestSocket.setReadExpectation((char*)stopReply, sizeof(stopReply));
323 mTestSocket.setSendExpectation((char*)prepareSend, sizeof(prepareSend));
325 mTestSocket.setReadExpectation((char*)prepareReply, sizeof(prepareReply));