/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_virtual.c | 50 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType) in NotifyUdpChannelClosed() argument 53 (void)messageType; in NotifyUdpChannelClosed()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_callback.c | 129 int32_t TransOnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType, ShutdownReason reason) in TransOnChannelClosed() argument 132 "channelId=%{public}d, channelType=%{public}d, messageType=%{public}d", channelId, channelType, messageType); in TransOnChannelClosed() 133 switch (messageType) { in TransOnChannelClosed() 139 TRANS_LOGI(TRANS_SDK, "invalid messageType=%{public}d", messageType); in TransOnChannelClosed()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_callback_test.cpp | 207 int32_t messageType = MESSAGE_TYPE_NOMAL; in HWTEST_F() local 209 int32_t ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_AUTH, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 215 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_PROXY, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 224 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_UDP, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 227 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_TCP_DIRECT, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 233 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_BUTT, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranschannelcallback_fuzzer/ |
H A D | clienttranschannelcallback_fuzzer.cpp | 78 int32_t messageType = *(reinterpret_cast<const int32_t *>(data)); in ClientTransChannelCallbackTest() local 94 TransOnChannelClosed(channelId, channelType, messageType, (ShutdownReason)shutdownReason); in ClientTransChannelCallbackTest()
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | trans_client_stub.c | 96 int32_t messageType = 0; in ClientOnChannelClosed() local 99 ReadInt32(data, &messageType); in ClientOnChannelClosed() 100 (void)TransOnChannelClosed(channelId, channelType, messageType, SHUTDOWN_REASON_PEER); in ClientOnChannelClosed()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | header_converter.cpp | 75 headerConverted.messageType = NetToHost(headerOriginal.messageType); in ConvertNetToHost()
|
H A D | frame_header.h | 65 uint16_t messageType = 0; // Distinguish request/response/notify member
|
/foundation/resourceschedule/device_standby/plugins/strategy/include/ |
H A D | strategy_manager_adapter.h | 31 void HandleEvent(const StandbyMessage& messageType) override;
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/ |
H A D | trans_udp_negotiation.h | 35 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/include/ |
H A D | client_trans_channel_callback.h | 32 int32_t TransOnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType, ShutdownReason reason);
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_message.c | 429 if (!JSON_GetInt32FromOject(json, CODE, &messageParse->messageType)) { in IsDeviceMessagePacket() 430 AUTH_LOGE(AUTH_FSM, "parse messageType fail"); in IsDeviceMessagePacket() 432 AUTH_LOGI(AUTH_FSM, "messageType=%{public}d", messageParse->messageType); in IsDeviceMessagePacket() 433 if (messageParse->messageType == CODE_VERIFY_DEVICE) { in IsDeviceMessagePacket() 436 if (messageParse->messageType == CODE_TCP_KEEPALIVE) { in IsDeviceMessagePacket() 547 if (messageParse->messageType == CODE_VERIFY_DEVICE) { in PostDeviceMessage() 549 } else if (messageParse->messageType == CODE_TCP_KEEPALIVE) { in PostDeviceMessage()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | connect_server_manager.h | 50 std::string GetInstanceMapMessage(const char* messageType, int32_t instanceId, const std::string& language = "");
|
H A D | connect_server_manager.cpp | 266 const char* messageType, int32_t instanceId, const std::string& language) in GetInstanceMapMessage() 270 message->Put("type", messageType); in GetInstanceMapMessage() 265 GetInstanceMapMessage( const char* messageType, int32_t instanceId, const std::string& language) GetInstanceMapMessage() argument
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 34 const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, int32_t messageType);
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_client_stub.cpp | 133 int32_t SoftBusClientStub::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() argument 135 return TransOnChannelClosed(channelId, channelType, messageType, SHUTDOWN_REASON_PEER); in OnChannelClosed() 266 int32_t messageType; in OnChannelClosedInner() local 267 COMM_CHECK_AND_RETURN_RET_LOGE(data.ReadInt32(messageType), SOFTBUS_IPC_ERR, COMM_SDK, "read messageType failed"); in OnChannelClosedInner() 269 int32_t ret = OnChannelClosed(channelId, channelType, messageType); in OnChannelClosedInner()
|
H A D | if_softbus_client.cpp | 46 int32_t ISoftBusClient::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() argument
|
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_manager.h | 60 int32_t messageType; member
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 41 virtual int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType);
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 31 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 32 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | value_slice_sync.h | 102 static bool IsPacketValid(const Message *inMsg, uint16_t messageType);
|
H A D | multi_ver_data_sync.h | 112 static bool IsPacketValid(const Message *inMsg, uint16_t messageType);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 131 const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, int32_t messageType) in TransServerOnChannelClosed() 145 .msgMessageType = messageType, in TransServerOnChannelClosed() 130 TransServerOnChannelClosed( const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, int32_t messageType) TransServerOnChannelClosed() argument
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_listener_test.cpp | 84 int32_t channelId, int32_t channelType, int32_t messageType) in TestOnChannelClosed() 90 (void)messageType; in TestOnChannelClosed() 83 TestOnChannelClosed(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, int32_t messageType) TestOnChannelClosed() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | time_sync.h | 120 static bool IsPacketValid(const Message *inMsg, uint16_t messageType);
|