Lines Matching defs:data
80 data1.outMsg->data = ptr;
131 data1.outMsg->data = &name;
138 ptr = (uint32_t*)(data1.inMsg->data);
166 data1.outMsg->data = &name;
172 ptr = (uint32_t*)(data1.inMsg->data);
178 static void HandleServiceRegAndGet(int fd, IpcMsg *data)
182 if (data->code == STOP_CODE) {
187 ServiceName *info = (ServiceName*)(data->data);
199 printf("receive service request, code:%d, service name:%s\n", data->code, info->serviceName);
200 switch (data->code) {
204 content.taskID = data->taskID;
216 SendReply(fd, data, 0, content.serviceHandle);
228 content.taskID = data->taskID;
231 SendReply(fd, data, 0, i);
242 SendReply(fd, data, -1, 0);
290 data1.outMsg->data = 0;