Searched refs:serverTemp (Results 1 – 1 of 1) sorted by relevance
169 std::shared_ptr<ScreenCaptureServer> serverTemp = std::make_shared<ScreenCaptureServer>(); in Create() local170 CHECK_AND_RETURN_RET_LOG(serverTemp != nullptr, nullptr, "Failed to new ScreenCaptureServer"); in Create()184 countForUid += (server->appInfo_.appUid == serverTemp->appInfo_.appUid) ? 1 : 0; in Create()192 serverTemp->appInfo_.appUid); in Create()197 serverMap.insert(std::make_pair(newSessionId, serverTemp)); in Create()206 serverTemp->appInfo_.appUid); in Create()209 serverTemp->SetSessionId(newSessionId); in Create()211 return std::static_pointer_cast<OHOS::Media::IScreenCaptureService>(serverTemp); in Create()