Home
last modified time | relevance | path

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

/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.cpp42 if (vkBundleMgrHelper->GetBundleInfoForSelf( in InitBundleInfo()
52 VKHILOGE("Call GetBundleInfoForSelf func failed!"); in InitBundleInfo()
138 ErrCode VKBundleMgrHelper::GetBundleInfoForSelf(AppExecFwk::GetBundleInfoFlag flags, BundleInfo &bundleInfo) in GetBundleInfoForSelf() function in OHOS::AppExecFwk::VKBundleMgrHelper
140 VKHILOGD("Call VKBundleMgrHealper::GetBundleInfoForSelf."); in GetBundleInfoForSelf()
146 return bundleMgr_->GetBundleInfoForSelf(static_cast<int32_t>(flags), bundleInfo); in GetBundleInfoForSelf()
H A Dvk_bundle_mgr_helper.h38 ErrCode GetBundleInfoForSelf(AppExecFwk::GetBundleInfoFlag flags, BundleInfo& bundleInfo);
/third_party/vulkan-loader/openharmony/test/unittest/
H A Dvk_bundle_mgr_helper_tests.cpp38 auto result = vkBundleMgrHelper->GetBundleInfoForSelf( in HWTEST_F()

Completed in 1 milliseconds