Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.cpp76 sptr<BundleStatusCallbackImpl> bundleStatusCallbackImpl = in SubscribeBundleStatusEvent()
77 new(std::nothrow) BundleStatusCallbackImpl(bundleStatusCallback, userId); in SubscribeBundleStatusEvent()
192 BundleStatusCallbackImpl::BundleStatusCallbackImpl( in BundleStatusCallbackImpl() function in OHOS::AVSession::BundleStatusCallbackImpl
200 BundleStatusCallbackImpl::~BundleStatusCallbackImpl() in ~BundleStatusCallbackImpl()
205 void BundleStatusCallbackImpl::OnBundleStateChanged(const uint8_t installType, const int32_t result… in OnBundleStateChanged()
H A Dbundle_status_adapter.h70 class BundleStatusCallbackImpl : public AppExecFwk::BundleStatusCallbackHost {
72 …explicit BundleStatusCallbackImpl(const std::function<void(const std::string, const int32_t)>& cal…
74 ~BundleStatusCallbackImpl() override;
81 DISALLOW_COPY_AND_MOVE(BundleStatusCallbackImpl);
/ohos5.0/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> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl
1158 …sptr<BundleStatusCallbackImpl> firstBundleStatusCallback = (new (std::nothrow) BundleStatusCallbac…
1167 …sptr<BundleStatusCallbackImpl> secondBundleStatusCallback = (new (std::nothrow) BundleStatusCallba…
/ohos5.0/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 {}; in ~BundleStatusCallbackImpl()
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()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp140 BundleStatusCallbackImpl();
152 BundleStatusCallbackImpl::BundleStatusCallbackImpl() in BundleStatusCallbackImpl() function in OHOS::AppExecFwk::BundleStatusCallbackImpl
157 BundleStatusCallbackImpl::~BundleStatusCallbackImpl() in ~BundleStatusCallbackImpl()
3271 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl
3327 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl
3387 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl
3447 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl
3504 …sptr<BundleStatusCallbackImpl> bundleStatusCallback = (new (std::nothrow) BundleStatusCallbackImpl
3558 …sptr<BundleStatusCallbackImpl> firstBundleStatusCallback = (new (std::nothrow) BundleStatusCallbac…
3618 …sptr<BundleStatusCallbackImpl> firstBundleStatusCallback = (new (std::nothrow) BundleStatusCallbac…
[all …]