Lines Matching refs:domain
60 // Domain List
244 CString domain;
253 std::string domain;
386 // Set up the Domain List.
565 // Domain list changes have similar effects to service list changes so reuse that code path by calling it here.
587 // If a domain and service type are selected, start searching for the service type on the domain.
902 CString domain;
912 // Search to see if we already know about this domain. If not, add it to the list.
915 domain = p->domain;
920 if( s == domain )
930 mDomainList.InsertItem( n, domain );
932 // If no domains are selected and the domain being added is a default domain, select it.
953 CString domain;
963 // Search to see if we know about this domain. If so, remove it from the list.
966 domain = p->domain;
971 if( s == domain )
1028 // If the name, type, domain, and interface match, treat it as the same service instance.
1033 ( p->domain == q->domain ) )
1088 // If the name, type, domain, and interface matches, treat it as the same service instance.
1093 ( p->domain == q->domain ) &&
1214 DomainEventInfo * domain;
1217 domain = new DomainEventInfo;
1218 domainAutoPtr.reset( domain );
1220 domain->eventType = inEvent->type;
1221 domain->domain = inEvent->data.addDomain.domain;
1222 domain->ifIP = inEvent->data.addDomain.interfaceIP;
1225 posted = ::PostMessage( dialog->GetSafeHwnd(), message, 0, (LPARAM) domain );
1248 service->domain = inEvent->data.addService.domain;
1275 serviceInstance->domain = inEvent->data.resolved->domain;