Lines Matching refs:channelId
75 static sptr<IAccessibleAbilityChannel> GetChannel(int channelId);
83 static void AddChannel(const int channelId, const sptr<IAccessibleAbilityChannel> &channel);
90 static void RemoveChannel(int channelId);
98 bool GetRoot(int channelId, AccessibilityElementInfo &elementInfo);
105 std::vector<AccessibilityWindowInfo> GetWindows(int channelId);
119 bool SearchElementInfosByAccessibilityId(int channelId,
132 bool SearchElementInfosByText(int channelId, int accessibilityWindowId, int elementId,
146 bool FindFocusedElementInfo(int channelId, int accessibilityWindowId,
159 bool FocusMoveSearch(int channelId, int accessibilityWindowId,
185 bool ExecuteAction(int channelId, int accessibilityWindowId,
236 bool ExecuteCommonAction(const int channelId, const int action);
245 void SetOnKeyPressEventResult(const int channelId, const bool handled, const int sequence);
253 float GetDisplayResizeScale(const int channelId, const int displayId);
261 float GetDisplayResizeCenterX(const int channelId, const int displayId);
269 float GetDisplayResizeCenterY(const int channelId, const int displayId);
277 Rect GetDisplayResizeRect(const int channelId, const int displayId);
286 bool ResetDisplayResize(const int channelId, const int displayId, const bool animate);
298 bool SetDisplayResizeScaleAndCenter(const int channelId, const int displayId, const float scale,
308 void SendSimulateGesture(const int channelId, const int sequenceNum,