Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h147 int SendRequestBytes(const unsigned char *bytes, const int bytesLength);
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp189 int retCode = SendRequestBytes(buf, info.bytesLength); in ExecuteCommand()
319 int SoftBusChannel::SendRequestBytes(const unsigned char *bytes, const int bytesLength) in SendRequestBytes() function in OHOS::Security::AccessToken::SoftBusChannel