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()
263Log(" 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()
683Log("--------------------------------------------------------------------------------------------"… in TestDnssdRequestIdRange()
684 Log("TestDnssdRequestIdRange"); in TestDnssdRequestIdRange()
770 Log("End of TestDnssdRequestIdRange"); in TestDnssdRequestIdRange()
784Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxy()
785 Log("TestSrpAdvProxy"); in TestSrpAdvProxy()
798Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
799 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxy()
827Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
828 Log("Start SRP server"); in TestSrpAdvProxy()
846Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
847 Log("Start SRP client"); in TestSrpAdvProxy()
861Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
862 Log("Register a service"); in TestSrpAdvProxy()
883Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
884 Log("Register a second service"); in TestSrpAdvProxy()
908Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
909 Log("Wait for longer than lease interval for client to refresh"); in TestSrpAdvProxy()
925Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
926 Log("Add a new on-mesh prefix so to get a new host address"); in TestSrpAdvProxy()
957Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
958 Log("Remove the first service on client"); in TestSrpAdvProxy()
994Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
995 Log("Change service 2 on client, remove its sub-type"); in TestSrpAdvProxy()
1019Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1020 Log("Remove the host on client"); in TestSrpAdvProxy()
1041Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1042 Log("Remove the host on client again and force an update to be sent to server"); in TestSrpAdvProxy()
1058Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1059 Log("Re-add service 1 on client and register with server"); in TestSrpAdvProxy()
1096Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1097 Log("Disable SRP client and wait for lease time to expire"); in TestSrpAdvProxy()
1114Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1115 Log("Disable SRP server"); in TestSrpAdvProxy()
1135Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxy()
1136 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxy()
1142 Log("End of TestSrpAdvProxy"); in TestSrpAdvProxy()
1156Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyDnssdStateChange()
1157 Log("TestSrpAdvProxyDnssdStateChange"); in TestSrpAdvProxyDnssdStateChange()
1170Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1171 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyDnssdStateChange()
1201Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1202 Log("Start SRP server"); in TestSrpAdvProxyDnssdStateChange()
1220Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1221 Log("Start SRP client"); in TestSrpAdvProxyDnssdStateChange()
1235Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1236 Log("Register a services"); in TestSrpAdvProxyDnssdStateChange()
1251Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1252 Log("Register a second service"); in TestSrpAdvProxyDnssdStateChange()
1270Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1271 Log("Update DNS-SD state and signal that state is changed"); in TestSrpAdvProxyDnssdStateChange()
1292Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1293 Log("Wait for longer than lease interval for client to refresh"); in TestSrpAdvProxyDnssdStateChange()
1305Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1306 Log("Update DNS-SD state to `STOPPED` and signal its change"); in TestSrpAdvProxyDnssdStateChange()
1321Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1322 Log("Wait for longer than lease interval for client to refresh"); in TestSrpAdvProxyDnssdStateChange()
1336Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1337 Log("Update DNS-SD state to `READY` and signal its change"); in TestSrpAdvProxyDnssdStateChange()
1355Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1356 Log("Update DNS-SD state to `STOPPED` and signal its change"); in TestSrpAdvProxyDnssdStateChange()
1371Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1372 Log("Remove the first service on client"); in TestSrpAdvProxyDnssdStateChange()
1389Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1390 Log("Update DNS-SD state to `READY` and signal its change #2"); in TestSrpAdvProxyDnssdStateChange()
1414Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1415 Log("Disable SRP server"); in TestSrpAdvProxyDnssdStateChange()
1439Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDnssdStateChange()
1440 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyDnssdStateChange()
1446 Log("End of TestSrpAdvProxyDnssdStateChange"); in TestSrpAdvProxyDnssdStateChange()
1461Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyDelayedCallback()
1462 Log("TestSrpAdvProxyDelayedCallback"); in TestSrpAdvProxyDelayedCallback()
1475Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1476 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyDelayedCallback()
1504Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1505 Log("Start SRP server"); in TestSrpAdvProxyDelayedCallback()
1523Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1524 Log("Start SRP client"); in TestSrpAdvProxyDelayedCallback()
1538Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1539 Log("Register a service, invoke the registration callback after some delay"); in TestSrpAdvProxyDelayedCallback()
1590Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1591 Log("Register a second service, invoke registration callback with `kErrorDuplicated`"); in TestSrpAdvProxyDelayedCallback()
1623Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1624 Log("Try registering service again from client, invoke callback with success"); in TestSrpAdvProxyDelayedCallback()
1667Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1668 Log("Change the service and register again, but ignore the registration callback"); in TestSrpAdvProxyDelayedCallback()
1701Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1702 Log("Disable SRP server"); in TestSrpAdvProxyDelayedCallback()
1723Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyDelayedCallback()
1724 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyDelayedCallback()
1730 Log("End of TestSrpAdvProxyDelayedCallback"); in TestSrpAdvProxyDelayedCallback()
1746Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyReplacedEntries()
1747 Log("TestSrpAdvProxyReplacedEntries"); in TestSrpAdvProxyReplacedEntries()
1760Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1761 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyReplacedEntries()
1789Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1790 Log("Start SRP server"); in TestSrpAdvProxyReplacedEntries()
1808Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1809 Log("Set AdvTimeout to 5 minutes on AdvProxy"); in TestSrpAdvProxyReplacedEntries()
1818Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1819 Log("Start SRP client"); in TestSrpAdvProxyReplacedEntries()
1832Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1833 Log("Register a service and do not invoke the registration request callbacks"); in TestSrpAdvProxyReplacedEntries()
1866Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1867 Log("Invoke the DNS-SD API callbacks"); in TestSrpAdvProxyReplacedEntries()
1894Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1895 Log("Check outstanding Adv being replaced"); in TestSrpAdvProxyReplacedEntries()
1934Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1935 Log("Invoke the replaced entry DNS-SD API callback"); in TestSrpAdvProxyReplacedEntries()
1951Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1952 Log("Invoke the new entry DNS-SD API callback"); in TestSrpAdvProxyReplacedEntries()
1973Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
1974 Log("Check replacing Adv being blocked till old Adv is completed"); in TestSrpAdvProxyReplacedEntries()
2028Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2029 Log("Invoke the callback for new registration replacing old one first"); in TestSrpAdvProxyReplacedEntries()
2046Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2047 Log("Invoke the callback for replaced Adv services"); in TestSrpAdvProxyReplacedEntries()
2099Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2100 Log("Check replacing Adv being blocked till old Adv is completed when removing services"); in TestSrpAdvProxyReplacedEntries()
2150Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2151 Log("Invoke the callback for replaced Adv services"); in TestSrpAdvProxyReplacedEntries()
2203Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2204 Log("Disable SRP server"); in TestSrpAdvProxyReplacedEntries()
2216Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyReplacedEntries()
2217 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyReplacedEntries()
2223 Log("End of TestSrpAdvProxyReplacedEntries"); in TestSrpAdvProxyReplacedEntries()
2238Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2239 Log("TestSrpAdvProxyHostWithOffMeshRoutableAddress"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2265Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2266 Log("Start SRP server"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2284Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2285 Log("Start SRP client"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2299Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2300 Log("Register a service"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2323Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2324 Log("Register a second service"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2345Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2346 Log("Disable SRP server"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2363Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2364 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2370 Log("End of TestSrpAdvProxyHostWithOffMeshRoutableAddress"); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2385Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyRemoveBeforeCommitted()
2386 Log("TestSrpAdvProxyRemoveBeforeCommitted"); in TestSrpAdvProxyRemoveBeforeCommitted()
2399Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2400 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyRemoveBeforeCommitted()
2428Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2429 Log("Start SRP server"); in TestSrpAdvProxyRemoveBeforeCommitted()
2447Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2448 Log("Start SRP client"); in TestSrpAdvProxyRemoveBeforeCommitted()
2461Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2462 Log("Register host and one service"); in TestSrpAdvProxyRemoveBeforeCommitted()
2484Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2485 Log("Set AdvTimeout to 5 minutes on AdvProxy"); in TestSrpAdvProxyRemoveBeforeCommitted()
2496Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2497 Log("Remove service1 while adding a new service2 and do not invoke callback from DNSSD plat"); in TestSrpAdvProxyRemoveBeforeCommitted()
2517Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2518 Log("Remove host and its services without removing key-lease"); in TestSrpAdvProxyRemoveBeforeCommitted()
2537Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2538 Log("Invoke callback for last key registration"); in TestSrpAdvProxyRemoveBeforeCommitted()
2554Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2555 Log("Disable SRP server"); in TestSrpAdvProxyRemoveBeforeCommitted()
2567Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyRemoveBeforeCommitted()
2568 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyRemoveBeforeCommitted()
2574 Log("End of TestSrpAdvProxyRemoveBeforeCommitted"); in TestSrpAdvProxyRemoveBeforeCommitted()
2589Log("--------------------------------------------------------------------------------------------"… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2590 Log("TestSrpAdvProxyFullyRemoveBeforeCommitted"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2603Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2604 Log("Add an on-mesh prefix (with SLAAC) to network data"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2632Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2633 Log("Start SRP server"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2651Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2652 Log("Start SRP client"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2665Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2666 Log("Register host and one service"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2688Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2689 Log("Set AdvTimeout to 5 minutes on AdvProxy"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2700Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2701 Log("Remove service1 while adding a new service2 and do not invoke callback from DNSSD plat"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2721Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2722 Log("Remove host and its services and remove key-lease"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2742Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2743 Log("Disable SRP server"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2755Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "… in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2756 Log("Finalize OT instance and validate all heap allocations are freed"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
2762 Log("End of TestSrpAdvProxyFullyRemoveBeforeCommitted"); in TestSrpAdvProxyFullyRemoveBeforeCommitted()