Home
last modified time | relevance | path

Searched refs:isSoContained (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_service.cpp142 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
226isSoContained = !bundleInfo.applicationInfo.appQuickFix.deployedAppqfInfo.nativeLibraryPath.empty(… in GetQuickFixInfo()
H A Dquick_fix_manager_apply_task.cpp326 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 Dquick_fix_result_info.cpp41 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 Dquick_fix_manager_apply_task_test.cpp249 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 Dquick_fix_manager_service_test.cpp239 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 Dquick_fix_manager_service.h84 int32_t GetQuickFixInfo(const std::string &bundleName, bool &patchExists, bool &isSoContained);
H A Dquick_fix_manager_apply_task.h60 void InitRevokeTask(const std::string &bundleName, bool isSoContained);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/
H A Dquick_fix_result_info.h41 bool isSoContained = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp164 deployQuickFixResult_.isSoContained = HasNativeSoInBundle(appQuickFix); in ToDeployQuickFixResult()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp1215 EXPECT_FALSE(result.isSoContained);
1242 EXPECT_FALSE(result.isSoContained);
1267 EXPECT_FALSE(result.isSoContained);