Lines Matching refs:result
35 std::map<std::string, std::string> result = Network::GetNetworkInfo();
36 LOGI("Network ItemData map siez=%u", result.size());
37 if (result.find("networkUp") != result.end() && result["networkUp"].empty()) {
38 result["networkUp"] = "NA";
40 if (result.find("networkDown") != result.end() && result["networkDown"].empty()) {
41 result["networkDown"] = "NA";
43 return result;