Home
last modified time | relevance | path

Searched refs:EGLBundleMgrHelper (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_bundle_mgr_helper.cpp23 EGLBundleMgrHelper::EGLBundleMgrHelper() {} in EGLBundleMgrHelper() function in OHOS::AppExecFwk::EGLBundleMgrHelper
25 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()
H A Degl_bundle_mgr_helper.h24 class EGLBundleMgrHelper : public std::enable_shared_from_this<EGLBundleMgrHelper> {
26 DISALLOW_COPY_AND_MOVE(EGLBundleMgrHelper);
36 DECLARE_DELAYED_SINGLETON(EGLBundleMgrHelper);
H A Degl_wrapper_layer.cpp208 auto eglBundleMgrHelper = DelayedSingleton<AppExecFwk::EGLBundleMgrHelper>::GetInstance(); in InitBundleInfo()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_bundle_mgr_helper_test.cpp42 auto eglBundleMgrHelper = DelayedSingleton<AppExecFwk::EGLBundleMgrHelper>::GetInstance(); in HWTEST_F()