Searched defs:baseConfig (Results 1 – 1 of 1) sorted by relevance
468 void NetworkSecurityConfig::ParseJsonBaseConfig(const cJSON* const root, BaseConfig &baseConfig) in ParseJsonBaseConfig()523 cJSON *baseConfig = cJSON_GetObjectItem(networkSecurityConfig, TAG_BASE_CONFIG.c_str()); in ParseJsonConfig() local