Lines Matching refs:OutputLine

75             OutputLine("unicast");  in Process()
79 OutputLine("anycast"); in Process()
151 OutputLine("%s", otSrpServerGetDomain(GetInstancePtr())); in Process()
194 OutputLine("%s", Stringify(otSrpServerGetState(GetInstancePtr()), kStateStrings)); in Process()
236 OutputLine("min ttl: %lu", ToUlong(ttlConfig.mMinTtl)); in Process()
237 OutputLine("max ttl: %lu", ToUlong(ttlConfig.mMaxTtl)); in Process()
280 OutputLine("min lease: %lu", ToUlong(leaseConfig.mMinLease)); in Process()
281 OutputLine("max lease: %lu", ToUlong(leaseConfig.mMaxLease)); in Process()
282 OutputLine("min key-lease: %lu", ToUlong(leaseConfig.mMinKeyLease)); in Process()
283 OutputLine("max key-lease: %lu", ToUlong(leaseConfig.mMaxKeyLease)); in Process()
332 OutputLine("%s", otSrpServerHostGetFullName(host)); in Process()
333 OutputLine(kIndentSize, "deleted: %s", isDeleted ? "true" : "false"); in Process()
353 OutputLine("]"); in Process()
440 OutputLine("%s", otSrpServerServiceGetInstanceName(service)); in Process()
441 OutputLine(kIndentSize, "deleted: %s", isDeleted ? "true" : "false"); in Process()
467 OutputLine(hasSubType ? "" : "(null)"); in Process()
469 OutputLine(kIndentSize, "port: %u", otSrpServerServiceGetPort(service)); in Process()
470 OutputLine(kIndentSize, "priority: %u", otSrpServerServiceGetPriority(service)); in Process()
471 OutputLine(kIndentSize, "weight: %u", otSrpServerServiceGetWeight(service)); in Process()
472 OutputLine(kIndentSize, "ttl: %lu", ToUlong(otSrpServerServiceGetTtl(service))); in Process()
473 OutputLine(kIndentSize, "lease: %lu", ToUlong(leaseInfo.mLease / 1000)); in Process()
474 OutputLine(kIndentSize, "key-lease: %lu", ToUlong(leaseInfo.mKeyLease / 1000)); in Process()
481 OutputLine(kIndentSize, "host: %s", otSrpServerHostGetFullName(host)); in Process()
518 OutputLine("%u", otSrpServerGetAnycastModeSequenceNumber(GetInstancePtr())); in Process()