Home
last modified time | relevance | path

Searched defs:oldAppIdentifier (Results 1 – 2 of 2) 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
5295 std::string oldAppIdentifier = ""; variable
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
5407 std::string oldAppIdentifier = "appIdentifier"; variable
/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()