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

Method Stop

Source/Services/Discovery/Source/DiscoveryService.cpp:124–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool DiscoveryService::Stop() {
125 bool anyFailed = false;
126
127 // Install all
128 for (const ComRef<IDiscoveryListener>& listener : listeners) {
129 if (!listener->Stop()) {
130 anyFailed = true;
131 }
132 }
133
134 // OK
135 return !anyFailed;
136}
137
138bool DiscoveryService::InstallGlobal() {
139 bool anyFailed = false;

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected