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