Lines Matching refs:accountId
44 AccessibleAbilityChannel::AccessibleAbilityChannel(const int32_t accountId, const std::string &clientName)
45 : clientName_(clientName), accountId_(accountId)
67 int32_t accountId = accountId_;
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,
127 int32_t accountId = accountId_;
131 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId, elementId, treeId, text,
133 HILOG_DEBUG("accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
135 RetError ret = GetElementOperator(accountId, accessibilityWindowId, FOCUS_TYPE_INVALID,
182 int32_t accountId = accountId_;
184 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId, elementId, treeId,
186 HILOG_DEBUG("accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
188 RetError ret = GetElementOperator(accountId, accessibilityWindowId, focusType,
234 int32_t accountId = accountId_;
236 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId,
238 HILOG_DEBUG("accountId[%{public}d], name[%{public}s]", accountId, clientName.c_str());
240 RetError ret = GetElementOperator(accountId, accessibilityWindowId, FOCUS_TYPE_INVALID,
351 int32_t accountId = accountId_;
353 eventHandler_->PostTask([accountId, clientName, syncPromise, accessibilityWindowId, elementId, treeId, action,
356 RetError ret = GetElementOperator(accountId, accessibilityWindowId, FOCUS_TYPE_INVALID, clientName,
402 int32_t accountId = accountId_;
407 eventHandler_->PostTask([accountId, clientName, windowId, tmpWindowInfo, syncPromise]() {
409 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
468 int32_t accountId = accountId_;
471 eventHandler_->PostTask([accountId, clientName, displayId, tmpWindows, syncPromise]() {
473 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
521 int32_t accountId = accountId_;
523 eventHandler_->PostTask([accountId, clientName, handled, sequence]() {
530 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
553 int32_t accountId = accountId_;
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,
593 int32_t accountId = accountId_;
597 eventHandler_->PostTask([accountId, clientName, gesturePath, syncPromise]() {
599 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
640 int32_t accountId = accountId_;
644 eventHandler_->PostTask([accountId, clientName, targetBundleNames, syncPromise]() {
646 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
666 int32_t accountId, const std::string &clientName)
670 Singleton<AccessibleAbilityManagerService>::GetInstance().GetAccountData(accountId);
676 HILOG_DEBUG("accountId[%{public}d] clientName[%{public}s]", accountId, clientName.c_str());
681 int32_t accountId, int32_t windowId, int32_t focusType, const std::string &clientName,
686 sptr<AccessibleAbilityConnection> clientConnection = GetConnection(accountId, clientName);
697 Singleton<AccessibleAbilityManagerService>::GetInstance().GetAccountData(accountId);