Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp35 static const std::string REQUEST_TYPE = "request"; variable
183 int result = PrepareBytes(REQUEST_TYPE, uuid, commandName, jsonPayload, info); in ExecuteCommand()
238 if (REQUEST_TYPE == (type)) { in HandleDataReceived()