Home
last modified time | relevance | path

Searched refs:hapLabel (Results 1 - 1 of 1) sorted by relevance

/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp53 static ErrCode SaveDataToAsset(int32_t localId, const std::string &hapLabel, const std::string &accountLabel, in SaveDataToAsset() argument
59 AssetValue hapLabelValue = { .blob = { static_cast<uint32_t>(hapLabel.size()), in SaveDataToAsset()
60 const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(hapLabel.c_str())) } }; in SaveDataToAsset()
616 std::string hapLabel = appAccountCallingInfo.bundleName + Constants::HYPHEN + in SetAccountCredential() local
621 result = SaveDataToAsset(localId, hapLabel, appAccountInfo.GetAlias(), credentialAlias, credential); in SetAccountCredential()
712 std::string hapLabel = request.callerBundleName + Constants::HYPHEN + std::to_string(request.appIndex); in SetOAuthToken() local
716 result = SaveDataToAsset(localId, hapLabel, appAccountInfo.GetAlias(), authTypeAlias, request.token); in SetOAuthToken()

Completed in 3 milliseconds