Searched refs:networkSecurityConfig (Results 1 – 1 of 1) sorted by relevance
517 cJSON *networkSecurityConfig = cJSON_GetObjectItem(root, TAG_NETWORK_SECURITY_CONFIG.c_str()); in ParseJsonConfig() local518 if (networkSecurityConfig == nullptr) { in ParseJsonConfig()523 cJSON *baseConfig = cJSON_GetObjectItem(networkSecurityConfig, TAG_BASE_CONFIG.c_str()); in ParseJsonConfig()524 cJSON *domainConfig = cJSON_GetObjectItem(networkSecurityConfig, TAG_DOMAIN_CONFIG.c_str()); in ParseJsonConfig()