Home
last modified time | relevance | path

Searched refs:configObject (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp239 cJSON *configObject = cJSON_GetObjectItem(root, PROFILE_KEY_DEVICECONFIG); in ParseHapProfile() local
255 if (ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, bundleRes) != ERR_OK) { in ParseHapProfile()
289 cJSON *configObject = cJSON_GetObjectItem(root, PROFILE_KEY_DEVICECONFIG); in ParseHapProfile() local
303 errorCode = ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, bundleRes); in ParseHapProfile()
318 uint8_t BundleParser::ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *moduleObject, in ParseJsonInfo() argument
359 uint8_t errorCode = ParseDeviceConfig(configObject, bundleProfile); in ParseJsonInfo()
365 uint8_t BundleParser::ParseDeviceConfig(const cJSON *configObject, BundleProfile &bundleProfile) in ParseDeviceConfig() argument
367 if (configObject == nullptr || configObject->type == cJSON_NULL) { in ParseDeviceConfig()
371 CHECK_IS_TRUE(cJSON_IsObject(configObject), ERR_APPEXECFWK_INSTALL_FAILED_PARSE_DEVICE_CONFIG_ERRO in ParseDeviceConfig()
[all...]
H A Dgt_bundle_parser.cpp167 cJSON *configObject = cJSON_GetObjectItem(root, PROFILE_KEY_DEVICECONFIG); in ParseHapProfile() local
180 if (ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, *bundleRes) != ERR_OK) { in ParseHapProfile()
192 uint8_t GtBundleParser::ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *moduleObject, in ParseJsonInfo() argument
786 cJSON *configObject = cJSON_GetObjectItem(root, PROFILE_KEY_DEVICECONFIG); in ParseHapProfile() local
799 uint8_t errorCode = ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, bundleRes); in ParseHapProfile()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h39 static uint8_t ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *moduleObject,
41 static uint8_t ParseDeviceConfig(const cJSON *configObject, BundleProfile &bundleProfile);
H A Dgt_bundle_parser.h35 static uint8_t ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *moduleObject,

Completed in 4 milliseconds