Lines Matching refs:sInstance

87 static Instance *sInstance;  variable
958 VerifyOrQuit(aInstance == sInstance); in HandleCallback()
1006 VerifyOrQuit(aInstance == sInstance); in HandleConflict()
1101 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendQuery()
1128 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendQuery()
1143 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendQueryForTwo()
1163 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendQueryForTwo()
1173 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendPtrResponse()
1204 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendPtrResponse()
1220 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendSrvResponse()
1254 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendSrvResponse()
1268 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendTxtResponse()
1299 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendTxtResponse()
1313 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendHostAddrResponse()
1355 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendHostAddrResponse()
1365 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendResponseWithEmptyKey()
1395 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendResponseWithEmptyKey()
1411 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendPtrQueryWithKnownAnswers()
1443 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendPtrQueryWithKnownAnswers()
1453 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendEmtryPtrQueryWithKnownAnswers()
1490 otPlatMdnsHandleReceive(sInstance, message, /* aIsUnicast */ false, &senderAddrInfo); in SendEmtryPtrQueryWithKnownAnswers()
1568 VerifyOrQuit(aInstance == sInstance); in otPlatMdnsSetListeningEnabled()
1592 otPlatMdnsHandleReceive(sInstance, aMessage, /* aIsUnicast */ false, &senderAddrInfo); in otPlatMdnsSendMulticast()
1615 otPlatMdnsHandleReceive(sInstance, &message, /* aIsUnicast */ true, &senderAddrInfo); in otPlatMdnsSendUnicast()
1629 while (otTaskletsArePending(sInstance)) in ProcessTasklets()
1631 otTaskletsProcess(sInstance); in ProcessTasklets()
1645 otPlatAlarmMilliFired(sInstance); in AdvanceTime()
1666 sInstance = testInitInstance(); in InitTest()
1668 VerifyOrQuit(sInstance != nullptr); in InitTest()
1670 return &sInstance->Get<Core>(); in InitTest()
1980 testFreeInstance(sInstance); in TestHostReg()
2187 testFreeInstance(sInstance); in TestKeyReg()
2475 testFreeInstance(sInstance); in TestServiceReg()
2610 testFreeInstance(sInstance); in TestUnregisterBeforeProbeFinished()
2945 testFreeInstance(sInstance); in TestServiceSubTypeReg()
3294 testFreeInstance(sInstance); in TestHostOrServiceAndKeyReg()
3824 testFreeInstance(sInstance); in TestQuery()
4048 testFreeInstance(sInstance); in TestMultiPacket()
4200 testFreeInstance(sInstance); in TestResponseAggregation()
4277 testFreeInstance(sInstance); in TestQuestionUnicastDisallowed()
4434 testFreeInstance(sInstance); in TestTxMessageSizeLimit()
4593 testFreeInstance(sInstance); in TestHostConflict()
4762 testFreeInstance(sInstance); in TestServiceConflict()
4860 VerifyOrQuit(aInstance == sInstance); in HandleBrowseResult()
4892 VerifyOrQuit(aInstance == sInstance); in HandleSrvResult()
4935 VerifyOrQuit(aInstance == sInstance); in HandleTxtResult()
4977 VerifyOrQuit(aInstance == sInstance); in HandleAddrResult()
5383 testFreeInstance(sInstance); in TestBrowser()
5816 testFreeInstance(sInstance); in TestSrvResolver()
6237 testFreeInstance(sInstance); in TestTxtResolver()
6745 testFreeInstance(sInstance); in TestIp6AddrResolver()
7084 testFreeInstance(sInstance); in TestPassiveCache()
7259 testFreeInstance(sInstance); in TestLegacyUnicastResponse()