Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp8246 std::string developerIdExist; in GenerateOdid() local
8248 item.second.GetDeveloperidAndOdid(developerIdExist, odidExist); in GenerateOdid()
8249 std::string groupIdExist = BundleUtil::ExtractGroupIdByDevelopId(developerIdExist); in GenerateOdid()
8332 std::string developerIdExist; in GetAllBundleInfoByDeveloperId() local
8334 innerBundleInfo.GetDeveloperidAndOdid(developerIdExist, odidExist); in GetAllBundleInfoByDeveloperId()
8335 if (developerIdExist != developerId) { in GetAllBundleInfoByDeveloperId()
8389 std::string developerIdExist; in GetDeveloperIds() local
8391 innerBundleInfo.GetDeveloperidAndOdid(developerIdExist, odidExist); in GetDeveloperIds()
8392 developerIdSet.emplace(developerIdExist); in GetDeveloperIds()