Home
last modified time | relevance | path

Searched refs:NotifyLoadRepairPatch (Results 1 - 25 of 31) sorted by relevance

12

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h213 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback,
H A Dapp_running_manager.h272 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback);
H A Dapp_mgr_service.h473 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) override;
H A Dapp_running_record.h741 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback,
H A Dapp_mgr_service_inner.h877 int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback);
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp85 appLifeCycleDeal.NotifyLoadRepairPatch(bundleName, callback, recordId); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dohos_application.h206 bool NotifyLoadRepairPatch(const std::string &hqfFile, const std::string &hapPath);
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp130 appMgrService->NotifyLoadRepairPatch(bundleName, callback); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp258 int32_t AppLifeCycleDeal::NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback, in NotifyLoadRepairPatch() function in OHOS::AppExecFwk::AppLifeCycleDeal
H A Dapp_running_record.cpp1958 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 Dapp_mgr_service.cpp1076 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 Dapp_running_manager.cpp1060 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 Dapp_mgr_interface.h461 virtual int32_t NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) = 0;
H A Dapp_mgr_proxy.h431 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 Dapp_running_manager_second_test.cpp526 * @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 Dohos_application_test.cpp799 * @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 Dmock_app_mgr_service.h81 MOCK_METHOD2(NotifyLoadRepairPatch, int32_t(const std::string& bundleName,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h65 MOCK_METHOD2(NotifyLoadRepairPatch, int32_t(const std::string& bundleName,
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp104 manager->NotifyLoadRepairPatch(jsonStr, callback); in DoSomethingInterestingWithMyAPIadda()
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp227 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 Dmock_app_mgr_service.h80 MOCK_METHOD2(NotifyLoadRepairPatch, int32_t(const std::string& bundleName,
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp707 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 Dquick_fix_manager_apply_task.cpp672 auto ret = applyTask->appMgr_->NotifyLoadRepairPatch(applyTask->bundleName_, callback); in PostNotifyLoadRepairPatchTask()
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp207 appMgrProxy_->NotifyLoadRepairPatch(bundleName, callback); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1077 * 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()

Completed in 33 milliseconds

12