Home
last modified time | relevance | path

Searched defs:jsonPayload (Results 1 – 3 of 3) sorted by relevance

/base/security/access_token/services/tokensyncmanager/src/remote/
Dsoft_bus_channel.cpp159 …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
/base/useriam/user_auth_framework/services/context/src/
Dwidget_json.cpp166 auto jsonPayload = nlohmann::json({{JSON_AUTH_TYPE, cmd.type}}); in to_json() local
214 auto jsonPayload = nlohmann::json({{JSON_AUTH_TYPE, cmd.type}}); in to_json() local
/base/security/access_token/services/tokensyncmanager/include/remote/
Dsoft_bus_channel.h308 …tring &type, const std::string &id, const std::string &commandName, const std::string &jsonPayload) in SoftBusMessage()