Lines Matching refs:propValue
601 char propValue[PROP_VALUE_MAX]; in hasWifiCapability() local
602 return property_get("ro.kernel.qemu.wifi", propValue, "") > 0 && in hasWifiCapability()
603 strcmp("1", propValue) == 0; in hasWifiCapability()
618 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
771 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
780 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
786 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
793 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
797 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
808 } else if (property_get("net.eth0.gw", propValue, "") > 0) { in requestOrSendDataCallList()
809 responses[i].gateways = propValue; in requestOrSendDataCallList()