Searched defs:oldAppId (Results 1 – 4 of 4) sorted by relevance
5281 std::string oldAppId = "appId"; variable5297 std::string oldAppId = "oldAppId"; variable5313 std::string oldAppId = "oldAppId"; variable5329 std::string oldAppId = "oldAppId"; variable5345 std::string oldAppId = "appId"; variable5361 std::string oldAppId = "appId"; variable5377 std::string oldAppId = "appId"; variable5393 std::string oldAppId = "oldAppId"; variable5409 std::string oldAppId = "oldAppId"; variable
798 char *oldAppId = BundleUtil::GetValueFromBundleJson(bundleName, JSON_SUB_KEY_APPID); in CheckVersionAndSignature() local
480 for (auto &oldAppId : oldAppIds) { in Marshalling() local
2174 bool BaseBundleInstaller::CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string… in CheckAppIdentifier()