Home
last modified time | relevance | path

Searched refs:OnChannelMsgReceived (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h38 virtual int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data,
H A Dsoftbus_client_stub.h42 int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data,
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h32 int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data,
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h33 int32_t OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *dataInfo,
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp39 int32_t ISoftBusClient::OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data, in OnChannelMsgReceived() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp138 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 Dsoftbus_frame_standard_test.cpp102 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 Dtrans_client_proxy.cpp190 clientProxy->OnChannelMsgReceived(data->msgChannelId, data->msgChannelType, in ClientIpcOnChannelMsgReceived()
H A Dtrans_client_proxy_standard.cpp274 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 Dbus_center_client_proxy_standard.cpp44 int32_t BusCenterClientProxy::OnChannelMsgReceived(int32_t channelId, int32_t channelType, in OnChannelMsgReceived() function in OHOS::BusCenterClientProxy

Completed in 7 milliseconds