Lines Matching defs:connection
411 HILOG_ERROR("There is no client connection");
475 HILOG_ERROR("There is no client connection");
532 HILOG_ERROR("There is no client connection");
601 HILOG_ERROR("There is no client connection");
648 HILOG_ERROR("There is no client connection");
688 HILOG_ERROR("There is no client connection");
703 sptr<AccessibilityWindowConnection> connection = nullptr;
704 connection = accountData->GetAccessibilityWindowConnection(realId);
705 if (connection == nullptr) {
706 HILOG_ERROR("windowId[%{public}d] has no connection", realId);
710 elementOperator = connection->GetProxy();
712 elementOperator = connection->GetCardProxy(treeId);
715 HILOG_ERROR("The proxy of window connection is nullptr");