Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h43 virtual int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
H A Dsoftbus_client_stub.h44 int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h34 virtual int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h35 int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp52 int32_t ISoftBusClient::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, in OnChannelQosEvent() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp144 int32_t SoftBusClientStub::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in OnChannelQosEvent() function in OHOS::SoftBusClientStub
327 int ret = OnChannelQosEvent(channelId, channelType, eventId, tvCount, tvList); in OnChannelQosEventInner()
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp51 int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
487 ret = g_stub->OnChannelQosEvent(testInt, testInt, testInt, testInt, nullptr); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp202 clientProxy->OnChannelQosEvent(param->channelId, param->channelType, param->eventId, in ClientIpcOnChannelQosEvent()
H A Dtrans_client_proxy_standard.cpp307 int32_t TransClientProxy::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, in OnChannelQosEvent() function in OHOS::TransClientProxy
331 TRANS_LOGE(TRANS_CTRL, "OnChannelQosEvent send request failed, ret=%{public}d", ret); in OnChannelQosEvent()
336 TRANS_LOGE(TRANS_CTRL, "OnChannelQosEvent read serverRet failed"); in OnChannelQosEvent()
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp50 int32_t BusCenterClientProxy::OnChannelQosEvent(int32_t channelId, int32_t channelType, in OnChannelQosEvent() function in OHOS::BusCenterClientProxy

Completed in 7 milliseconds