Searched refs:hostElementId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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() argument 88 return jsThirdProviderOperator_[hostElementId]; in GetJsThirdProviderInteractionOperation() 92 int64_t hostElementId, 101 const int64_t hostElementId, 106 const int64_t hostElementId,
|
H A D | js_third_accessibility_hover_ng.cpp | 52 int64_t hostElementId) in GetElementInfoForThird() argument 55 GetJsThirdProviderInteractionOperation(hostElementId).lock(); in GetElementInfoForThird() 59 hostElementId); in GetElementInfoForThird() 162 const int64_t hostElementId, in HoverPathForThirdRecursive() argument 204 const int64_t hostElementId, in HoverPathForThird() argument 211 hostElementId, point, rootInfo, path, hostOffset); in HoverPathForThird() 252 config.hostElementId).lock(); in HandleAccessibilityHoverForThird() 319 int64_t hostElementId, in RegisterJsThirdProviderInteractionOperation() argument 326 int64_t hostElementId) in DeregisterJsThirdProviderInteractionOperation() argument 328 jsThirdProviderOperator_.erase(hostElementId); in DeregisterJsThirdProviderInteractionOperation() [all …]
|
H A D | js_accessibility_manager.h | 249 int64_t hostElementId,
|
H A D | js_accessibility_manager.cpp | 6070 config.hostElementId = frameNode->GetAccessibilityId(); in TransferThirdProviderHoverEvent() 6081 int64_t hostElementId, in OnDumpChildInfoForThird() argument 6085 return OnDumpChildInfoForThirdRecursive(hostElementId, params, info, WeakClaim(this)); in OnDumpChildInfoForThird()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager.h | 247 … int64_t hostElementId, const std::vector<std::string> ¶ms, std::vector<std::string> &info) in OnDumpChildInfoForThird() argument
|