Lines Matching defs:clientName

44 AccessibleAbilityChannel::AccessibleAbilityChannel(const int32_t accountId, const std::string &clientName)
45 : clientName_(clientName), accountId_(accountId)
68 std::string clientName = clientName_;
71 eventHandler_->PostTask([accountId, clientName, syncPromise, windowId, elementId, treeId, requestId,
73 HILOG_DEBUG("search element accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
75 RetError ret = GetElementOperator(accountId, windowId, FOCUS_TYPE_INVALID, clientName,
128 std::string clientName = clientName_;
131 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId, elementId, treeId, text,
133 HILOG_DEBUG("accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
136 clientName, elementOperator, treeId);
183 std::string clientName = clientName_;
184 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId, elementId, treeId,
186 HILOG_DEBUG("accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
189 clientName, elementOperator, treeId);
235 std::string clientName = clientName_;
236 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId,
238 HILOG_DEBUG("accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
241 clientName, elementOperator, treeId);
352 std::string clientName = clientName_;
353 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId, elementId, treeId, action,
356 RetError ret = GetElementOperator(accountId, accessibilityWindowId, FOCUS_TYPE_INVALID, clientName,
403 std::string clientName = clientName_;
407 eventHandler_->PostTask([accountId, clientName, windowId, tmpWindowInfo, syncPromise]() {
409 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
469 std::string clientName = clientName_;
471 eventHandler_->PostTask([accountId, clientName, displayId, tmpWindows, syncPromise]() {
473 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
522 std::string clientName = clientName_;
523 eventHandler_->PostTask([accountId, clientName, handled, sequence]() {
530 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
554 std::string clientName = clientName_;
555 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId, elementId, treeId,
557 HILOG_DEBUG("accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
559 RetError ret = GetElementOperator(accountId, accessibilityWindowId, FOCUS_TYPE_INVALID, clientName,
594 std::string clientName = clientName_;
597 eventHandler_->PostTask([accountId, clientName, gesturePath, syncPromise]() {
599 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
641 std::string clientName = clientName_;
644 eventHandler_->PostTask([accountId, clientName, targetBundleNames, syncPromise]() {
646 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
666 int32_t accountId, const std::string &clientName)
676 HILOG_DEBUG("accountId[%{public}d] clientName[%{public}s]", accountId, clientName.c_str());
677 return accountData->GetAccessibleAbilityConnection(clientName);
681 int32_t accountId, int32_t windowId, int32_t focusType, const std::string &clientName,
686 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);