Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/include/command/
H A Dbase_remote_command.h58 nlohmann::json ToHapTokenInfosJson(const HapTokenInfoForSync &tokenInfo);
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Dupdate_remote_hap_token_command.cpp63 j["HapTokenInfos"] = BaseRemoteCommand::ToHapTokenInfosJson(updateTokenInfo_); in ToJsonPayload()
H A Dsync_remote_hap_token_command.cpp87 j["HapTokenInfo"] = BaseRemoteCommand::ToHapTokenInfosJson(hapTokenInfo_); in ToJsonPayload()
H A Dbase_remote_command.cpp147 nlohmann::json BaseRemoteCommand::ToHapTokenInfosJson(const HapTokenInfoForSync& tokenInfo) in ToHapTokenInfosJson() function in OHOS::Security::AccessToken::BaseRemoteCommand
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp487 hapTokenJson = cmd->ToHapTokenInfosJson(remoteTokenInfo);