/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.h | 53 int64_t hostElementId = -1; member 73 int64_t hostElementId); 82 int64_t hostElementId, 84 void DeregisterJsThirdProviderInteractionOperation(int64_t hostElementId); 86 int64_t hostElementId) in GetJsThirdProviderInteractionOperation() 88 return jsThirdProviderOperator_[hostElementId]; in GetJsThirdProviderInteractionOperation() 92 int64_t hostElementId, 101 const int64_t hostElementId, 106 const int64_t hostElementId, 85 GetJsThirdProviderInteractionOperation( int64_t hostElementId) GetJsThirdProviderInteractionOperation() argument
|
H A D | js_third_accessibility_hover_ng.cpp | 52 int64_t hostElementId) in GetElementInfoForThird() 55 GetJsThirdProviderInteractionOperation(hostElementId).lock(); in GetElementInfoForThird() 58 "third jsThirdProviderOperator ptr is null, hostElementId %{public}" PRId64, in GetElementInfoForThird() 59 hostElementId); in GetElementInfoForThird() 162 const int64_t hostElementId, in HoverPathForThirdRecursive() 191 if (GetElementInfoForThird(*childId, childInfo, hostElementId) == false) { in HoverPathForThirdRecursive() 195 hostElementId, hoverPoint, childInfo, path, hostOffset)) { in HoverPathForThirdRecursive() 204 const int64_t hostElementId, in HoverPathForThird() 211 hostElementId, point, rootInfo, path, hostOffset); in HoverPathForThird() 232 if (GetElementInfoForThird(-1, rootInfo, config.hostElementId) in HandleAccessibilityHoverForThird() 49 GetElementInfoForThird( int64_t elementId, AccessibilityElementInfo& info, int64_t hostElementId) GetElementInfoForThird() argument 161 HoverPathForThirdRecursive( const int64_t hostElementId, const NG::PointF& hoverPoint, const AccessibilityElementInfo& nodeInfo, AccessibilityHoverTestPathForThird& path, NG::OffsetF hostOffset) HoverPathForThirdRecursive() argument 203 HoverPathForThird( const int64_t hostElementId, const NG::PointF& point, AccessibilityElementInfo& rootInfo, NG::OffsetF hostOffset) HoverPathForThird() argument 318 RegisterJsThirdProviderInteractionOperation( int64_t hostElementId, const std::shared_ptr<JsThirdProviderInteractionOperation>& jsThirdProviderOperator) RegisterJsThirdProviderInteractionOperation() argument 325 DeregisterJsThirdProviderInteractionOperation( int64_t hostElementId) DeregisterJsThirdProviderInteractionOperation() argument 420 OnDumpChildInfoForThirdRecursive( int64_t hostElementId, const std::vector<std::string>& params, std::vector<std::string>& info, const WeakPtr<JsAccessibilityManager>& jsAccessibilityManager) OnDumpChildInfoForThirdRecursive() argument [all...] |
H A D | js_accessibility_manager.h | 251 int64_t hostElementId,
|
H A D | js_accessibility_manager.cpp | 6091 config.hostElementId = frameNode->GetAccessibilityId(); in TransferThirdProviderHoverEvent() 6102 int64_t hostElementId, in OnDumpChildInfoForThird() 6106 return OnDumpChildInfoForThirdRecursive(hostElementId, params, info, WeakClaim(this)); in OnDumpChildInfoForThird() 6101 OnDumpChildInfoForThird( int64_t hostElementId, const std::vector<std::string>& params, std::vector<std::string>& info) OnDumpChildInfoForThird() argument
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager.h | 242 int64_t hostElementId, const std::vector<std::string> ¶ms, std::vector<std::string> &info) in OnDumpChildInfoForThird() 241 OnDumpChildInfoForThird( int64_t hostElementId, const std::vector<std::string> ¶ms, std::vector<std::string> &info) OnDumpChildInfoForThird() argument
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 126 (int64_t hostElementId, const std::vector<std::string>& params, std::vector<std::string>& info), (override));
|