Home
last modified time | relevance | path

Searched refs:chanType (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/qos/src/
H A Dclient_qos_manager.c19 int32_t ClientQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ClientQosReport() argument
21 return ServerIpcQosReport(channelId, chanType, appType, quality); in ClientQosReport()
/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/
H A Dsoftbus_qos_virtual.c43 int32_t QosReportExecute(int channelId, int chanType, int appType, int quality) in QosReportExecute() argument
46 (void)chanType; in QosReportExecute()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clientqosmanager_fuzzer/
H A Dclientqosmanager_fuzzer.cpp30 int32_t chanType = *(reinterpret_cast<const int32_t*>(data)); in ClientQosReportTest() local
34 ClientQosReport(channelId, chanType, appType, quality); in ClientQosReportTest()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/
H A Dtrans_channel_manager_mock_test.cpp140 int32_t chanType = 1; in HWTEST_F() local
144 int32_t ret = TransRequestQos(channelId, chanType, appType, QOS_IMPROVE); in HWTEST_F()
225 int32_t chanType = 1; in HWTEST_F() local
230 int32_t ret = TransRequestQos(channelId, chanType, appType, QOS_IMPROVE); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp575 int32_t chanType = CHANNEL_TYPE_AUTH; in HWTEST_F() local
576 int32_t ret = ServerIpcCloseChannel(nullptr, channelId, chanType); in HWTEST_F()
582 ret = ServerIpcCloseChannel(nullptr, -1, chanType); in HWTEST_F()
585 ret = ServerIpcCloseChannel(nullptr, channelId, chanType); in HWTEST_F()
618 int32_t chanType = CHANNEL_TYPE_AUTH; in HWTEST_F() local
619 int32_t ret = ServerIpcSendMessage(channelId, chanType, nullptr, 0, 0); in HWTEST_F()
625 ret = ServerIpcSendMessage(channelId, chanType, nullptr, 0, 0); in HWTEST_F()
640 int32_t chanType = CHANNEL_TYPE_AUTH; in HWTEST_F() local
643 int32_t ret = ServerIpcQosReport(channelId, chanType, appType, quality); in HWTEST_F()
649 ret = ServerIpcQosReport(channelId, chanType, appTyp in HWTEST_F()
664 int32_t chanType = CHANNEL_TYPE_AUTH; HWTEST_F() local
686 int32_t chanType = CHANNEL_TYPE_AUTH; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/qos/include/
H A Dclient_qos_manager.h24 int32_t ClientQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality);
/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/interface/
H A Dsoftbus_qos.h27 int32_t QosReportExecute(int channelId, int chanType, int appType, int quality);
/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c94 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ServerIpcQosReport() argument
97 (void)chanType; in ServerIpcQosReport()
/foundation/communication/dsoftbus/sdk/transmission/ipc/include/
H A Dtrans_server_proxy.h38 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality);
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp241 int32_t SoftBusServerProxyFrame::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() argument
244 (void)chanType; in QosReport()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_manager.h43 int32_t TransRequestQos(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality);
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h56 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) override;
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h59 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) override;
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp241 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ServerIpcQosReport() argument
247 return proxy->QosReport(channelId, chanType, appType, quality); in ServerIpcQosReport()
H A Dtrans_server_proxy_standard.cpp530 int32_t TransServerProxy::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() argument
546 if (!data.WriteInt32(chanType)) { in QosReport()
547 TRANS_LOGE(TRANS_SDK, "QosReport chanType failed!"); in QosReport()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h56 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int quality) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h59 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) override;
H A Dif_softbus_server.h58 virtual int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) = 0;
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c409 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ServerIpcQosReport() argument
412 (void)chanType; in ServerIpcQosReport()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp246 int32_t SoftBusServer::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() argument
248 return TransRequestQos(channelId, chanType, appType, quality); in QosReport()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c500 int32_t TransRequestQos(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in TransRequestQos() argument
502 (void)chanType; in TransRequestQos()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp162 int32_t BusCenterServerProxy::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() argument
165 (void)chanType; in QosReport()

Completed in 12 milliseconds