/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 43 virtual int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
|
H A D | softbus_client_stub.h | 44 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 D | bus_center_client_proxy_standard.h | 34 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 D | trans_client_proxy_standard.h | 35 int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 52 int32_t ISoftBusClient::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, in OnChannelQosEvent() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 144 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 D | softbus_frame_standard_test.cpp | 51 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 D | trans_client_proxy.cpp | 202 clientProxy->OnChannelQosEvent(param->channelId, param->channelType, param->eventId, in ClientIpcOnChannelQosEvent()
|
H A D | trans_client_proxy_standard.cpp | 307 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 D | bus_center_client_proxy_standard.cpp | 50 int32_t BusCenterClientProxy::OnChannelQosEvent(int32_t channelId, int32_t channelType, in OnChannelQosEvent() function in OHOS::BusCenterClientProxy
|