Home
last modified time | relevance | path

Searched refs:APPLICATION_ARK_NATIVE_FILE_ABI (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp89 const std::string APPLICATION_ARK_NATIVE_FILE_ABI = "arkNativeFileAbi"; variable
214 {APPLICATION_ARK_NATIVE_FILE_ABI, applicationInfo.arkNativeFileAbi}, in to_json()
693 APPLICATION_ARK_NATIVE_FILE_ABI, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp96 const char* APPLICATION_ARK_NATIVE_FILE_ABI = "arkNativeFileAbi"; variable
984 {APPLICATION_ARK_NATIVE_FILE_ABI, applicationInfo.arkNativeFileAbi}, in to_json()
1148 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_ARK_NATIVE_FILE_ABI, in from_json()