Searched defs:jsonPayload (Results 1 – 3 of 3) sorted by relevance
159 …ring SoftBusChannel::ExecuteCommand(const std::string &commandName, const std::string &jsonPayload) in ExecuteCommand()255 const std::string &jsonPayload, BytesInfo &info) in PrepareBytes()367 const std::string &jsonPayload) in HandleRequest()424 void SoftBusChannel::HandleResponse(const std::string &id, const std::string &jsonPayload) in HandleResponse()461 std::string jsonPayload; in FromJson() local
166 auto jsonPayload = nlohmann::json({{JSON_AUTH_TYPE, cmd.type}}); in to_json() local214 auto jsonPayload = nlohmann::json({{JSON_AUTH_TYPE, cmd.type}}); in to_json() local
308 …tring &type, const std::string &id, const std::string &commandName, const std::string &jsonPayload) in SoftBusMessage()