Searched refs:configObject (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_parser.cpp | 239 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() 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() 375 if (cJSON_HasObjectItem(configObject, PROFILE_KEY_DEVICECONFIG_DEFAULT)) { in ParseDeviceConfig() 376 defaultObject = ParseValue(configObject, PROFILE_KEY_DEVICECONFIG_DEFAULT, nullptr); in ParseDeviceConfig() 379 if (cJSON_HasObjectItem(configObject, DEFAULT_DEVICE_TYPE)) { in ParseDeviceConfig() [all …]
|
H A D | gt_bundle_parser.cpp | 167 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 cJSO… 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_parser.h | 39 …static uint8_t ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *modul… 41 static uint8_t ParseDeviceConfig(const cJSON *configObject, BundleProfile &bundleProfile);
|
H A D | gt_bundle_parser.h | 35 …static uint8_t ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *modul…
|