Home
last modified time | relevance | path

Searched refs:BundleStatusCallbackImpl (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.h70 class BundleStatusCallbackImpl : public AppExecFwk::BundleStatusCallbackHost { class
72 explicit BundleStatusCallbackImpl(const std::function<void(const std::string, const int32_t)>& callback,
74 ~BundleStatusCallbackImpl() override;
81 DISALLOW_COPY_AND_MOVE(BundleStatusCallbackImpl);
H A Dbundle_status_adapter.cpp75 sptr<BundleStatusCallbackImpl> bundleStatusCallbackImpl = in SubscribeBundleStatusEvent()
76 new(std::nothrow) BundleStatusCallbackImpl(bundleStatusCallback, userId); in SubscribeBundleStatusEvent()
189 BundleStatusCallbackImpl::BundleStatusCallbackImpl( in BundleStatusCallbackImpl() function in OHOS::AVSession::BundleStatusCallbackImpl
197 BundleStatusCallbackImpl::~BundleStatusCallbackImpl() in ~BundleStatusCallbackImpl()
202 void BundleStatusCallbackImpl::OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, in OnBundleStateChanged()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp57 class BundleStatusCallbackImpl : public BundleStatusCallbackHost { class
59 BundleStatusCallbackImpl();
60 virtual ~BundleStatusCallbackImpl() override;
68 DISALLOW_COPY_AND_MOVE(BundleStatusCallbackImpl);
71 BundleStatusCallbackImpl::BundleStatusCallbackImpl() in BundleStatusCallbackImpl() function in OHOS::AppExecFwk::BundleStatusCallbackImpl
76 BundleStatusCallbackImpl::~BundleStatusCallbackImpl() in ~BundleStatusCallbackImpl()
81 void BundleStatusCallbackImpl::OnBundleStateChanged( in OnBundleStateChanged()
1120 sptr<BundleStatusCallbackImpl> bundleStatusCallbac in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp43 class BundleStatusCallbackImpl : public BundleStatusCallbackHost { class
45 BundleStatusCallbackImpl() = default;
46 virtual ~BundleStatusCallbackImpl() override {};
54 DISALLOW_COPY_AND_MOVE(BundleStatusCallbackImpl);
57 void BundleStatusCallbackImpl::OnBundleStateChanged( in OnBundleStateChanged()
757 sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl()); in BenchmarkTestRegisterBundleStatusCallback()
778 sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl()); in BenchmarkTestClearBundleStatusCallback()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp138 class BundleStatusCallbackImpl : public BundleStatusCallbackHost { class
140 BundleStatusCallbackImpl();
141 virtual ~BundleStatusCallbackImpl() override;
149 DISALLOW_COPY_AND_MOVE(BundleStatusCallbackImpl);
152 BundleStatusCallbackImpl::BundleStatusCallbackImpl() in BundleStatusCallbackImpl() function in OHOS::AppExecFwk::BundleStatusCallbackImpl
157 BundleStatusCallbackImpl::~BundleStatusCallbackImpl() in ~BundleStatusCallbackImpl()
162 void BundleStatusCallbackImpl::OnBundleStateChanged( in OnBundleStateChanged()
3271 sptr<BundleStatusCallbackImpl> bundleStatusCallbac in HWTEST_F()
[all...]

Completed in 18 milliseconds