Home
last modified time | relevance | path

Searched defs:chanType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp588 int32_t chanType = CHANNEL_TYPE_AUTH; variable
631 int32_t chanType = CHANNEL_TYPE_AUTH; variable
653 int32_t chanType = CHANNEL_TYPE_AUTH; variable
677 int32_t chanType = CHANNEL_TYPE_AUTH; variable
699 int32_t chanType = CHANNEL_TYPE_AUTH; variable
/ohos5.0/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
/ohos5.0/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()
/ohos5.0/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; variable
225 int32_t chanType = 1; variable
/ohos5.0/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()
/ohos5.0/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()
H A Dtrans_server_proxy_standard.cpp530 int32_t TransServerProxy::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t q… in QosReport()
/ohos5.0/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, in… in QosReport()
/ohos5.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()
/ohos5.0/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 qual… in QosReport()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c513 int32_t TransRequestQos(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in TransRequestQos()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp141 int32_t BusCenterServerProxy::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32… in QosReport()