Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h213 static std::string ExtractGroupIdByDevelopId(const std::string &developerId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp988 std::string BundleUtil::ExtractGroupIdByDevelopId(const std::string &developerId) in ExtractGroupIdByDevelopId() function in OHOS::AppExecFwk::BundleUtil
H A Dbundle_data_mgr.cpp8243 std::string groupId = BundleUtil::ExtractGroupIdByDevelopId(developerId); in GenerateOdid()
8249 std::string groupIdExist = BundleUtil::ExtractGroupIdByDevelopId(developerIdExist); in GenerateOdid()