/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 38 virtual int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data,
|
H A D | softbus_client_stub.h | 42 int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data,
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 32 int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data,
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 33 int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *dataInfo,
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 39 int32_t ISoftBusClient::OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data, in OnChannelMsgReceived() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 138 int32_t SoftBusClientStub::OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data, in OnChannelMsgReceived() function in OHOS::SoftBusClientStub 246 COMM_LOGD(COMM_SDK, "SDK OnChannelMsgReceived"); in OnChannelLinkDownInner() 297 int ret = OnChannelMsgReceived(channelId, channelType, dataInfo, len, type); in OnChannelMsgReceivedInner()
|
/foundation/communication/dsoftbus/tests/sdk/frame/standard/ |
H A D | softbus_frame_standard_test.cpp | 102 int32_t OnChannelMsgReceived([[maybe_unused]] int32_t channelId, [[maybe_unused]] int32_t channelType, 483 ret = g_stub->OnChannelMsgReceived(testInt, testInt, nullptr, testUint, testInt); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy.cpp | 190 clientProxy->OnChannelMsgReceived(data->msgChannelId, data->msgChannelType, in ClientIpcOnChannelMsgReceived()
|
H A D | trans_client_proxy_standard.cpp | 274 int32_t TransClientProxy::OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *dataInfo, in OnChannelMsgReceived() function in OHOS::TransClientProxy 300 TRANS_LOGE(TRANS_CTRL, "OnChannelMsgReceived send request failed, ret=%{public}d", in OnChannelMsgReceived()
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy_standard.cpp | 44 int32_t BusCenterClientProxy::OnChannelMsgReceived(int32_t channelId, int32_t channelType, in OnChannelMsgReceived() function in OHOS::BusCenterClientProxy
|