Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp575 bool ParseJsonKey(const Json::Value &jsonValue, const std::string &key, std::string &value) in ParseJsonKey() function
613 if (ParseJsonKey(root[i][type], key, value)) { in ParseJson()