Searched refs:EGLBundleMgrHelper (Results 1 – 4 of 4) sorted by relevance
23 EGLBundleMgrHelper::EGLBundleMgrHelper() {} in EGLBundleMgrHelper() function in OHOS::AppExecFwk::EGLBundleMgrHelper25 EGLBundleMgrHelper::~EGLBundleMgrHelper() in ~EGLBundleMgrHelper()32 sptr<IBundleMgr> EGLBundleMgrHelper::Connect() in Connect()49 std::weak_ptr<EGLBundleMgrHelper> weakPtr = shared_from_this(); in Connect()70 void EGLBundleMgrHelper::OnDeath() in OnDeath()82 ErrCode EGLBundleMgrHelper::GetBundleInfoForSelf(AppExecFwk::GetBundleInfoFlag flags, BundleInfo &b… in GetBundleInfoForSelf()
24 class EGLBundleMgrHelper : public std::enable_shared_from_this<EGLBundleMgrHelper> {26 DISALLOW_COPY_AND_MOVE(EGLBundleMgrHelper);36 DECLARE_DELAYED_SINGLETON(EGLBundleMgrHelper);
208 auto eglBundleMgrHelper = DelayedSingleton<AppExecFwk::EGLBundleMgrHelper>::GetInstance(); in InitBundleInfo()
42 auto eglBundleMgrHelper = DelayedSingleton<AppExecFwk::EGLBundleMgrHelper>::GetInstance(); in HWTEST_F()