Home
last modified time | relevance | path

Searched refs:fileProtocol (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h115 int32_t fileProtocol; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c87 appInfo->fileProtocol = APP_INFO_UDP_FILE_PROTOCOL; in TransUnpackReplyUdpInfo()
141 appInfo->fileProtocol = APP_INFO_UDP_FILE_PROTOCOL; in TransUnpackRequestUdpInfo()
H A Dtrans_udp_negotiation.c142 info.isUdpFile = appInfo->fileProtocol == APP_INFO_UDP_FILE_PROTOCOL ? true : false; in NotifyUdpChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dtrans_dfx_test.cpp81 .fileProtocol = 1
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp57 appInfo->fileProtocol = *(reinterpret_cast<const int32_t *>(data)); in FillAppInfoPart()