Home
last modified time | relevance | path

Searched refs:SoftBusLtoHs (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_datahead_transform.c60 msg->peerId = (int16_t)SoftBusLtoHs((uint16_t)msg->peerId); in UnpackProxyMessageHead()
61 msg->myId = (int16_t)SoftBusLtoHs((uint16_t)msg->myId); in UnpackProxyMessageHead()
62 msg->reserved = (int16_t)SoftBusLtoHs((uint16_t)msg->reserved); in UnpackProxyMessageHead()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h185 uint16_t SoftBusLtoHs(uint16_t value);
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c549 uint16_t SoftBusLtoHs(uint16_t value) in SoftBusLtoHs() function
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c237 uint16_t recvCRC = SoftBusLtoHs((*(uint16_t *)(fileFrame->fileData + dataLen))); in UnpackFileDataFrame()

Completed in 3 milliseconds