Home
last modified time | relevance | path

Searched refs:JSON_RESPONSE_DEVICEID (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Dbase_remote_command.cpp35 static const std::string JSON_RESPONSE_DEVICEID = "responseDeviceId"; variable
81 GetStringFromJson(jsonObject, JSON_RESPONSE_DEVICEID, remoteProtocol_.responseDeviceId); in FromRemoteProtocolJson()