Home
last modified time | relevance | path

Searched refs:TAG_BASE_CONFIG (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp37 const std::string TAG_BASE_CONFIG("base-config"); variable
523 cJSON *baseConfig = cJSON_GetObjectItem(networkSecurityConfig, TAG_BASE_CONFIG.c_str()); in ParseJsonConfig()