Home
last modified time | relevance | path

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

/base/security/access_token/services/tokensyncmanager/src/remote/
Dsoft_bus_channel.cpp177 std::string SoftBusChannel::ExecuteCommand(const std::string &commandName, const std::string &jsonP… in ExecuteCommand()
276 …annel::PrepareBytes(const std::string &type, const std::string &id, const std::string &commandName, in PrepareBytes()
388 …id SoftBusChannel::HandleRequest(int socket, const std::string &id, const std::string &commandName, in HandleRequest()
478 std::string commandName; in FromJson() local
Dremote_command_factory.cpp59 const std::string &commandName, const std::string &commandJsonString) in NewRemoteCommandFromJson()
Dremote_command_executor.cpp273 std::string commandName = ptrCommand->remoteProtocol_.commandName; in ExecuteRemoteCommand() local
/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()