Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5279 std::string oldAppIdentifier = "appIdentifier"; variable
5284 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId);
5295 std::string oldAppIdentifier = ""; variable
5300 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId);
5311 std::string oldAppIdentifier = "appIdentifier"; variable
5327 std::string oldAppIdentifier = ""; variable
5343 std::string oldAppIdentifier = ""; variable
5359 std::string oldAppIdentifier = ""; variable
5375 std::string oldAppIdentifier = "oldAppIdentifier"; variable
5391 std::string oldAppIdentifier = "oldAppIdentifier"; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h665 … bool CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string &newAppIdentifier,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2174 bool BaseBundleInstaller::CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string… in CheckAppIdentifier() argument
2178 if (!oldAppIdentifier.empty() && in CheckAppIdentifier()
2180 oldAppIdentifier == newAppIdentifier) { in CheckAppIdentifier()