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.cpp124 std::string SoftBusChannel::ExecuteCommand(const std::string &commandName, const std::string &jsonP… in ExecuteCommand()
230 …annel::PrepareBytes(const std::string &type, const std::string &id, const std::string &commandName, in PrepareBytes()
342 …d SoftBusChannel::HandleRequest(int session, const std::string &id, const std::string &commandName, in HandleRequest()
430 std::string commandName; in FromJson() local
Dremote_command_factory.cpp54 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.h292 …const std::string &type, const std::string &id, const std::string &commandName, const std::string … in SoftBusMessage()