Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp910 std::string BundleUtil::GetHexHash(const std::string &s) in GetHexHash() function in OHOS::AppExecFwk::BundleUtil
928 std::string hash = GetHexHash(s); in RecursiveHash()
942 std::string timeStr = GetHexHash(s); in GenerateUuid()
952 deviceStr = GetHexHash(deviceUdid); in GenerateUuid()
966 std::string keyHash = GetHexHash(key); in GenerateUuidByKey()
976 deviceStr = GetHexHash(deviceUdid); in GenerateUuidByKey()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h211 static std::string GetHexHash(const std::string &s);