Home
last modified time | relevance | path

Searched refs:ClientTransProxyGetOsTypeByChannelId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_manager.h70 int32_t ClientTransProxyGetOsTypeByChannelId(int32_t channelId, int32_t *osType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c947 (void)ClientTransProxyGetOsTypeByChannelId(channelId, &osType); in HandleFileSendingProcess()
1904 int32_t ret = ClientTransProxyGetOsTypeByChannelId(channelId, &osType); in ProcessRecvFileFrameData()
H A Dclient_trans_proxy_manager.c201 int32_t ClientTransProxyGetOsTypeByChannelId(int32_t channelId, int32_t *osType) in ClientTransProxyGetOsTypeByChannelId() function