Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp277 const sptr<IBundleEventCallback> bundleEventCallback = nullptr; in HWTEST_F() local
356 sptr<IBundleEventCallback> bundleEventCallback = nullptr; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp1014 sptr<IBundleEventCallback> bundleEventCallback = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp617 bool BundleMgrHelper::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in UnregisterBundleEventCallback() argument
754 bool BundleMgrHelper::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in RegisterBundleEventCallback() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2423 sptr<IBundleEventCallback> bundleEventCallback; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp1778 bool BundleMgrProxy::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in RegisterBundleEventCallback() argument
1805 bool BundleMgrProxy::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in UnregisterBundleEventCallback() argument
H A Dbundle_mgr_host.cpp1709 sptr<IBundleEventCallback> bundleEventCallback = iface_cast<IBundleEventCallback>(object); in HandleRegisterBundleEventCallback() local
1730 sptr<IBundleEventCallback> bundleEventCallback = iface_cast<IBundleEventCallback>(object); in HandleUnregisterBundleEventCallback() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h735 virtual bool RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in RegisterBundleEventCallback() argument
740 virtual bool UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in UnregisterBundleEventCallback() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1704 bool BundleMgrHostImpl::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in RegisterBundleEventCallback() argument
1724 bool BundleMgrHostImpl::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in UnregisterBundleEventCallback() argument
H A Dbundle_data_mgr.cpp4439 bool BundleDataMgr::RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in RegisterBundleEventCallback() argument
4463 bool BundleDataMgr::UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) in UnregisterBundleEventCallback() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4310 sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); in HWTEST_F() local
4325 sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); in HWTEST_F() local
4341 sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); in HWTEST_F() local
4356 sptr<IBundleEventCallbackTest> bundleEventCallback = new (std::nothrow) IBundleEventCallbackTest(); in HWTEST_F() local
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3827 ErrCode BundleTestTool::CallRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallback) in CallRegisterBundleEventCallback() argument
3844 ErrCode BundleTestTool::CallUnRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallback) in CallUnRegisterBundleEventCallback() argument
3879 sptr<BundleEventCallbackImpl> bundleEventCallback = new (std::nothrow) BundleEventCallbackImpl(); in HandleBundleEventCallback() local

Completed in 67 milliseconds