Home
last modified time | relevance | path

Searched refs:VKBundleMgrHelper (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.cpp36 auto vkBundleMgrHelper = OHOS::DelayedSingleton<OHOS::AppExecFwk::VKBundleMgrHelper>::GetInstance(); in InitBundleInfo()
59 auto vkBundleMgrHelper = OHOS::DelayedSingleton<OHOS::AppExecFwk::VKBundleMgrHelper>::GetInstance(); in GetDebugLayerLibPath()
79 VKBundleMgrHelper::VKBundleMgrHelper() {} in VKBundleMgrHelper() function in OHOS::AppExecFwk::VKBundleMgrHelper
81 VKBundleMgrHelper::~VKBundleMgrHelper() in ~VKBundleMgrHelper()
88 sptr<AppExecFwk::IBundleMgr> VKBundleMgrHelper::Connect() in Connect()
90 VKHILOGD("Call VKBundleMgrHelper::Connect"); in Connect()
105 std::weak_ptr<VKBundleMgrHelper> weakPtr = shared_from_this(); in Connect()
126 void VKBundleMgrHelper
[all...]
H A Dvk_bundle_mgr_helper.h33 class VKBundleMgrHelper : public std::enable_shared_from_this<VKBundleMgrHelper> { class
35 DISALLOW_COPY_AND_MOVE(VKBundleMgrHelper);
46 DECLARE_DELAYED_SINGLETON(VKBundleMgrHelper);
/third_party/vulkan-loader/openharmony/test/unittest/
H A Dvk_bundle_mgr_helper_tests.cpp37 auto vkBundleMgrHelper = DelayedSingleton<AppExecFwk::VKBundleMgrHelper>::GetInstance(); in HWTEST_F()

Completed in 2 milliseconds