Home
last modified time | relevance | path

Searched refs:BundleEventCallbackImpl (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h29 class BundleEventCallbackImpl : public BundleEventCallbackHost { class
31 BundleEventCallbackImpl();
32 virtual ~BundleEventCallbackImpl() override;
36 DISALLOW_COPY_AND_MOVE(BundleEventCallbackImpl);
169 ErrCode CallRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallback);
170 ErrCode CallUnRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallback);
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp886 BundleEventCallbackImpl::BundleEventCallbackImpl() in BundleEventCallbackImpl() function in OHOS::AppExecFwk::BundleEventCallbackImpl
888 APP_LOGI("create BundleEventCallbackImpl"); in BundleEventCallbackImpl()
891 BundleEventCallbackImpl::~BundleEventCallbackImpl() in ~BundleEventCallbackImpl()
893 APP_LOGI("destroy BundleEventCallbackImpl"); in ~BundleEventCallbackImpl()
896 void BundleEventCallbackImpl::OnReceiveEvent(const EventFwk::CommonEventData eventData) in OnReceiveEvent()
3827 ErrCode BundleTestTool::CallRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallback) in CallRegisterBundleEventCallback()
3844 ErrCode BundleTestTool::CallUnRegisterBundleEventCallback(sptr<BundleEventCallbackImpl> bundleEventCallback) in CallUnRegisterBundleEventCallback()
3879 sptr<BundleEventCallbackImpl> bundleEventCallbac in HandleBundleEventCallback()
[all...]
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp109 class BundleEventCallbackImpl : public BundleEventCallbackHost { class
111 BundleEventCallbackImpl();
112 virtual ~BundleEventCallbackImpl() override;
116 DISALLOW_COPY_AND_MOVE(BundleEventCallbackImpl);
119 BundleEventCallbackImpl::BundleEventCallbackImpl() in BundleEventCallbackImpl() function in OHOS::AppExecFwk::BundleEventCallbackImpl
124 BundleEventCallbackImpl::~BundleEventCallbackImpl() in ~BundleEventCallbackImpl()
129 void BundleEventCallbackImpl::OnReceiveEvent(const EventFwk::CommonEventData eventData) in OnReceiveEvent()
7647 sptr<BundleEventCallbackImpl> callbac in HWTEST_F()
[all...]

Completed in 23 milliseconds