Searched refs:isSoContained (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/ |
H A D | quick_fix_manager_service.cpp | 142 auto isSoContained = false; in RevokeQuickFix() local 143 auto ret = GetQuickFixInfo(bundleName, patchExists, isSoContained); in RevokeQuickFix() 167 applyTask->InitRevokeTask(bundleName, isSoContained); in RevokeQuickFix() 204 …agerService::GetQuickFixInfo(const std::string &bundleName, bool &patchExists, bool &isSoContained) in GetQuickFixInfo() argument 226 …isSoContained = !bundleInfo.applicationInfo.appQuickFix.deployedAppqfInfo.nativeLibraryPath.empty(… in GetQuickFixInfo()
|
H A D | quick_fix_manager_apply_task.cpp | 326 void QuickFixManagerApplyTask::InitRevokeTask(const std::string &bundleName, bool isSoContained) in InitRevokeTask() argument 328 isSoContained_ = isSoContained; in InitRevokeTask()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/ |
H A D | quick_fix_result_info.cpp | 41 isSoContained = parcel.ReadBool(); in ReadFromParcel() 57 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isSoContained); in Marshalling() 84 { QUICK_FIX_IS_SO_CONTAINED, isSoContained }, in ToString()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/ |
H A D | quick_fix_manager_apply_task_test.cpp | 249 quickFixRes->isSoContained = true; 569 bool isSoContained = true; variable 570 applyTask->InitRevokeTask(bundleName, isSoContained); 587 bool isSoContained = true; variable 588 applyTask->InitRevokeTask(bundleName, isSoContained); 607 bool isSoContained = true; variable 610 applyTask->InitRevokeTask(bundleName, isSoContained);
|
H A D | quick_fix_manager_service_test.cpp | 239 auto isSoContained = false; variable 240 auto ret = quickFixMs_->GetQuickFixInfo(bundleName, patchExists, isSoContained); 243 EXPECT_EQ(isSoContained, true);
|
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/ |
H A D | quick_fix_manager_service.h | 84 int32_t GetQuickFixInfo(const std::string &bundleName, bool &patchExists, bool &isSoContained);
|
H A D | quick_fix_manager_apply_task.h | 60 void InitRevokeTask(const std::string &bundleName, bool isSoContained);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/ |
H A D | quick_fix_result_info.h | 41 bool isSoContained = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 164 deployQuickFixResult_.isSoContained = HasNativeSoInBundle(appQuickFix); in ToDeployQuickFixResult()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 1215 EXPECT_FALSE(result.isSoContained); 1242 EXPECT_FALSE(result.isSoContained); 1267 EXPECT_FALSE(result.isSoContained);
|