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

  /system/weaved/buffet/
main.cc 91 DEFINE_bool(disable_privet, false, "disable Privet protocol");
123 options.disable_privet = FLAGS_disable_privet;
manager.h 51 bool disable_privet = false; member in struct:buffet::final::Options
manager.cc 208 if (!options_.disable_privet) {
  /external/libweave/examples/daemon/common/
daemon.h 35 << "\t--disable_privet Disable local privet\n";
45 } else if (arg == "--disable_privet") {

Completed in 59 milliseconds