/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 157 std::string arkNativeFilePath; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | runtime.h | 44 std::string arkNativeFilePath; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 355 options.arkNativeFilePath = applicationInfo.arkNativeFilePath; in CreateRuntime()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 407 childOptions_->arkNativeFilePath = options.arkNativeFilePath; in SetChildOptions()
|
H A D | js_runtime.cpp | 627 if (!options.arkNativeFilePath.empty()) { in PostPreload() 628 std::string sandBoxAnFilePath = SANDBOX_ARK_CACHE_PATH + options.arkNativeFilePath; in PostPreload()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 269 std::string arkNativeFilePath; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 213 {APPLICATION_ARK_NATIVE_FILE_PATH, applicationInfo.arkNativeFilePath}, in to_json() 686 applicationInfo.arkNativeFilePath, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 444 arkNativeFilePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 676 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(arkNativeFilePath)); in Marshalling() 983 {APPLICATION_ARK_NATIVE_FILE_PATH, applicationInfo.arkNativeFilePath}, in to_json() 1147 … applicationInfo.arkNativeFilePath, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1628 return baseApplicationInfo_->arkNativeFilePath; in GetArkNativeFilePath() 1631 void SetArkNativeFilePath(const std::string &arkNativeFilePath) in SetArkNativeFilePath() argument 1633 baseApplicationInfo_->arkNativeFilePath = arkNativeFilePath; in SetArkNativeFilePath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 171 "arkNativeFilePath":"",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 120 "arkNativeFilePath":"", 333 "arkNativeFilePath":"", 453 "arkNativeFilePath":"", 1039 "arkNativeFilePath": "",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 3273 std::string arkNativeFilePath; in ExtractArkNativeFile() local 3274 …arkNativeFilePath.append(ServiceConstants::ABI_MAP.at(cpuAbi)).append(ServiceConstants::PATH_SEPAR… in ExtractArkNativeFile() 3277 .append(ServiceConstants::PATH_SEPARATOR).append(arkNativeFilePath); in ExtractArkNativeFile() 3291 info.SetArkNativeFilePath(arkNativeFilePath); in ExtractArkNativeFile()
|
H A D | inner_bundle_info.cpp | 228 baseApplicationInfo_->arkNativeFilePath.clear(); in ResetAOTFlags() 1971 baseApplicationInfo_->arkNativeFilePath = applicationInfo.arkNativeFilePath; in UpdateArkNativeAttrs()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1473 options.arkNativeFilePath = bundleInfo.applicationInfo.arkNativeFilePath; in HandleLaunchApplication()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1896 info.baseApplicationInfo_->arkNativeFilePath = ""; 1915 oldInfo.baseApplicationInfo_->arkNativeFilePath = "/an/x86/x86.so"; 4806 info.baseApplicationInfo_->arkNativeFilePath = "";
|