MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / Start

Method Start

Source/Services/Discovery/Source/DiscoveryService.cpp:110–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110bool DiscoveryService::Start() {
111 bool anyFailed = false;
112
113 // Install all
114 for (const ComRef<IDiscoveryListener>& listener : listeners) {
115 if (!listener->Start()) {
116 anyFailed = true;
117 }
118 }
119
120 // OK
121 return !anyFailed;
122}
123
124bool DiscoveryService::Stop() {
125 bool anyFailed = false;

Callers 13

GlobalIntervalBusMethod · 0.45
OnRemoteConnectedMethod · 0.45
OnRemoteConnectedMethod · 0.45
ConnectionViewModelMethod · 0.45
PulseServiceMethod · 0.45
OnToggleInstanceMethod · 0.45
OnDocumentationMethod · 0.45
OnLocalStateToggleMethod · 0.45
OnConnectionChangedMethod · 0.45
OnConnectionChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected