Home
last modified time | relevance | path

Searched defs:newAppId (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.cpp5282 std::string newAppId = "appId"; variable
5298 std::string newAppId = "newAppId"; variable
5314 std::string newAppId = "newAppId"; variable
5330 std::string newAppId = "newAppId"; variable
5346 std::string newAppId = "appId"; variable
5362 std::string newAppId = "appId"; variable
5378 std::string newAppId = "appId"; variable
5394 std::string newAppId = "newAppId"; variable
5410 std::string newAppId = "newAppId"; 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()