Home
last modified time | relevance | path

Searched refs:SendResponseBytes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp400 int sendResultCode = SendResponseBytes(socket, sendbuf, info.bytesLength); in HandleRequest()
429 int retCode = SendResponseBytes(socket, buf, info.bytesLength); in HandleRequest()
444 int SoftBusChannel::SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength) in SendResponseBytes() function in OHOS::Security::AccessToken::SoftBusChannel
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h159 int SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength);