Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp350 DeviceConfig deveicConfig; member
1870 configJson.deveicConfig, in from_json()
2185 applicationInfo.keepAlive = configJson.deveicConfig.defaultDevice.keepAlive; in ToApplicationInfo()
2195 applicationInfo.debug = configJson.deveicConfig.defaultDevice.debug; in ToApplicationInfo()
2199 applicationInfo.process = configJson.deveicConfig.defaultDevice.process; in ToApplicationInfo()
2349 innerModuleInfo.compressNativeLibs = configJson.deveicConfig.defaultDevice.compressNativeLibs; in ToInnerModuleInfo()
2467 applicationInfo.isCompressNativeLibs = configJson.deveicConfig.defaultDevice.compressNativeLibs; in ToInnerBundleInfo()