Searched refs:newAppIdentifier (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 5280 std::string newAppIdentifier = "appIdentifier"; variable 5284 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId); 5296 std::string newAppIdentifier = "appIdentifier"; variable 5300 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId); 5312 std::string newAppIdentifier = ""; variable 5328 std::string newAppIdentifier = ""; variable 5344 std::string newAppIdentifier = ""; variable 5360 std::string newAppIdentifier = "newAppIdentifier"; variable 5376 std::string newAppIdentifier = ""; variable 5392 std::string newAppIdentifier = "newAppIdentifier"; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 665 … bool CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string &newAppIdentifier,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2174 …aller::CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string &newAppIdentifier, in CheckAppIdentifier() argument 2179 !newAppIdentifier.empty() && in CheckAppIdentifier() 2180 oldAppIdentifier == newAppIdentifier) { in CheckAppIdentifier()
|