Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/include/protocol/
H A Dremote_protocol.h29 std::string dstDeviceLevel; member
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Dbase_remote_command.cpp77 GetStringFromJson(jsonObject, JSON_DST_DEVICE_LEVEL, remoteProtocol_.dstDeviceLevel); in FromRemoteProtocolJson()
93 j["dstDeviceLevel"] = remoteProtocol_.dstDeviceLevel; in ToRemoteProtocolJson()