Home
last modified time | relevance | path

Searched defs:commandName (Results 1 – 4 of 4) sorted by relevance

/base/security/access_token/services/tokensyncmanager/src/remote/
Dsoft_bus_channel.cpp164 std::string SoftBusChannel::ExecuteCommand(const std::string &commandName, const std::string &jsonP… in ExecuteCommand()
264 …annel::PrepareBytes(const std::string &type, const std::string &id, const std::string &commandName, in PrepareBytes()
376 …id SoftBusChannel::HandleRequest(int socket, const std::string &id, const std::string &commandName, in HandleRequest()
470 std::string commandName; in FromJson() local
Dremote_command_factory.cpp58 const std::string &commandName, const std::string &commandJsonString) in NewRemoteCommandFromJson()
/base/security/access_token/services/tokensyncmanager/include/protocol/
Dremote_protocol.h23 std::string commandName; member
/base/security/access_token/services/tokensyncmanager/include/remote/
Dsoft_bus_channel.h308 …const std::string &type, const std::string &id, const std::string &commandName, const std::string … in SoftBusMessage()