Lines Matching refs:LOG
50 LOG("sleeped %d", i);
60 LOG("malloc fail");
66 LOG("call popen fail");
71 LOG("##################Softbus PID:%s", buffer);
80 LOG("[cb]Online: info is null");
84 LOG("[cb]Online id:%s, name:%s, type id:%u", info->networkId, info->deviceName, info->deviceTypeId);
91 LOG("[cb]Offline: info is null");
94 LOG("[cb]Offline id:%s, name:%s, type id:%u", info->networkId, info->deviceName, info->deviceTypeId);
101 LOG("[cb]InfoChanged: info is null, type[%d]", type);
104 LOG("[cb]InfoChanged id: %s,name: %s", info->networkId, info->deviceName);
110 LOG("[cb]StatusChanged: info is null, type[%d]", type);
113 LOG("[cb]StatusChanged id: %s,status: %d", status->basicInfo.networkId, status->authStatus);
128 LOG("Wait4Node,timeout:%d, type:%d, exp count:%d", timeout, state, expectCount);
135 LOG("Wait4Node[online] succ,timeout:%d", timeout);
141 LOG("Wait4Node[offline] succ,timeout:%d", timeout);
146 LOG("Wait4Node state error");
158 LOG("Wait4Node[online] fail[exp:%d, real:%d]", expectCount, g_nodeOnlineCount);
164 LOG("Wait4Node[offline] fail[exp:%d, real:%d]", expectCount, g_nodeOfflineCount);
178 LOG("[cb][Ctrl]OnBind success {socket:%d, name:%s, deviceId:%s, pkgName:%s, dataType:%d}", socket,
182 LOG("PeerSocket Info peer deviceId and check remote networkId are diff");
187 LOG("PeerSocket Info peer name and local name are diff");
192 LOG("PeerSocket Info peer pkgName and local pkgName are diff");
205 LOG("[cb][Ctrl]OnShutdownData success {socket:%d, reason:%u}", socket, reason);
218 LOG("[check]socket/size ok socket:%d, size:%d", socket, dataLen);
221 LOG("[check]socket/size failed socket :%d, expectsocket:%d, size:%d, expectsize:%d",
227 LOG("[check]socket Datacunt is null !!!");
233 LOG("[check] cmp content ok");
236 LOG("[check] cmp content fail[exp:%s,real:%s]", g_expectDataContent, (char*)data);
244 LOG("[cb] OnByteData socket:%d", socket);
249 LOG("[cb] OnByteData data recv success");
253 LOG("[cb] OnByteData data recv failed");
259 LOG("[cb] OnMessageData socket:%d", socket);
264 LOG("[cb] OnMessageData data recv success");
268 LOG("[cb] OnMessageData data recv failed");
275 LOG("[cb][data]OnStream invalid socket id[%d]", socket);
279 LOG("[cb][data]OnStream socket id[%d], data is NULL", socket);
283 LOG("[cb][data]OnStream socket id[%d], ext is NULL", socket);
287 LOG("[cb][data]OnStream socket id[%d], param is NULL", socket);
290 LOG("[cb][data]OnStream Success socket:%d,", socket);
291 LOG("[cb][data]OnStream Success buf:%s,", (data->buf != NULL ? data->buf : "null"));
292 LOG("[cb][data]OnStream Success buflen:%d", data->bufLen);
293 LOG("[cb][data]OnStream Success buf:%s,", (ext->buf != NULL ? ext->buf : "null"));
304 LOG("[cb][data]OnFile invalid socket id[%d]", socket);
308 LOG("[cb][data]OnFile socket id[%d], event is nullptr", socket);
312 LOG("[cb][data]OnFile event type:%d,", event->type);
316 LOG("[cb][data]OnFile, event type:%d, fileCnt:%u", event->type, event->fileCnt);
318 LOG("[cb][data] %s", (event->files[i] == NULL ? "null" : event->files[i]));
321 LOG("[cb][data]OnFile recv finished");
326 LOG("[cb][data]OnFile recv process");
330 LOG("[cb][data]OnFile recv error!!");
338 LOG("[cb][data] OnQos {socket:%d, event:%d}", socket, eventId);
350 LOG("Wait4socket[Byte] succ, flag:%d", g_waitFlag4Byte);
356 LOG("Wait4socket[Message] succ,flag:%d", g_waitFlag4Message);
362 LOG("Wait4socket[File] succ,flag:%d", g_waitFlag4File);
368 LOG("Wait4socket[Stream] succ,flag:%d", g_waitFlagStream);
374 LOG("Wait4socket[SHUTDOWN] succ,flag:%d", g_waitFlag4Shutdown);
379 LOG("Wait4socket type error");
391 LOG("Wait4socket[Byte] fail[exp:%d, real:%d]", WAIT_SUCCESS_VALUE, g_waitFlag4Byte);
397 LOG("Wait4socket[Message] fail[exp:%d, real:%d]", WAIT_SUCCESS_VALUE, g_waitFlag4Message);
403 LOG("Wait4socket[File] fail[exp:%d, real:%d]", WAIT_SUCCESS_VALUE, g_waitFlag4File);
409 LOG("Wait4socket[Stream] fail[exp:%d, real:%d]", WAIT_SUCCESS_VALUE, g_waitFlagStream);
415 LOG("Wait4socket[SHUTDOWN] fail[exp:%d, real:%d]", WAIT_SUCCESS_VALUE, g_waitFlag4Shutdown);
428 LOG("###SendSocket4Data g_currentSocket4Data = %d ", g_currentSocket4Data );
432 LOG("[send data]calloc fail");
437 LOG("[send data]invalid param[size>=1]");
446 LOG("[send data]call SendX fail, ret:%d", ret);
466 LOG("[send data]invalid param[DataType]");
471 LOG("[send data]call SendX success");
519 LOG("[check]get node number is:%d, ret:%d", nodeNum, ret);
521 LOG("[check]get netid is:%s", nodeInfo->networkId);
528 LOG("[check]get nodeInfo is null");