Home
last modified time | relevance | path

Searched refs:OH_TYPE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_mock_test.cpp111 .osType = OH_TYPE,
157 info.osType = OH_TYPE;
H A Dclient_trans_proxy_file_manager_test.cpp290 channel->osType = OH_TYPE;
742 .osType = OH_TYPE,
754 info.osType = OH_TYPE;
997 info.osType = OH_TYPE;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_common.h35 #define OH_TYPE 10 macro
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c259 if (info->crc == APP_INFO_FILE_FEATURES_SUPPORT && info->osType == OH_TYPE) { in PackFileTransStartInfo()
296 if (info->crc == APP_INFO_FILE_FEATURES_SUPPORT && info->osType == OH_TYPE) { in UnpackFileTransStartInfo()
493 if (sendInfo->osType == OH_TYPE) { in SendOneFrame()
503 if (sendInfo->osType == OH_TYPE) { in SendOneFrame()
650 if (sendInfo->osType == OH_TYPE) { in FileToFrame()
1519 if (crc == APP_INFO_FILE_FEATURES_SUPPORT && osType == OH_TYPE) { in ProcessOneFrame()
1879 if (osType != OH_TYPE) { in CheckFrameLength()
H A Dclient_trans_proxy_file_helper.c153 if (info->crc == APP_INFO_FILE_FEATURES_SUPPORT && info->osType == OH_TYPE) { in PackReadFileData()
222 if (info->crc == APP_INFO_FILE_FEATURES_SUPPORT && info->osType == OH_TYPE) { in UnpackFileDataFrame()
H A Dclient_trans_proxy_manager.c37 #define OH_TYPE 10 macro
457 if (info.osType == OH_TYPE) { in ClientTransProxySendSessionAck()