/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_json.c | 30 char *VerifyP2pPackError(int32_t code, int32_t errCode, const char *errDesc) in VerifyP2pPackError() argument
|
H A D | trans_tcp_direct_message.c | 691 static int32_t OpenDataBusRequestError(int32_t channelId, uint64_t seq, char *errDesc, int32_t errCode, uint32_t flags) in OpenDataBusRequestError() argument 853 static int32_t TransTdcFillAppInfoAndNotifyChannel(AppInfo *appInfo, int32_t channelId, char *errDesc) in TransTdcFillAppInfoAndNotifyChannel() argument 953 char errDesc[MAX_ERRDESC_LEN] = { 0 }; in OpenDataBusRequest() local
|
H A D | trans_tcp_direct_p2p.c | 640 SendVerifyP2pFailRsp(AuthHandle authHandle, int64_t seq, int32_t code, int32_t errCode, const char *errDesc, bool isAuthLink) SendVerifyP2pFailRsp() argument
|
/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/ |
H A D | softbus_message_open_channel_test.cpp | 126 const char *errDesc = "test"; in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation_exchange.c | 248 int32_t TransPackReplyErrInfo(cJSON *msg, int errCode, const char* errDesc) in TransPackReplyErrInfo() argument
|
H A D | trans_udp_negotiation.c | 430 static int32_t SendReplyErrInfo(int errCode, char* errDesc, AuthHandle authHandle, int64_t seq) in SendReplyErrInfo() argument 668 char *errDesc = NULL; in TransOnExchangeUdpInfoRequest() local
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_json_test.cpp | 70 const char *errDesc = "P2p Pack Err Test"; in HWTEST_F() local
|
H A D | trans_tcp_direct_p2p_test.cpp | 328 const char *errDesc = "OnVerifyP2pRequest unpack fail"; in HWTEST_F() local
|
H A D | trans_server_tcp_direct_test.cpp | 674 std::string errDesc = TEST_JSON; in HWTEST_F() local
|
H A D | trans_tcp_direct_message_append_test.cpp | 1071 char *errDesc = const_cast<char *>(reinterpret_cast<const char *>("Notify SDK Channel Opened Failed")); in HWTEST_F() local 1757 char *errDesc = static_cast<char *>(SoftBusCalloc(MAX_ERRDESC_LEN)); in HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/transmission/common/src/ |
H A D | softbus_message_open_channel.c | 30 char *PackError(int errCode, const char *errDesc) in PackError() argument
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_p2p_test_mock.cpp | 104 char *VerifyP2pPackError(int32_t code, int32_t errCode, const char *errDesc) in VerifyP2pPackError() argument
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_nego_test.cpp | 205 const char* errDesc = "errDesc"; in HWTEST_F() local 244 string errDesc = "ProcessMessage"; in HWTEST_F() local
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 1145 void JSI::FailCallback(const JSIValue thisVal, const JSIValue args, int32_t errCode, const char * const errDesc) in FailCallback() argument
|
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_remote_object.cpp | 57 IsValidParamWithNotify(napi_value value, CallbackParam *param, napi_handle_scope &scope, const char *errDesc) IsValidParamWithNotify() argument
|