Home
last modified time | relevance | path

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

/ohos5.0/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 &acc… 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()
615 std::string hapLabel = appAccountCallingInfo.bundleName + Constants::HYPHEN + in SetAccountCredential() local
620 …result = SaveDataToAsset(localId, hapLabel, appAccountInfo.GetAlias(), credentialAlias, credential… in SetAccountCredential()
711 …std::string hapLabel = request.callerBundleName + Constants::HYPHEN + std::to_string(request.appIn… in SetOAuthToken() local
715 …result = SaveDataToAsset(localId, hapLabel, appAccountInfo.GetAlias(), authTypeAlias, request.toke… in SetOAuthToken()