Lines Matching refs:on
10 * distributed under the License is distributed on an "AS IS" BASIS,
68 << " Show n lines logs on head of buffer." << endl
70 << " Show n lines logs on tail of buffer." << endl
180 << "-p <on/off>, --privacy <on/off>" << endl
181 << " Set HILOG api privacy formatter feature on or off." << endl
188 << "-k <on/off>, --kmsg <on/off>" << endl
189 << " Set hilogd storing kmsg log feature on or off" << endl
197 << " Set log flow-control feature on or off, options are:" << endl
198 << " pidon process flow control on" << endl
200 << " domainon domain flow control on" << endl
244 << " hilog -S -s; hilog -w start -r; hilog -p on -k on -b D" << endl;
594 static const string FEATURE_ON = "on";
693 static int SetDomainFlowCtrl(bool on)
696 rqst.on = on;