Home
last modified time | relevance | path

Searched refs:vkBundleMgrHelper (Results 1 - 2 of 2) 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() local
37 if (vkBundleMgrHelper == nullptr) { in InitBundleInfo()
38 VKHILOGE("vkBundleMgrHelper is null!"); in InitBundleInfo()
42 if (vkBundleMgrHelper->GetBundleInfoForSelf( in InitBundleInfo()
43 OHOS::AppExecFwk::GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_APPLICATION, vkBundleMgrHelper->g_bundleInfo) == in InitBundleInfo()
45 if (vkBundleMgrHelper->g_bundleInfo.name == debugHap) { in InitBundleInfo()
49 vkBundleMgrHelper->g_bundleInfo.name.c_str(), debugHap.c_str()); in InitBundleInfo()
59 auto vkBundleMgrHelper = OHOS::DelayedSingleton<OHOS::AppExecFwk::VKBundleMgrHelper>::GetInstance(); in GetDebugLayerLibPath() local
61 std::string appLibPath = pathStr + vkBundleMgrHelper->g_bundleInfo.applicationInfo.nativeLibraryPath + "/"; in GetDebugLayerLibPath()
/third_party/vulkan-loader/openharmony/test/unittest/
H A Dvk_bundle_mgr_helper_tests.cpp37 auto vkBundleMgrHelper = DelayedSingleton<AppExecFwk::VKBundleMgrHelper>::GetInstance(); in HWTEST_F() local
38 auto result = vkBundleMgrHelper->GetBundleInfoForSelf( in HWTEST_F()

Completed in 2 milliseconds