Searched refs:commandJsonString (Results 1 – 2 of 2) sorted by relevance
58 const std::string &commandName, const std::string &commandJsonString) in NewRemoteCommandFromJson() argument65 return std::make_shared<SyncRemoteHapTokenCommand>(commandJsonString); in NewRemoteCommandFromJson()68 return std::make_shared<DeleteRemoteTokenCommand>(commandJsonString); in NewRemoteCommandFromJson()71 return std::make_shared<UpdateRemoteHapTokenCommand>(commandJsonString); in NewRemoteCommandFromJson()
46 const std::string &commandName, const std::string &commandJsonString);