Home
last modified time | relevance | path

Searched refs:CONN_COMMON (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c44 CONN_LOGW(CONN_COMMON, "Bad socket interface!"); in RegistSocketProtocol()
49 CONN_LOGE(CONN_COMMON, "get lock failed! ret=%{public}" PRId32, ret); in RegistSocketProtocol()
63 CONN_LOGE(CONN_COMMON, "socket type list is full!"); in RegistSocketProtocol()
72 CONN_LOGE(CONN_COMMON, "get lock failed! ret=%{public}" PRId32, ret); in GetSocketInterface()
88 CONN_LOGD(CONN_COMMON, "newip not deployed"); in RegistNewIpSocket()
133 CONN_LOGE(CONN_COMMON, "protocol not supported! protocol=%{public}d", option->socketOption.protocol); in ConnOpenClientSocket()
142 CONN_LOGE(CONN_COMMON, "invalid params. fd=%{public}d", fd); in WaitEvent()
159 CONN_LOGE(CONN_COMMON, "Enter SoftBusSocketFdIsset."); in WaitEvent()
189 CONN_LOGE(CONN_COMMON, "fcntl get flag failed, fd=%{public}d, errno=%{public}d(%{public}s)", in ConnToggleNonBlockMode()
195 CONN_LOGI(CONN_COMMON, "se in ConnToggleNonBlockMode()
[all...]
H A Dsoftbus_base_listener.c102 status == SOFTBUS_OK, NULL, CONN_COMMON, "lock failed, module=%{public}d, error=%{public}d", in GetListenerNodeCommon()
117 CONN_LOGE(CONN_COMMON, "lock listener failed, module=%{public}d, error=%{public}d", module, status); in GetListenerNodeCommon()
142 status == SOFTBUS_OK, CONN_COMMON, "lock listener lists failed, module=%{public}d, error=%{public}d", in RemoveListenerNode()
146 CONN_LOGW(CONN_COMMON, "listener node is not in listener list, just skip, module=%{public}d", in RemoveListenerNode()
152 CONN_LOGE(CONN_COMMON, "lock listener node failed, module=%{public}d", node->module); in RemoveListenerNode()
169 CONN_LOGE(CONN_COMMON, "lock listener node failed, module=%{public}d", node->module); in ReturnListenerNode()
179 CONN_LOGI(CONN_COMMON, "object reference count <= 0, free listener node, module=%{public}d, " in ReturnListenerNode()
193 node != NULL, NULL, CONN_COMMON, "calloc failed, module=%{public}d", module); in CreateSpecifiedListenerModule()
199 CONN_LOGE(CONN_COMMON, "init lock failed, module=%{public}d, error=%{public}d", module, status); in CreateSpecifiedListenerModule()
288 status == SOFTBUS_OK, UNUSE_BUTT, CONN_COMMON, "loc in CreateListenerModule()
621 CONN_CHECK_AND_RETURN_RET_LOGW(IsValidTriggerType(trigger), SOFTBUS_INVALID_PARAM, CONN_COMMON, AddTrigger() local
708 CONN_CHECK_AND_RETURN_RET_LOGW(IsValidTriggerType(trigger), SOFTBUS_INVALID_PARAM, CONN_COMMON, DelTrigger() local
[all...]
H A Dsoftbus_tcp_socket.c37 CONN_LOGE(CONN_COMMON, "set SO_REUSEPORT failed"); in SetReusePort()
48 CONN_LOGE(CONN_COMMON, "set SO_REUSEADDR failed"); in SetReuseAddr()
58 CONN_LOGE(CONN_COMMON, "set TCP_NODELAY failed"); in SetNoDelay()
73 CONN_LOGE(CONN_COMMON, "set TCP_QUICK_START failed. rc=%{public}d, errno=%{public}d(%{public}s)", in SetQuickStart()
84 CONN_LOGE(CONN_COMMON, "set SOFTBUS_SO_SNDBUF failed. rc=%{public}d, errno=%{public}d(%{public}s)", in SetSendBufFix()
95 CONN_LOGE(CONN_COMMON, "set SOFTBUS_SO_RCVBUF failed. rc=%{public}d, errno=%{public}d(%{public}s)", in SetRcvBufFix()
168 CONN_LOGE(CONN_COMMON, "pack ipv6 addr failed"); in BindLocalIP()
177 CONN_LOGE(CONN_COMMON, "pack ipv4 addr failed"); in BindLocalIP()
188 CONN_LOGE(CONN_COMMON, "set tos failed, fd=%{public}d", fd); in SetIpTos()
197 CONN_LOGE(CONN_COMMON, "invali in OpenTcpServerSocket()
[all...]
H A Dsoftbus_conn_common.c45 CONN_LOGE(CONN_COMMON, "copy anonymize data fail"); in AnonymizeData()
89 CONN_CHECK_AND_RETURN_LOGW(msg != NULL, CONN_COMMON, "ATTENTION UNEXPECTED ERROR, try to free a null msg"); in ConnFreeMessage()
101 CONN_CHECK_AND_RETURN_RET_LOGE(msg != NULL, SOFTBUS_MEM_ERR, CONN_COMMON, in ConnPostMsgToLooper()
164 CONN_LOGE(CONN_COMMON, "get time failed"); in ConnectSoftBusCondWait()
180 CONN_LOGE(CONN_COMMON, "wait get queue count fail"); in WaitQueueLength()
183 CONN_LOGD(CONN_COMMON, "queue count=%{public}d", queueCount); in WaitQueueLength()
189 CONN_LOGE(CONN_COMMON, "wait queue length cond wait fail"); in WaitQueueLength()
201 CONN_LOGW(CONN_COMMON, "get queue count fail"); in GetMsg()
220 CONN_LOGE(CONN_COMMON, "invalid parameter"); in GetQueueLimit()
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c79 CONN_LOGW(CONN_COMMON, "statistics is null"); in DfxRecordTcpConnectFail()
83 CONN_LOGI(CONN_COMMON, "record tcp conn fail, connectTraceId=%{public}u, reason=%{public}d", in DfxRecordTcpConnectFail()
99 CONN_LOGI(CONN_COMMON, "statistics is null"); in DfxRecordTcpConnectSuccess()
103 CONN_LOGI(CONN_COMMON, "record tcp conn success, connectTraceId=%{public}u", statistics->connectTraceId); in DfxRecordTcpConnectSuccess()
123 CONN_LOGE(CONN_COMMON, "lock failed"); in AddTcpConnInfo()
127 CONN_LOGE(CONN_COMMON, "Tcp out of max conn num."); in AddTcpConnInfo()
133 CONN_LOGE(CONN_COMMON, in AddTcpConnInfo()
148 CONN_CHECK_AND_RETURN_LOGE(g_tcpConnInfoList, CONN_COMMON, "global connection list is null"); in DelTcpConnInfo()
151 CONN_LOGE(CONN_COMMON, "lock failed, connid=%{public}u, error=%{public}d", connectionId, status); in DelTcpConnInfo()
178 CONN_LOGE(CONN_COMMON, in DelTcpConnInfo()
510 SOFTBUS_INVALID_PARAM, CONN_COMMON, "CheckArg fail"); TcpConnectDevice() local
[all...]
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c63 CONN_LOGW(CONN_COMMON, "check module fail. moduleId=%{public}d", moduleId); in ModuleCheck()
70 CONN_LOGW(CONN_COMMON, "type is over max. type=%{public}d", type); in ConnTypeCheck()
75 CONN_LOGD(CONN_COMMON, "type=%{public}d", type); in ConnTypeCheck()
87 CONN_LOGE(CONN_COMMON, "listener list is null"); in GetAllListener()
92 CONN_LOGE(CONN_COMMON, "lock mutex failed"); in GetAllListener()
97 CONN_LOGE(CONN_COMMON, "listener cnt is null"); in GetAllListener()
104 CONN_LOGE(CONN_COMMON, "malloc failed"); in GetAllListener()
110 CONN_LOGE(CONN_COMMON, "mem error"); in GetAllListener()
124 CONN_LOGE(CONN_COMMON, "listener list is null"); in GetListenerByModuleId()
129 CONN_LOGE(CONN_COMMON, "loc in GetListenerByModuleId()
216 CONN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexLock(&g_ReqLock) == SOFTBUS_OK, g_ReqId, CONN_COMMON, "lock failed"); ConnGetNewRequestId() local
556 SOFTBUS_CONN_INTERNAL_ERR, CONN_COMMON, "g_ReqLock init lock failed."); ConnServerInit() local
[all...]
H A Dsoftbus_conn_flow_control.c32 CONN_CHECK_AND_RETURN_RET_LOGE(self, SOFTBUS_INVALID_PARAM, CONN_COMMON, "invalid parameter, controller is null"); in Apply()
35 CONN_CHECK_AND_RETURN_RET_LOGE(status == SOFTBUS_OK, SOFTBUS_LOCK_ERR, CONN_COMMON, "lock failed"); in Apply()
91 CONN_CHECK_AND_RETURN_RET_LOGE(self, SOFTBUS_INVALID_PARAM, CONN_COMMON, "invalid parameter, controller is null"); in ChangeConfiguration()
94 SOFTBUS_INVALID_PARAM, CONN_COMMON, "invalid parameter, window=%u", windowInMillis); in ChangeConfiguration()
96 SOFTBUS_INVALID_PARAM, CONN_COMMON, "invalid parameter, quota=%u", quotaInBytes); in ChangeConfiguration()
100 CONN_CHECK_AND_RETURN_RET_LOGE(status == SOFTBUS_OK, SOFTBUS_LOCK_ERR, CONN_COMMON, "lock failed"); in ChangeConfiguration()
123 CONN_CHECK_AND_RETURN_RET_LOGE(self, SOFTBUS_INVALID_PARAM, CONN_COMMON, "invalid parameter, controller is null"); in ConnSlideWindowControllerConstructor()
125 CONN_CHECK_AND_RETURN_RET_LOGE(ret == SOFTBUS_OK, SOFTBUS_LOCK_ERR, CONN_COMMON, "init lock failed"); in ConnSlideWindowControllerConstructor()
140 CONN_CHECK_AND_RETURN_LOGE(self, CONN_COMMON, "invalid parameter, controller is null"); in ConnSlideWindowControllerDestructor()
142 CONN_CHECK_AND_RETURN_LOGE(status == SOFTBUS_OK, CONN_COMMON, "loc in ConnSlideWindowControllerDestructor()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dconn_log.h28 CONN_COMMON, enumerator
43 {CONN_COMMON, 0xd005763, "ConnCommon"},
/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/
H A Dconn_log_test.cpp46 ExpectMatchSoftBusLogAttrs(CONN_LABELS[++index], CONN_COMMON, ++connDomainBase, "ConnCommon"); in HWTEST_F()

Completed in 6 milliseconds