/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 213 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback,
|
H A D | app_running_manager.h | 272 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback);
|
H A D | app_mgr_service.h | 473 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) override;
|
H A D | app_running_record.h | 741 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback,
|
H A D | app_mgr_service_inner.h | 877 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback);
|
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/ |
H A D | applifecycledeal_fuzzer.cpp | 85 appLifeCycleDeal.NotifyLoadRepairPatch(bundleName, callback, recordId); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | ohos_application.h | 206 bool NotifyLoadRepairPatch(const std::string &hqfFile, const std::string &hapPath);
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 130 appMgrService->NotifyLoadRepairPatch(bundleName, callback); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 258 int32_t AppLifeCycleDeal::NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback, in NotifyLoadRepairPatch() function in OHOS::AppExecFwk::AppLifeCycleDeal
|
H A D | app_running_record.cpp | 1958 int32_t AppRunningRecord::NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback, in NotifyLoadRepairPatch() function in OHOS::AppExecFwk::AppRunningRecord 1967 return appLifeCycleDeal_->NotifyLoadRepairPatch(bundleName, callback, recordId); in NotifyLoadRepairPatch()
|
H A D | app_mgr_service.cpp | 1076 int32_t AppMgrService::NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) in NotifyLoadRepairPatch() function in OHOS::AppExecFwk::AppMgrService 1082 return appMgrServiceInner_->NotifyLoadRepairPatch(bundleName, callback); in NotifyLoadRepairPatch()
|
H A D | app_running_manager.cpp | 1060 int32_t AppRunningManager::NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) in NotifyLoadRepairPatch() function in OHOS::AppExecFwk::AppRunningManager 1080 result = appRecord->NotifyLoadRepairPatch(bundleName, callbackByRecord, recordId); in NotifyLoadRepairPatch()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 461 virtual int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) = 0;
|
H A D | app_mgr_proxy.h | 431 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) override;
|
/foundation/ability/ability_runtime/test/unittest/app_running_manager_second_test/ |
H A D | app_running_manager_second_test.cpp | 526 * @tc.desc: Test NotifyLoadRepairPatch 539 auto ret = appRunningManager->NotifyLoadRepairPatch(BUNDLE_NAME, nullptr); in HWTEST_F() 550 * @tc.desc: Test NotifyLoadRepairPatch 569 auto ret = appRunningManager->NotifyLoadRepairPatch(BUNDLE_NAME, proxy); in HWTEST_F() 581 * @tc.desc: Test NotifyLoadRepairPatch 602 auto ret = appRunningManager->NotifyLoadRepairPatch("", proxy); in HWTEST_F() 632 * @tc.desc: Test NotifyLoadRepairPatch 663 * @tc.desc: Test NotifyLoadRepairPatch
|
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/ |
H A D | ohos_application_test.cpp | 799 * @tc.name: NotifyLoadRepairPatch 800 * @tc.desc: Verify function NotifyLoadRepairPatch pointer runtime_ empty 807 EXPECT_TRUE(ohosApplication_->NotifyLoadRepairPatch(hqfFile, hapPat)); in HWTEST_F() 814 * @tc.name: NotifyLoadRepairPatch 815 * @tc.desc: Verify function NotifyLoadRepairPatch function LoadRepairPatch called 823 ohosApplication_->NotifyLoadRepairPatch(hqfFile, hapPath); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 81 MOCK_METHOD2(NotifyLoadRepairPatch, int32_t(const std::string& bundleName,
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 65 MOCK_METHOD2(NotifyLoadRepairPatch, int32_t(const std::string& bundleName,
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/ |
H A D | abilityappmgrapprunningmanager_fuzzer.cpp | 104 manager->NotifyLoadRepairPatch(jsonStr, callback); in DoSomethingInterestingWithMyAPIadda()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/ |
H A D | main_fourth_test.cpp | 227 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) override
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/ |
H A D | mock_app_mgr_service.h | 80 MOCK_METHOD2(NotifyLoadRepairPatch, int32_t(const std::string& bundleName,
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ohos_application.cpp | 707 bool OHOSApplication::NotifyLoadRepairPatch(const std::string &hqfFile, const std::string &hapPath) in NotifyLoadRepairPatch() function in OHOS::AppExecFwk::OHOSApplication
|
/foundation/ability/ability_runtime/services/quickfixmgr/src/ |
H A D | quick_fix_manager_apply_task.cpp | 672 auto ret = applyTask->appMgr_->NotifyLoadRepairPatch(applyTask->bundleName_, callback); in PostNotifyLoadRepairPatchTask()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 207 appMgrProxy_->NotifyLoadRepairPatch(bundleName, callback); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1077 * Function: NotifyLoadRepairPatch 1079 * FunctionPoints: AppMgrService NotifyLoadRepairPatch 1081 * CaseDescription: Verify NotifyLoadRepairPatch 1089 int32_t res = appMgrService->NotifyLoadRepairPatch(bundleName, callback); in HWTEST_F() 1095 * Function: NotifyLoadRepairPatch 1097 * FunctionPoints: AppMgrService NotifyLoadRepairPatch 1099 * CaseDescription: Verify NotifyLoadRepairPatch 1110 int32_t res = appMgrService->NotifyLoadRepairPatch(bundleName, callback); in HWTEST_F()
|