Home
last modified time | relevance | path

Searched refs:AppJumpInterceptorEventSubscriber (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_jump_interceptor_event_subscriber.cpp25 AppJumpInterceptorEventSubscriber::AppJumpInterceptorEventSubscriber( in AppJumpInterceptorEventSubscriber() function in OHOS::AppExecFwk::AppJumpInterceptorEventSubscriber
31 AppJumpInterceptorEventSubscriber::~AppJumpInterceptorEventSubscriber() in ~AppJumpInterceptorEventSubscriber()
35 void AppJumpInterceptorEventSubscriber::OnReceiveEvent(const EventFwk::CommonEventData eventData) in OnReceiveEvent()
52 std::weak_ptr<AppJumpInterceptorEventSubscriber> weakThis = shared_from_this(); in OnReceiveEvent()
61 std::shared_ptr<AppJumpInterceptorEventSubscriber> sharedThis = weakThis.lock(); in OnReceiveEvent()
H A Dapp_jump_interceptor_manager_rdb.cpp62 eventSubscriber_ = new (std::nothrow) AppJumpInterceptorEventSubscriber(shared_from_this()); in SubscribeCommonEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H A Dapp_jump_interceptor_event_subscriber.h26 class AppJumpInterceptorEventSubscriber : public BundleEventCallbackHost,
27 public std::enable_shared_from_this<AppJumpInterceptorEventSubscriber> {
29AppJumpInterceptorEventSubscriber(const std::shared_ptr<IAppJumpInterceptorlManagerDb> &appJumpDb);
31 ~AppJumpInterceptorEventSubscriber();
H A Dapp_jump_interceptor_manager_rdb.h44 sptr<AppJumpInterceptorEventSubscriber> eventSubscriber_;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_app_control_test.cpp1460AppJumpInterceptorEventSubscriber subscriber = AppJumpInterceptorEventSubscriber(appJumpIntercepto…