Searched refs:BundleStatusCallbackImpl (Results 1 – 5 of 5) sorted by relevance
76 sptr<BundleStatusCallbackImpl> bundleStatusCallbackImpl = in SubscribeBundleStatusEvent()77 new(std::nothrow) BundleStatusCallbackImpl(bundleStatusCallback, userId); in SubscribeBundleStatusEvent()192 BundleStatusCallbackImpl::BundleStatusCallbackImpl( in BundleStatusCallbackImpl() function in OHOS::AVSession::BundleStatusCallbackImpl200 BundleStatusCallbackImpl::~BundleStatusCallbackImpl() in ~BundleStatusCallbackImpl()205 void BundleStatusCallbackImpl::OnBundleStateChanged(const uint8_t installType, const int32_t result… in OnBundleStateChanged()
70 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);
57 class BundleStatusCallbackImpl : public BundleStatusCallbackHost { class59 BundleStatusCallbackImpl();60 virtual ~BundleStatusCallbackImpl() override;68 DISALLOW_COPY_AND_MOVE(BundleStatusCallbackImpl);71 BundleStatusCallbackImpl::BundleStatusCallbackImpl() in BundleStatusCallbackImpl() function in OHOS::AppExecFwk::BundleStatusCallbackImpl76 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…
43 class BundleStatusCallbackImpl : public BundleStatusCallbackHost { class45 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()
140 BundleStatusCallbackImpl();152 BundleStatusCallbackImpl::BundleStatusCallbackImpl() in BundleStatusCallbackImpl() function in OHOS::AppExecFwk::BundleStatusCallbackImpl157 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 …]