Lines Matching refs:Log
58 #define Log(...) … macro
154 Log("otPlatDnssdRegisterService(aRequestId: %lu)", ToUlong(aRequestId)); in otPlatDnssdRegisterService()
155 Log(" hostName : %s", aService->mHostName); in otPlatDnssdRegisterService()
156 Log(" serviceInstance: %s", aService->mServiceInstance); in otPlatDnssdRegisterService()
157 Log(" serviceType : %s", aService->mServiceType); in otPlatDnssdRegisterService()
158 Log(" num sub-types : %u", aService->mSubTypeLabelsLength); in otPlatDnssdRegisterService()
162 Log(" sub-type %-4u : %s", index, aService->mSubTypeLabels[index]); in otPlatDnssdRegisterService()
165 Log(" TXT data len : %u", aService->mTxtDataLength); in otPlatDnssdRegisterService()
166 Log(" port : %u", aService->mPort); in otPlatDnssdRegisterService()
167 Log(" priority : %u", aService->mPriority); in otPlatDnssdRegisterService()
168 Log(" weight : %u", aService->mWeight); in otPlatDnssdRegisterService()
169 Log(" TTL : %u", aService->mTtl); in otPlatDnssdRegisterService()
170 Log(" Infra-if index : %u", aService->mInfraIfIndex); in otPlatDnssdRegisterService()
213 Log("otPlatDnssdUnregisterService(aRequestId: %lu)", ToUlong(aRequestId)); in otPlatDnssdUnregisterService()
214 Log(" hostName : %s", aService->mHostName); in otPlatDnssdUnregisterService()
215 Log(" serviceInstance: %s", aService->mServiceInstance); in otPlatDnssdUnregisterService()
216 Log(" serviceName : %s", aService->mServiceType); in otPlatDnssdUnregisterService()
217 Log(" Infra-if index : %u", aService->mInfraIfIndex); in otPlatDnssdUnregisterService()
257 Log("otPlatDnssdRegisterHost(aRequestId: %lu)", ToUlong(aRequestId)); in otPlatDnssdRegisterHost()
258 Log(" hostName : %s", aHost->mHostName); in otPlatDnssdRegisterHost()
259 Log(" numAddresses : %u", aHost->mAddressesLength); in otPlatDnssdRegisterHost()
263 …Log(" Address %-4u : %s", index, AsCoreType(&aHost->mAddresses[index]).ToString().AsCString()); in otPlatDnssdRegisterHost()
266 Log(" TTL : %u", aHost->mTtl); in otPlatDnssdRegisterHost()
267 Log(" Infra-if index : %u", aHost->mInfraIfIndex); in otPlatDnssdRegisterHost()
292 Log("otPlatDnssdUnregisterHost(aRequestId: %lu)", ToUlong(aRequestId)); in otPlatDnssdUnregisterHost()
293 Log(" hostName : %s", aHost->mHostName); in otPlatDnssdUnregisterHost()
294 Log(" Infra-if index : %u", aHost->mInfraIfIndex); in otPlatDnssdUnregisterHost()
317 Log("otPlatDnssdRegisterKey(aRequestId: %lu)", ToUlong(aRequestId)); in otPlatDnssdRegisterKey()
318 Log(" name : %s", aKey->mName); in otPlatDnssdRegisterKey()
319 Log(" serviceType : %s", aKey->mServiceType == nullptr ? "(null)" : aKey->mServiceType); in otPlatDnssdRegisterKey()
320 Log(" key data-len : %u", aKey->mKeyDataLength); in otPlatDnssdRegisterKey()
321 Log(" TTL : %u", aKey->mTtl); in otPlatDnssdRegisterKey()
362 Log("otPlatDnssdUnregisterKey(aRequestId: %lu)", ToUlong(aRequestId)); in otPlatDnssdUnregisterKey()
363 Log(" name : %s", aKey->mName); in otPlatDnssdUnregisterKey()
499 Log("AdvanceTime for %u.%03u", aDuration / 1000, aDuration % 1000); in AdvanceTime()
578 Log("HandleSrpClientCallback() called with error %s", ErrorToString(aError)); in HandleSrpClientCallback()
683 …Log("--------------------------------------------------------------------------------------------"… in TestDnssdRequestIdRange()
684 Log("TestDnssdRequestIdRange"); in TestDnssdRequestIdRange()
770 Log("End of TestDnssdRequestIdRange"); in TestDnssdRequestIdRange()
784 …Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxy()
785 Log("TestSrpAdvProxy"); in TestSrpAdvProxy()
798 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
799 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxy()
827 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
828 Log("Start SRP server"); in TestSrpAdvProxy()
846 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
847 Log("Start SRP client"); in TestSrpAdvProxy()
861 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
862 Log("Register a service"); in TestSrpAdvProxy()
883 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
884 Log("Register a second service"); in TestSrpAdvProxy()
908 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
909 Log("Wait for longer than lease interval for client to refresh"); in TestSrpAdvProxy()
925 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
926 Log("Add a new on-mesh prefix so to get a new host address"); in TestSrpAdvProxy()
957 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
958 Log("Remove the first service on client"); in TestSrpAdvProxy()
994 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
995 Log("Change service 2 on client, remove its sub-type"); in TestSrpAdvProxy()
1019 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1020 Log("Remove the host on client"); in TestSrpAdvProxy()
1041 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1042 Log("Remove the host on client again and force an update to be sent to server"); in TestSrpAdvProxy()
1058 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1059 Log("Re-add service 1 on client and register with server"); in TestSrpAdvProxy()
1096 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1097 Log("Disable SRP client and wait for lease time to expire"); in TestSrpAdvProxy()
1114 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1115 Log("Disable SRP server"); in TestSrpAdvProxy()
1135 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1136 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxy()
1142 Log("End of TestSrpAdvProxy"); in TestSrpAdvProxy()
1156 …Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyDnssdStateChange()
1157 Log("TestSrpAdvProxyDnssdStateChange"); in TestSrpAdvProxyDnssdStateChange()
1170 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1171 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyDnssdStateChange()
1201 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1202 Log("Start SRP server"); in TestSrpAdvProxyDnssdStateChange()
1220 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1221 Log("Start SRP client"); in TestSrpAdvProxyDnssdStateChange()
1235 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1236 Log("Register a services"); in TestSrpAdvProxyDnssdStateChange()
1251 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1252 Log("Register a second service"); in TestSrpAdvProxyDnssdStateChange()
1270 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1271 Log("Update DNS-SD state and signal that state is changed"); in TestSrpAdvProxyDnssdStateChange()
1292 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1293 Log("Wait for longer than lease interval for client to refresh"); in TestSrpAdvProxyDnssdStateChange()
1305 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1306 Log("Update DNS-SD state to `STOPPED` and signal its change"); in TestSrpAdvProxyDnssdStateChange()
1321 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1322 Log("Wait for longer than lease interval for client to refresh"); in TestSrpAdvProxyDnssdStateChange()
1336 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1337 Log("Update DNS-SD state to `READY` and signal its change"); in TestSrpAdvProxyDnssdStateChange()
1355 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1356 Log("Update DNS-SD state to `STOPPED` and signal its change"); in TestSrpAdvProxyDnssdStateChange()
1371 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1372 Log("Remove the first service on client"); in TestSrpAdvProxyDnssdStateChange()
1389 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1390 Log("Update DNS-SD state to `READY` and signal its change #2"); in TestSrpAdvProxyDnssdStateChange()
1414 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1415 Log("Disable SRP server"); in TestSrpAdvProxyDnssdStateChange()
1439 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1440 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyDnssdStateChange()
1446 Log("End of TestSrpAdvProxyDnssdStateChange"); in TestSrpAdvProxyDnssdStateChange()
1461 …Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyDelayedCallback()
1462 Log("TestSrpAdvProxyDelayedCallback"); in TestSrpAdvProxyDelayedCallback()
1475 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1476 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyDelayedCallback()
1504 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1505 Log("Start SRP server"); in TestSrpAdvProxyDelayedCallback()
1523 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1524 Log("Start SRP client"); in TestSrpAdvProxyDelayedCallback()
1538 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1539 Log("Register a service, invoke the registration callback after some delay"); in TestSrpAdvProxyDelayedCallback()
1590 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1591 Log("Register a second service, invoke registration callback with `kErrorDuplicated`"); in TestSrpAdvProxyDelayedCallback()
1623 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1624 Log("Try registering service again from client, invoke callback with success"); in TestSrpAdvProxyDelayedCallback()
1667 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1668 Log("Change the service and register again, but ignore the registration callback"); in TestSrpAdvProxyDelayedCallback()
1701 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1702 Log("Disable SRP server"); in TestSrpAdvProxyDelayedCallback()
1723 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1724 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyDelayedCallback()
1730 Log("End of TestSrpAdvProxyDelayedCallback"); in TestSrpAdvProxyDelayedCallback()
1746 …Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyReplacedEntries()
1747 Log("TestSrpAdvProxyReplacedEntries"); in TestSrpAdvProxyReplacedEntries()
1760 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1761 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyReplacedEntries()
1789 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1790 Log("Start SRP server"); in TestSrpAdvProxyReplacedEntries()
1808 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1809 Log("Set AdvTimeout to 5 minutes on AdvProxy"); in TestSrpAdvProxyReplacedEntries()
1818 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1819 Log("Start SRP client"); in TestSrpAdvProxyReplacedEntries()
1832 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1833 Log("Register a service and do not invoke the registration request callbacks"); in TestSrpAdvProxyReplacedEntries()
1866 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1867 Log("Invoke the DNS-SD API callbacks"); in TestSrpAdvProxyReplacedEntries()
1894 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1895 Log("Check outstanding Adv being replaced"); in TestSrpAdvProxyReplacedEntries()
1934 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1935 Log("Invoke the replaced entry DNS-SD API callback"); in TestSrpAdvProxyReplacedEntries()
1951 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1952 Log("Invoke the new entry DNS-SD API callback"); in TestSrpAdvProxyReplacedEntries()
1973 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1974 Log("Check replacing Adv being blocked till old Adv is completed"); in TestSrpAdvProxyReplacedEntries()
2028 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2029 Log("Invoke the callback for new registration replacing old one first"); in TestSrpAdvProxyReplacedEntries()
2046 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2047 Log("Invoke the callback for replaced Adv services"); in TestSrpAdvProxyReplacedEntries()
2099 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2100 Log("Check replacing Adv being blocked till old Adv is completed when removing services"); in TestSrpAdvProxyReplacedEntries()
2150 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2151 Log("Invoke the callback for replaced Adv services"); in TestSrpAdvProxyReplacedEntries()
2203 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2204 Log("Disable SRP server"); in TestSrpAdvProxyReplacedEntries()
2216 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2217 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyReplacedEntries()
2223 Log("End of TestSrpAdvProxyReplacedEntries"); in TestSrpAdvProxyReplacedEntries()
2238 …Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2239 Log("TestSrpAdvProxyHostWithOffMeshRoutableAddress"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2265 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2266 Log("Start SRP server"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2284 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2285 Log("Start SRP client"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2299 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2300 Log("Register a service"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2323 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2324 Log("Register a second service"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2345 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2346 Log("Disable SRP server"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2363 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2364 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2370 Log("End of TestSrpAdvProxyHostWithOffMeshRoutableAddress"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2385 …Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyRemoveBeforeCommitted()
2386 Log("TestSrpAdvProxyRemoveBeforeCommitted"); in TestSrpAdvProxyRemoveBeforeCommitted()
2399 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2400 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyRemoveBeforeCommitted()
2428 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2429 Log("Start SRP server"); in TestSrpAdvProxyRemoveBeforeCommitted()
2447 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2448 Log("Start SRP client"); in TestSrpAdvProxyRemoveBeforeCommitted()
2461 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2462 Log("Register host and one service"); in TestSrpAdvProxyRemoveBeforeCommitted()
2484 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2485 Log("Set AdvTimeout to 5 minutes on AdvProxy"); in TestSrpAdvProxyRemoveBeforeCommitted()
2496 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2497 Log("Remove service1 while adding a new service2 and do not invoke callback from DNSSD plat"); in TestSrpAdvProxyRemoveBeforeCommitted()
2517 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2518 Log("Remove host and its services without removing key-lease"); in TestSrpAdvProxyRemoveBeforeCommitted()
2537 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2538 Log("Invoke callback for last key registration"); in TestSrpAdvProxyRemoveBeforeCommitted()
2554 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2555 Log("Disable SRP server"); in TestSrpAdvProxyRemoveBeforeCommitted()
2567 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2568 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyRemoveBeforeCommitted()
2574 Log("End of TestSrpAdvProxyRemoveBeforeCommitted"); in TestSrpAdvProxyRemoveBeforeCommitted()
2589 …Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2590 Log("TestSrpAdvProxyFullyRemoveBeforeCommitted"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2603 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2604 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2632 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2633 Log("Start SRP server"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2651 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2652 Log("Start SRP client"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2665 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2666 Log("Register host and one service"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2688 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2689 Log("Set AdvTimeout to 5 minutes on AdvProxy"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2700 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2701 Log("Remove service1 while adding a new service2 and do not invoke callback from DNSSD plat"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2721 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2722 Log("Remove host and its services and remove key-lease"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2742 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2743 Log("Disable SRP server"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2755 …Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2756 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2762 Log("End of TestSrpAdvProxyFullyRemoveBeforeCommitted"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()