Home
last modified time | relevance | path

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

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