Searched refs:bytesLength (Results 1 - 2 of 2) sorted by relevance
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_channel.cpp | 182 info.bytesLength = len; in ExecuteCommand() 189 int retCode = SendRequestBytes(buf, info.bytesLength); in ExecuteCommand() 269 return Compress(json, info.bytes, info.bytesLength); in PrepareBytes() 319 int SoftBusChannel::SendRequestBytes(const unsigned char *bytes, const int bytesLength) in SendRequestBytes() argument 321 if (bytesLength == 0) { in SendRequestBytes() 332 ACCESSTOKEN_LOG_DEBUG(LABEL, "Send len (after compress len)= %{public}d", bytesLength); in SendRequestBytes() 336 int result = ::SendBytes(socketFd_, bytes, bytesLength); in SendRequestBytes() 394 info.bytesLength = sendlen; in HandleRequest() 400 int sendResultCode = SendResponseBytes(socket, sendbuf, info.bytesLength); in HandleRequest() 423 info.bytesLength in HandleRequest() 444 SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength) SendResponseBytes() argument [all...] |
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 39 int bytesLength;
member 106 * @param bytesLength transfer data length
142 * @param bytesLength data length
147 int SendRequestBytes(const unsigned char *bytes, const int bytesLength);
154 * @param bytesLength data length
159 int SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength);
|
Completed in 2 milliseconds