Home
last modified time | relevance | path

Searched refs:OnPatchDeployed (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_status_callback_host.cpp75 OnPatchDeployed(deployRes); in HandleOnPatchDeployed()
79 OnPatchDeployed(resPtr); in HandleOnPatchDeployed()
H A Dquick_fix_status_callback_proxy.cpp39 void QuickFixStatusCallbackProxy::OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) in OnPatchDeployed() function in OHOS::AppExecFwk::QuickFixStatusCallbackProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/
H A Dquick_fix_status_callback_interface.h28 virtual void OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) = 0;
H A Dquick_fix_status_callback_proxy.h30 virtual void OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_quick_fix_callback.h30 virtual void OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_quick_fix_callback.cpp20 void MockQuickFixCallback::OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) in OnPatchDeployed() function in OHOS::AppExecFwk::MockQuickFixCallback
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dquick_fix_status_callback_host_impl.h31 virtual void OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_death_recipient.cpp50 quickFixCallback_->OnPatchDeployed(deployRes);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dquick_fix_status_callback_host_impl.cpp36 void QuickFixStatusCallbackHostlmpl::OnPatchDeployed(const std::shared_ptr<QuickFixResult> &result) in OnPatchDeployed() function in OHOS::AppExecFwk::QuickFixStatusCallbackHostlmpl
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixstatuscallbackproxy_fuzzer/
H A Dquickfixstatuscallbackproxy_fuzzer.cpp47 quickFixStatusCallbackProxy.OnPatchDeployed(result); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fixer.cpp44 statusCallback_->OnPatchDeployed(deployRes); in DeployQuickFix()
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp66 void OnPatchDeployed(const std::shared_ptr<AppExecFwk::QuickFixResult> &result) override in OnPatchDeployed() function in OHOS::AAFwk::QuickFixManagerStatusCallback
182 void OnPatchDeployed(const std::shared_ptr<AppExecFwk::QuickFixResult> &result) override in OnPatchDeployed() function in OHOS::AAFwk::RevokeQuickFixTaskCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp3849 proxy.OnPatchDeployed(result);