HomeSort by relevance Sort by last modified time
    Searched defs:config_string (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/trace_event/
trace_config_unittest.cc 264 const char config_string[] = local
276 TraceConfig tc(config_string);
278 EXPECT_STREQ(config_string, tc.ToString().c_str());
  /system/connectivity/shill/wifi/
wifi.cc 708 string config_string = StringPrintf("%s:%d:%d:%d", local
713 LOG(INFO) << "Background scan: " << config_string;
715 config_string);
    [all...]
wifi_unittest.cc 2933 string config_string; local
2951 string config_string = local
2966 string config_string; local
    [all...]
  /hardware/libhardware/include/hardware/
vehicle.h 74 * @config_string: Explains the usage of config_string in vehicle_prop_config. Property with
75 * this annotation is expected to have additional information in config_string
383 * @config_string list of HVAC properties whose power is controlled by this property. Format is
1381 vehicle_str_t config_string; member in struct:vehicle_prop_config
    [all...]

Completed in 1148 milliseconds