Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_sta_iface_aidl_test.cpp117 char property_string_raw_bytes[PROPERTY_VALUE_MAX] = {}; in getPropertyString() local
118 int len = property_get(property_name, property_string_raw_bytes, ""); in getPropertyString()
119 return std::string(property_string_raw_bytes, len); in getPropertyString()