Home
last modified time | relevance | path

Searched refs:GetCpuAbi (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1055 std::string cpuAbi = (infos.begin()->second).GetCpuAbi(); in CheckMultiNativeSo()
1062 cpuAbi = info.second.GetCpuAbi(); in CheckMultiNativeSo()
H A Dbase_bundle_installer.cpp2010 modulePath_, info.GetCpuAbi(), info.GetBundleName()); in ProcessBundleInstallNative()
3177 std::string cpuAbi = info.GetCpuAbi(); in ExtractModule()
4345 item.second.SetCpuAbi(oldInfo.GetCpuAbi()); in CheckNativeSoWithOldInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1646 const std::string &GetCpuAbi() const in GetCpuAbi() function