Home
last modified time | relevance | path

Searched refs:APPLICATION_IS_COMPRESS_NATIVE_LIBS (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.cpp90 const std::string APPLICATION_IS_COMPRESS_NATIVE_LIBS = "isCompressNativeLibs"; variable
215 {APPLICATION_IS_COMPRESS_NATIVE_LIBS, applicationInfo.isCompressNativeLibs}, in to_json()
701 APPLICATION_IS_COMPRESS_NATIVE_LIBS, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp97 const char* APPLICATION_IS_COMPRESS_NATIVE_LIBS = "isCompressNativeLibs"; variable
985 {APPLICATION_IS_COMPRESS_NATIVE_LIBS, applicationInfo.isCompressNativeLibs}, in to_json()
1150 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_IS_COMPRESS_NATIVE_LIBS, in from_json()