Home
last modified time | relevance | path

Searched defs:newAppIdentifier (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.cpp5280 std::string newAppIdentifier = "appIdentifier"; variable
5296 std::string newAppIdentifier = "appIdentifier"; variable
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
5408 std::string newAppIdentifier = "appIdentifier"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2174 …aller::CheckAppIdentifier(const std::string &oldAppIdentifier, const std::string &newAppIdentifier, in CheckAppIdentifier()