Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp374 cJSON *smartVisionObject = nullptr; in ParseDeviceConfig() local
380 smartVisionObject = ParseValue(configObject, DEFAULT_DEVICE_TYPE, nullptr); in ParseDeviceConfig()
381 …CHECK_IS_TRUE(cJSON_IsObject(smartVisionObject), ERR_APPEXECFWK_INSTALL_FAILED_PARSE_DEVICE_CONFIG… in ParseDeviceConfig()
389 if (cJSON_HasObjectItem(smartVisionObject, PROFILE_KEY_KEEPALIVE)) { in ParseDeviceConfig()
390 object = cJSON_GetObjectItem(smartVisionObject, PROFILE_KEY_KEEPALIVE); in ParseDeviceConfig()