Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/include/command/
H A Dbase_remote_command.h49 void FromRemoteProtocolJson(const nlohmann::json& jsonObject);
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Ddelete_remote_token_command.cpp54 BaseRemoteCommand::FromRemoteProtocolJson(jsonObject); in DeleteRemoteTokenCommand()
H A Dupdate_remote_hap_token_command.cpp52 BaseRemoteCommand::FromRemoteProtocolJson(jsonObject); in UpdateRemoteHapTokenCommand()
H A Dsync_remote_hap_token_command.cpp72 BaseRemoteCommand::FromRemoteProtocolJson(jsonObject); in SyncRemoteHapTokenCommand()
H A Dbase_remote_command.cpp69 void BaseRemoteCommand::FromRemoteProtocolJson(const nlohmann::json& jsonObject) in FromRemoteProtocolJson() function in OHOS::Security::AccessToken::BaseRemoteCommand