Searched refs:developerIdExist (Results 1 – 1 of 1) sorted by relevance
8246 std::string developerIdExist; in GenerateOdid() local8248 item.second.GetDeveloperidAndOdid(developerIdExist, odidExist); in GenerateOdid()8249 std::string groupIdExist = BundleUtil::ExtractGroupIdByDevelopId(developerIdExist); in GenerateOdid()8332 std::string developerIdExist; in GetAllBundleInfoByDeveloperId() local8334 innerBundleInfo.GetDeveloperidAndOdid(developerIdExist, odidExist); in GetAllBundleInfoByDeveloperId()8335 if (developerIdExist != developerId) { in GetAllBundleInfoByDeveloperId()8389 std::string developerIdExist; in GetDeveloperIds() local8391 innerBundleInfo.GetDeveloperidAndOdid(developerIdExist, odidExist); in GetDeveloperIds()8392 developerIdSet.emplace(developerIdExist); in GetDeveloperIds()