Searched refs:FromRemoteProtocolJson (Results 1 – 5 of 5) sorted by relevance
49 void FromRemoteProtocolJson(const nlohmann::json& jsonObject);
54 BaseRemoteCommand::FromRemoteProtocolJson(jsonObject); in DeleteRemoteTokenCommand()
52 BaseRemoteCommand::FromRemoteProtocolJson(jsonObject); in UpdateRemoteHapTokenCommand()
72 BaseRemoteCommand::FromRemoteProtocolJson(jsonObject); in SyncRemoteHapTokenCommand()
69 void BaseRemoteCommand::FromRemoteProtocolJson(const nlohmann::json& jsonObject) in FromRemoteProtocolJson() function in OHOS::Security::AccessToken::BaseRemoteCommand