Searched refs:oldAppIdentifier (Results 1 – 3 of 3) sorted by relevance
5279 std::string oldAppIdentifier = "appIdentifier"; variable5284 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId);5295 std::string oldAppIdentifier = ""; variable5300 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId);5311 std::string oldAppIdentifier = "appIdentifier"; variable5327 std::string oldAppIdentifier = ""; variable5343 std::string oldAppIdentifier = ""; variable5359 std::string oldAppIdentifier = ""; variable5375 std::string oldAppIdentifier = "oldAppIdentifier"; variable5391 std::string oldAppIdentifier = "oldAppIdentifier"; variable[all …]
665 … bool CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string &newAppIdentifier,
2174 bool BaseBundleInstaller::CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string… in CheckAppIdentifier() argument2178 if (!oldAppIdentifier.empty() && in CheckAppIdentifier()2180 oldAppIdentifier == newAppIdentifier) { in CheckAppIdentifier()