Home
last modified time | relevance | path

Searched refs:GetComponentType (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/update/updater/services/ui/view/component/
H A Dcomponent_common.h36 virtual const char *GetComponentType() = 0;
45 const char *GetComponentType() override in GetComponentType() function
/ohos5.0/base/update/updater/services/ui/view/page/
H A Dview_proxy.h56 if (std::string(dummy.GetComponentType()) != view_->GetComponentType()) { in As()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_factory.h109 uint16_t id = ComponentUtils::GetComponentType(options); in CreateComponent()
156 uint16_t id = ComponentUtils::GetComponentType(options); in CreateComponent()
H A Dcomponent_utils.h43 static uint16_t GetComponentType(jerry_value_t options);
H A Dcomponent_utils.cpp68 uint16_t ComponentUtils::GetComponentType(jerry_value_t options) in GetComponentType() function in OHOS::ACELite::ComponentUtils
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp217 ArkWebString ArkWebAccessibilityNodeInfoImpl::GetComponentType() in GetComponentType() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
219 return ArkWebStringClassToStruct(nweb_accessibility_node_info_->GetComponentType()); in GetComponentType()
H A Dark_web_accessibility_node_info_impl.h109 ArkWebString GetComponentType() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp237 std::string ArkWebAccessibilityNodeInfoWrapper::GetComponentType() in GetComponentType() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
239 ArkWebString stComponentType = ark_web_accessibility_node_info_->GetComponentType(); in GetComponentType()
H A Dark_web_accessibility_node_info_wrapper.h106 std::string GetComponentType() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h143 virtual ArkWebString GetComponentType() = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation.cpp57 printStr.append(", componentType: ").append(info.GetComponentType()); in LogAccessibilityElementInfo()
87 printStr.append(", componentType: ").append(info.GetComponentType()); in LogAccessibilityEventInfo()
698 accessibilityEventInfo.SetComponentType(elementInfo.GetComponentType()); in GetAccessibilityEventInfoFromNativeEvent()
747 … eventInfo.GetComponentType().c_str(), eventInfo.GetEventType(), eventInfo.GetAccessibilityId()); in SendAccessibilitySyncEventToService()
H A Djs_third_accessibility_hover_ng.cpp116 nodeInfo.GetComponentType()) == true) { in IsAccessibilityFocusable()
417 DumpLog::GetInstance().Print(0, info.GetComponentType(), info.GetChildCount()); in DumpPropertyForThird()
H A Djs_third_provider_interaction_operation_utils.h30 accessibilityElementInfo.SetComponentType(nativeInfo.GetComponentType()); in TransformAccessbilityElementInfo()
H A Djs_accessibility_manager.cpp509 if (V2::ROOT_ETS_TAG == info.GetComponentType()) { in ConvertExtensionAccessibilityId()
1123 eventInfo.SetComponentType(elementInfo.GetComponentType()); in FillWebEventInfo()
1405 if (nodeInfo.GetComponentType() == "FormComponent") { in UpdateAccessibilityElementInfo()
1736 nodeInfo.SetComponentType(node->GetComponentType()); in UpdateWebAccessibilityElementInfo()
1850 if (parentInfo.GetComponentType() == V2::ISOLATED_COMPONENT_ETS_TAG) { in SearchExtensionElementInfoNG()
2334 DumpLog::GetInstance().AddDesc("component type: ", nodeInfo.GetComponentType()); in DumpCommonPropertyNG()
2516 … eventInfo.GetComponentType().c_str(), eventInfo.GetEventType(), eventInfo.GetAccessibilityId()); in SendAccessibilitySyncEvent()
3208 … 0, extensionElementInfo.GetComponentType(), extensionElementInfo.GetChildCount()); in DumpPropertyNG()
3237 DumpLog::GetInstance().Print(0, nodeInfo.GetComponentType(), nodeInfo.GetChildCount()); in DumpPropertyNG()
3934 (infos.front().GetComponentType() != V2::ROOT_ETS_TAG) && in SearchElementInfoByAccessibilityIdNG()
[all …]
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_accessibility_node_info.h105 virtual std::string GetComponentType() = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp73 nativeInfo.SetComponentType(accessibilityElementInfo.GetComponentType()); in FillNativeAccessibilityElementInfoPart()
259 EXPECT_EQ(beforeInfo.GetComponentType(), afterInfo.GetComponentType()); in CheckTransformElementInfoResultPart()
H A Dnative_interface_accessibility_test.cpp118 &afterInfo, beforeInfo.GetComponentType()); in FillNativeAccessibilityElementInfoPart()
301 EXPECT_EQ(beforeInfo.GetComponentType(), afterInfo.GetComponentType()); in CheckTransformElementInfoResultPart()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h151 const std::string &GetComponentType() const;
H A Daccessibility_element_info.h1039 const std::string &GetComponentType() const;
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp165 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, GetComponentType()); in Marshalling()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp91 const std::string &AccessibilityMemo::GetComponentType() const in GetComponentType() function in OHOS::Accessibility::AccessibilityMemo
H A Daccessibility_element_info.cpp419 const std::string &AccessibilityElementInfo::GetComponentType() const in GetComponentType() function in OHOS::Accessibility::AccessibilityElementInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h345 std::string GetComponentType() const in GetComponentType() function
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp360 EXPECT_EQ(eventInfo_->GetComponentType(), componentType);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_extension.cpp313 elementInfo->SetComponentType(eventInfo.GetComponentType()); in CreateElementInfoByEventInfo()

12