Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp164 …ring SoftBusChannel::ExecuteCommand(const std::string &commandName, const std::string &jsonPayload) in ExecuteCommand()
265 const std::string &jsonPayload, BytesInfo &info) in PrepareBytes()
377 const std::string &jsonPayload) in HandleRequest()
434 void SoftBusChannel::HandleResponse(const std::string &id, const std::string &jsonPayload) in HandleResponse()
471 std::string jsonPayload; in FromJson() local
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp79 void GetJsonPayload(nlohmann::json &jsonPayload, const WidgetCommand::Cmd &cmd, bool setExtraInfo) in GetJsonPayload()
112 nlohmann::json jsonPayload; in GetJsonCmd() local
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h308 …tring &type, const std::string &id, const std::string &commandName, const std::string &jsonPayload) in SoftBusMessage()