Home
last modified time | relevance | path

Searched defs:oldAppId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5281 std::string oldAppId = "appId"; variable
5297 std::string oldAppId = "oldAppId"; variable
5313 std::string oldAppId = "oldAppId"; variable
5329 std::string oldAppId = "oldAppId"; variable
5345 std::string oldAppId = "appId"; variable
5361 std::string oldAppId = "appId"; variable
5377 std::string oldAppId = "appId"; variable
5393 std::string oldAppId = "oldAppId"; variable
5409 std::string oldAppId = "oldAppId"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp798 char *oldAppId = BundleUtil::GetValueFromBundleJson(bundleName, JSON_SUB_KEY_APPID); in CheckVersionAndSignature() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp480 for (auto &oldAppId : oldAppIds) { in Marshalling() local
/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()