Searched refs:oldAppId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_installer.cpp | 798 char *oldAppId = BundleUtil::GetValueFromBundleJson(bundleName, JSON_SUB_KEY_APPID); in CheckVersionAndSignature() local 799 if (oldAppId == nullptr) { in CheckVersionAndSignature() 802 if (strcmp(oldAppId, appId) != 0) { in CheckVersionAndSignature() 803 AdapterFree(oldAppId); in CheckVersionAndSignature() 806 AdapterFree(oldAppId); in CheckVersionAndSignature()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 5281 std::string oldAppId = "appId"; variable 5284 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId); 5297 std::string oldAppId = "oldAppId"; variable 5300 bool res = installer.CheckAppIdentifier(oldAppIdentifier, newAppIdentifier, oldAppId, newAppId); 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 [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_info.cpp | 480 for (auto &oldAppId : oldAppIds) { in Marshalling() local 481 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(oldAppId)); in Marshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 666 const std::string &oldAppId, const std::string &newAppId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2175 const std::string &oldAppId, const std::string &newAppId) in CheckAppIdentifier() 2183 if (oldAppId == newAppId) { in CheckAppIdentifier()
|