Searched refs:GetHapUniqueStr (Results 1 – 3 of 3) sorted by relevance
87 std::string GetHapUniqueStr(const std::shared_ptr<HapTokenInfoInner>& info) const;88 …std::string GetHapUniqueStr(const int& userID, const std::string& bundleName, const int& instIndex…
165 std::string AccessTokenInfoManager::GetHapUniqueStr(const int& userID, in GetHapUniqueStr() function in OHOS::Security::AccessToken::AccessTokenInfoManager171 std::string AccessTokenInfoManager::GetHapUniqueStr(const std::shared_ptr<HapTokenInfoInner>& info)… in GetHapUniqueStr() function in OHOS::Security::AccessToken::AccessTokenInfoManager176 return GetHapUniqueStr(info->GetUserID(), info->GetBundleName(), info->GetInstIndex()); in GetHapUniqueStr()195 std::string HapUniqueKey = GetHapUniqueStr(info); in AddHapTokenInfo()349 std::string HapUniqueKey = GetHapUniqueStr(info); in RemoveHapTokenInfo()498 std::string HapUniqueKey = GetHapUniqueStr(userID, bundleName, instIndex); in GetHapTokenID()
1271 ASSERT_EQ("", AccessTokenInfoManager::GetInstance().GetHapUniqueStr(info));