Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/include/protocol/
H A Dremote_protocol.h27 std::string srcDeviceLevel; member
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Dbase_remote_command.cpp75 GetStringFromJson(jsonObject, JSON_SRC_DEVICE_LEVEL, remoteProtocol_.srcDeviceLevel); in FromRemoteProtocolJson()
91 j["srcDeviceLevel"] = remoteProtocol_.srcDeviceLevel; in ToRemoteProtocolJson()