Searched refs:PrepareBytes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_channel.cpp | 183 int result = PrepareBytes(REQUEST_TYPE, uuid, commandName, jsonPayload, info); in ExecuteCommand() 264 int SoftBusChannel::PrepareBytes(const std::string &type, const std::string &id, const std::string … in PrepareBytes() function in OHOS::Security::AccessToken::SoftBusChannel 395 int sendResult = PrepareBytes(RESPONSE_TYPE, id, commandName, jsonPayload, info); in HandleRequest() 424 int result = PrepareBytes(RESPONSE_TYPE, id, commandName, resultJsonPayload, info); in HandleRequest()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 112 int PrepareBytes(const std::string &type, const std::string &id, const std::string &commandName,
|