Home
last modified time | relevance | path

Searched defs:bundleEventCallback (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp167 bool RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) override in RegisterBundleEventCallback()
172 … bool UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) override in UnregisterBundleEventCallback()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp275 const sptr<IBundleEventCallback> bundleEventCallback = nullptr; variable
354 sptr<IBundleEventCallback> bundleEventCallback = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp609 …ol BundleMgrHelper::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCal… in UnregisterBundleEventCallback()
747 bool BundleMgrHelper::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCall… in RegisterBundleEventCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h736 virtual bool RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in RegisterBundleEventCallback()
741 … virtual bool UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in UnregisterBundleEventCallback()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3777 …ode BundleTestTool::CallRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallb… in CallRegisterBundleEventCallback()
3794 …e BundleTestTool::CallUnRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallb… in CallUnRegisterBundleEventCallback()
3829 … sptr<BundleEventCallbackImpl> bundleEventCallback = new (std::nothrow) BundleEventCallbackImpl(); in HandleBundleEventCallback() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4289 …sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); variable
4304 …sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); variable
4320 …sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); variable
4335 …sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp1746 bool BundleMgrProxy::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallb… in RegisterBundleEventCallback()
1773 …ool BundleMgrProxy::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCal… in UnregisterBundleEventCallback()
H A Dbundle_mgr_host.cpp1717 sptr<IBundleEventCallback> bundleEventCallback = iface_cast<IBundleEventCallback>(object); in HandleRegisterBundleEventCallback() local
1738 sptr<IBundleEventCallback> bundleEventCallback = iface_cast<IBundleEventCallback>(object); in HandleUnregisterBundleEventCallback() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1754 …ol BundleMgrHostImpl::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCal… in RegisterBundleEventCallback()
1774 … BundleMgrHostImpl::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCal… in UnregisterBundleEventCallback()
H A Dbundle_data_mgr.cpp4410 bool BundleDataMgr::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallba… in RegisterBundleEventCallback()
4434 bool BundleDataMgr::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCall… in UnregisterBundleEventCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2424 sptr<IBundleEventCallback> bundleEventCallback; variable