Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp7930 std::string developerIdExist; in GenerateOdid() local
7932 item.second.GetDeveloperidAndOdid(developerIdExist, odidExist); in GenerateOdid()
7933 std::string groupIdExist = BundleUtil::ExtractGroupIdByDevelopId(developerIdExist); in GenerateOdid()
8016 std::string developerIdExist; in GetAllBundleInfoByDeveloperId() local
8018 innerBundleInfo.GetDeveloperidAndOdid(developerIdExist, odidExist); in GetAllBundleInfoByDeveloperId()
8019 if (developerIdExist != developerId) { in GetAllBundleInfoByDeveloperId()
8073 std::string developerIdExist; in GetDeveloperIds() local
8075 innerBundleInfo.GetDeveloperidAndOdid(developerIdExist, odidExist); in GetDeveloperIds()
8076 developerIdSet.emplace(developerIdExist); in GetDeveloperIds()

Completed in 16 milliseconds