OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disable_privet
(Results
1 - 3
of
3
) 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
) {
Completed in 977 milliseconds