Home
last modified time | relevance | path

Searched refs:arkNativeFileAbi (Results 1 – 11 of 11) 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/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1030 std::string arkNativeFileAbi = (infos.begin()->second).GetArkNativeFileAbi(); in CheckMultiArkNativeFile() local
1035 if (arkNativeFileAbi.empty()) { in CheckMultiArkNativeFile()
1036 arkNativeFileAbi = info.second.GetArkNativeFileAbi(); in CheckMultiArkNativeFile()
1042 if (!arkNativeFileAbi.empty()) { in CheckMultiArkNativeFile()
1044 info.second.SetArkNativeFileAbi(arkNativeFileAbi); in CheckMultiArkNativeFile()
H A Dinner_bundle_info.cpp229 baseApplicationInfo_->arkNativeFileAbi.clear(); in ResetAOTFlags()
1970 baseApplicationInfo_->arkNativeFileAbi = applicationInfo.arkNativeFileAbi; in UpdateArkNativeAttrs()
H A Dbase_bundle_installer.cpp4317 std::string arkNativeFileAbi = newInfos.begin()->second.GetArkNativeFileAbi(); in CheckArkNativeFileWithOldInfo() local
4318 if (arkNativeFileAbi.empty()) { in CheckArkNativeFileWithOldInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h270 std::string arkNativeFileAbi; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp214 {APPLICATION_ARK_NATIVE_FILE_ABI, applicationInfo.arkNativeFileAbi}, in to_json()
694 applicationInfo.arkNativeFileAbi, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp445 arkNativeFileAbi = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
677 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(arkNativeFileAbi)); in Marshalling()
984 {APPLICATION_ARK_NATIVE_FILE_ABI, applicationInfo.arkNativeFileAbi}, in to_json()
1149 … applicationInfo.arkNativeFileAbi, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1618 return baseApplicationInfo_->arkNativeFileAbi; in GetArkNativeFileAbi()
1621 void SetArkNativeFileAbi(const std::string &arkNativeFileAbi) in SetArkNativeFileAbi() argument
1623 baseApplicationInfo_->arkNativeFileAbi = arkNativeFileAbi; in SetArkNativeFileAbi()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp170 "arkNativeFileAbi":"",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp119 "arkNativeFileAbi":"",
332 "arkNativeFileAbi":"",
452 "arkNativeFileAbi":"",
1038 "arkNativeFileAbi": "",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1897 info.baseApplicationInfo_->arkNativeFileAbi = "errorType";
1901 info.baseApplicationInfo_->arkNativeFileAbi = "x86";
4807 info.baseApplicationInfo_->arkNativeFileAbi = "errorType";