| 435 | } |
| 436 | |
| 437 | void Engine::stopWifiSharing() |
| 438 | { |
| 439 | QMutexLocker locker(&mutex_); |
| 440 | WS_ASSERT(bInitialized_); |
| 441 | if (bInitialized_) |
| 442 | { |
| 443 | QMetaObject::invokeMethod(this, "stopWifiSharingImpl"); |
| 444 | } |
| 445 | } |
| 446 | |
| 447 | void Engine::startProxySharing(const types::ShareProxyGateway &settings) |
| 448 | { |
no outgoing calls
no test coverage detected