Home
last modified time | relevance | path

Searched defs:arkNativeFileAbi (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h158 std::string arkNativeFileAbi; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h270 std::string arkNativeFileAbi; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1030 std::string arkNativeFileAbi = (infos.begin()->second).GetArkNativeFileAbi(); in CheckMultiArkNativeFile() local
H A Dbase_bundle_installer.cpp4317 std::string arkNativeFileAbi = newInfos.begin()->second.GetArkNativeFileAbi(); in CheckArkNativeFileWithOldInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1621 void SetArkNativeFileAbi(const std::string &arkNativeFileAbi) in SetArkNativeFileAbi()