Home
last modified time | relevance | path

Searched refs:CHECK_NULL_RETURN (Results 1 - 25 of 1069) sorted by relevance

12345678910>>...43

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp99 CHECK_NULL_RETURN(elementInfo, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetElementId()
107 CHECK_NULL_RETURN(elementInfo, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetParentId()
115 CHECK_NULL_RETURN(elementInfo, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetComponentType()
116 CHECK_NULL_RETURN(componentType, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetComponentType()
124 CHECK_NULL_RETURN(elementInfo, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetContents()
125 CHECK_NULL_RETURN(contents, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetContents()
133 CHECK_NULL_RETURN(elementInfo, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetHintText()
134 CHECK_NULL_RETURN(hintText, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetHintText()
142 CHECK_NULL_RETURN(elementInfo, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetAccessibilityText()
143 CHECK_NULL_RETURN(accessibilityTex in OH_ArkUI_AccessibilityElementInfoSetAccessibilityText()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.cpp25 CHECK_NULL_RETURN(frameNode, Infinity<uint32_t>()); in GetTextLengthLimit()
27 CHECK_NULL_RETURN(textFieldPattern, Infinity<uint32_t>()); in GetTextLengthLimit()
34 CHECK_NULL_RETURN(frameNode, false); in IsPassword()
36 CHECK_NULL_RETURN(textFieldPattern, false); in IsPassword()
37 CHECK_NULL_RETURN(textFieldPattern->IsInPasswordMode(), false); in IsPassword()
40 CHECK_NULL_RETURN(passwordArea, false); in IsPassword()
48 CHECK_NULL_RETURN(frameNode, ret); in GetTextInputType()
50 CHECK_NULL_RETURN(textFieldLayoutProperty, ret); in GetTextInputType()
92 CHECK_NULL_RETURN(frameNode, false); in IsMultiLine()
94 CHECK_NULL_RETURN(textFieldPatter in IsMultiLine()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp210 CHECK_NULL_RETURN(node, ARKUI_ERROR_CODE_PARAM_INVALID); in OH_ArkUI_GetNavigationId()
211 CHECK_NULL_RETURN(buffer, ARKUI_ERROR_CODE_PARAM_INVALID); in OH_ArkUI_GetNavigationId()
212 CHECK_NULL_RETURN(writeLength, ARKUI_ERROR_CODE_PARAM_INVALID); in OH_ArkUI_GetNavigationId()
214 CHECK_NULL_RETURN(fullImpl, ARKUI_ERROR_CODE_GET_INFO_FAILED); in OH_ArkUI_GetNavigationId()
216 CHECK_NULL_RETURN(navigationAPI, ARKUI_ERROR_CODE_GET_INFO_FAILED); in OH_ArkUI_GetNavigationId()
225 CHECK_NULL_RETURN(node, ARKUI_ERROR_CODE_PARAM_INVALID); in OH_ArkUI_GetNavDestinationName()
226 CHECK_NULL_RETURN(buffer, ARKUI_ERROR_CODE_PARAM_INVALID); in OH_ArkUI_GetNavDestinationName()
227 CHECK_NULL_RETURN(writeLength, ARKUI_ERROR_CODE_PARAM_INVALID); in OH_ArkUI_GetNavDestinationName()
229 CHECK_NULL_RETURN(fullImpl, ARKUI_ERROR_CODE_GET_INFO_FAILED); in OH_ArkUI_GetNavDestinationName()
231 CHECK_NULL_RETURN(navigationAP in OH_ArkUI_GetNavDestinationName()
[all...]
H A Dnode_adapter_impl.cpp29 CHECK_NULL_RETURN(fullImpl, nullptr); in OH_ArkUI_NodeAdapter_Create()
44 CHECK_NULL_RETURN(handle, OHOS::Ace::ERROR_CODE_PARAM_INVALID); in OH_ArkUI_NodeAdapter_SetTotalNodeCount()
46 CHECK_NULL_RETURN(fullImpl, OHOS::Ace::ERROR_CODE_NATIVE_IMPL_LIBRARY_NOT_FOUND); in OH_ArkUI_NodeAdapter_SetTotalNodeCount()
52 CHECK_NULL_RETURN(handle, OHOS::Ace::ERROR_CODE_PARAM_INVALID); in OH_ArkUI_NodeAdapter_GetTotalNodeCount()
54 CHECK_NULL_RETURN(fullImpl, OHOS::Ace::ERROR_CODE_NATIVE_IMPL_LIBRARY_NOT_FOUND); in OH_ArkUI_NodeAdapter_GetTotalNodeCount()
62 CHECK_NULL_RETURN(handle, OHOS::Ace::ERROR_CODE_PARAM_INVALID); in OH_ArkUI_NodeAdapter_RegisterEventReceiver()
64 CHECK_NULL_RETURN(fullImpl, OHOS::Ace::ERROR_CODE_NATIVE_IMPL_LIBRARY_NOT_FOUND); in OH_ArkUI_NodeAdapter_RegisterEventReceiver()
79 CHECK_NULL_RETURN(handle, OHOS::Ace::ERROR_CODE_PARAM_INVALID); in OH_ArkUI_NodeAdapter_ReloadAllItems()
81 CHECK_NULL_RETURN(fullImpl, OHOS::Ace::ERROR_CODE_NATIVE_IMPL_LIBRARY_NOT_FOUND); in OH_ArkUI_NodeAdapter_ReloadAllItems()
88 CHECK_NULL_RETURN(handl in OH_ArkUI_NodeAdapter_ReloadItem()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp44 CHECK_NULL_RETURN(frameSchedHandle_, false); in LoadLibrary()
46 CHECK_NULL_RETURN(frameInitFunc_, false); in LoadLibrary()
48 CHECK_NULL_RETURN(frameGetEnableFunc_, false); in LoadLibrary()
50 CHECK_NULL_RETURN(beginFlushAnimationFunc_, false); in LoadLibrary()
52 CHECK_NULL_RETURN(endFlushAnimationFunc_, false); in LoadLibrary()
54 CHECK_NULL_RETURN(beginFlushBuildFunc_, false); in LoadLibrary()
56 CHECK_NULL_RETURN(endFlushBuildFunc_, false); in LoadLibrary()
58 CHECK_NULL_RETURN(beginFlushLayoutFunc_, false); in LoadLibrary()
60 CHECK_NULL_RETURN(endFlushLayoutFunc_, false); in LoadLibrary()
62 CHECK_NULL_RETURN(beginFlushRenderFunc in LoadLibrary()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_accessibility_property.cpp24 CHECK_NULL_RETURN(swiper, -1); in GetCurrentIndex()
26 CHECK_NULL_RETURN(swiperAccessibilityProperty, -1); in GetCurrentIndex()
33 CHECK_NULL_RETURN(swiper, -1); in GetBeginIndex()
35 CHECK_NULL_RETURN(swiperAccessibilityProperty, -1); in GetBeginIndex()
42 CHECK_NULL_RETURN(swiper, -1); in GetEndIndex()
44 CHECK_NULL_RETURN(swiperAccessibilityProperty, -1); in GetEndIndex()
51 CHECK_NULL_RETURN(swiper, -1); in GetCollectionItemCounts()
53 CHECK_NULL_RETURN(swiperPattern, -1); in GetCollectionItemCounts()
60 CHECK_NULL_RETURN(swiper, ""); in GetAccessibilityText()
62 CHECK_NULL_RETURN(swiperAccessibilityPropert in GetAccessibilityText()
[all...]
H A Dindicator_accessibility.cpp22 CHECK_NULL_RETURN(indicatorPattern, -1); in GetCurrentIndex()
29 CHECK_NULL_RETURN(indicatorPattern, -1); in GetBeginIndex()
36 CHECK_NULL_RETURN(indicatorPattern, -1); in GetEndIndex()
43 CHECK_NULL_RETURN(indicatorPattern, -1); in GetCollectionItemCounts()
50 CHECK_NULL_RETURN(frameNode, ""); in GetAccessibilityText()
52 CHECK_NULL_RETURN(indicatorAccessibilityProperty, ""); in GetAccessibilityText()
60 CHECK_NULL_RETURN(frameNode, result); in GetAccessibilityValue()
62 CHECK_NULL_RETURN(indicatorAccessibilityProperty, result); in GetAccessibilityValue()
69 CHECK_NULL_RETURN(indicatorPattern, nullptr); in GetSwiperNode()
76 CHECK_NULL_RETURN(frameNod in GetIndicatorPattern()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_accessibility_property.cpp25 CHECK_NULL_RETURN(frameNode, -1); in GetCurrentIndex()
27 CHECK_NULL_RETURN(stepperPattern, -1); in GetCurrentIndex()
30 CHECK_NULL_RETURN(swiperNode, -1); in GetCurrentIndex()
32 CHECK_NULL_RETURN(swiperPattern, -1); in GetCurrentIndex()
39 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
42 CHECK_NULL_RETURN(swiperNode, -1); in GetBeginIndex()
44 CHECK_NULL_RETURN(swiperPattern, -1); in GetBeginIndex()
51 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
54 CHECK_NULL_RETURN(swiperNode, -1); in GetEndIndex()
56 CHECK_NULL_RETURN(swiperPatter in GetEndIndex()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_accessibility_property.cpp24 CHECK_NULL_RETURN(frameNode, false); in IsScrollable()
26 CHECK_NULL_RETURN(gridPattern, false); in IsScrollable()
33 CHECK_NULL_RETURN(frameNode, false); in IsEditable()
35 CHECK_NULL_RETURN(gridLayoutProperty, false); in IsEditable()
42 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
44 CHECK_NULL_RETURN(gridPattern, -1); in GetBeginIndex()
52 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
54 CHECK_NULL_RETURN(gridPattern, -1); in GetEndIndex()
62 CHECK_NULL_RETURN(frameNode, 0); in GetCollectionItemCounts()
64 CHECK_NULL_RETURN(gridPatter in GetCollectionItemCounts()
[all...]
H A Dgrid_item_accessibility_property.cpp24 CHECK_NULL_RETURN(frameNode, false); in IsSelected()
26 CHECK_NULL_RETURN(gridItemPattern, false); in IsSelected()
34 CHECK_NULL_RETURN(frameNode, aceCollectionItemInfo); in GetCollectionItemInfo()
36 CHECK_NULL_RETURN(gridItemPattern, aceCollectionItemInfo); in GetCollectionItemInfo()
38 CHECK_NULL_RETURN(gridItemLayoutProperty, aceCollectionItemInfo); in GetCollectionItemInfo()
40 CHECK_NULL_RETURN(uiNode, aceCollectionItemInfo); in GetCollectionItemInfo()
43 CHECK_NULL_RETURN(uiNode, aceCollectionItemInfo); in GetCollectionItemInfo()
46 CHECK_NULL_RETURN(gridNode, aceCollectionItemInfo); in GetCollectionItemInfo()
48 CHECK_NULL_RETURN(gridPattern, aceCollectionItemInfo); in GetCollectionItemInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_accessibility_property.cpp24 CHECK_NULL_RETURN(frameNode, -1); in GetCurrentIndex()
26 CHECK_NULL_RETURN(selectPattern, -1); in GetCurrentIndex()
33 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
35 CHECK_NULL_RETURN(selectPattern, -1); in GetBeginIndex()
46 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
48 CHECK_NULL_RETURN(selectPattern, -1); in GetEndIndex()
59 CHECK_NULL_RETURN(frameNode, ""); in GetText()
61 CHECK_NULL_RETURN(selectPattern, ""); in GetText()
68 CHECK_NULL_RETURN(frameNode, -1); in GetCollectionItemCounts()
70 CHECK_NULL_RETURN(selectPatter in GetCollectionItemCounts()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp98 CHECK_NULL_RETURN(container, false); in RunPa()
101 CHECK_NULL_RETURN(aceContainer, false); in RunPa()
103 CHECK_NULL_RETURN(paBackend, false); in RunPa()
112 CHECK_NULL_RETURN(container, false); in OnCreate()
114 CHECK_NULL_RETURN(aceContainer, false); in OnCreate()
116 CHECK_NULL_RETURN(paBackend, false); in OnCreate()
125 CHECK_NULL_RETURN(container, false); in OnDelete()
127 CHECK_NULL_RETURN(aceContainer, false); in OnDelete()
129 CHECK_NULL_RETURN(paBackend, false); in OnDelete()
138 CHECK_NULL_RETURN(containe in OnTriggerEvent()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_accessibility_property.cpp24 CHECK_NULL_RETURN(frameNode, ""); in GetText()
26 CHECK_NULL_RETURN(textPickerColumnPattern, ""); in GetText()
33 CHECK_NULL_RETURN(frameNode, -1); in GetCurrentIndex()
35 CHECK_NULL_RETURN(textPickerColumnPattern, -1); in GetCurrentIndex()
42 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
44 CHECK_NULL_RETURN(textPickerColumnPattern, -1); in GetBeginIndex()
62 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
64 CHECK_NULL_RETURN(textPickerColumnPattern, -1); in GetEndIndex()
82 CHECK_NULL_RETURN(frameNode, result); in GetAccessibilityValue()
84 CHECK_NULL_RETURN(textPickerColumnPatter in GetAccessibilityValue()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_accessibility_property.cpp31 CHECK_NULL_RETURN(frameNode, 0); in GetCollectionItemCounts()
33 CHECK_NULL_RETURN(pattern, 0); in GetCollectionItemCounts()
45 CHECK_NULL_RETURN(frameNode, -1); in GetCurrentIndex()
47 CHECK_NULL_RETURN(pattern, -1); in GetCurrentIndex()
54 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
56 CHECK_NULL_RETURN(pattern, -1); in GetEndIndex()
72 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
74 CHECK_NULL_RETURN(pattern, -1); in GetBeginIndex()
91 CHECK_NULL_RETURN(frameNode, ""); in GetText()
93 CHECK_NULL_RETURN(blendNod in GetText()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_accessibility_property.cpp26 CHECK_NULL_RETURN(frameNode, false); in IsScrollable()
28 CHECK_NULL_RETURN(pattern, false); in IsScrollable()
35 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
37 CHECK_NULL_RETURN(pattern, -1); in GetBeginIndex()
44 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
46 CHECK_NULL_RETURN(pattern, -1); in GetEndIndex()
53 CHECK_NULL_RETURN(frameNode, 0); in GetCollectionItemCounts()
55 CHECK_NULL_RETURN(pattern, 0); in GetCollectionItemCounts()
63 CHECK_NULL_RETURN(frameNode, aceCollectionInfo); in GetCollectionInfo()
65 CHECK_NULL_RETURN(patter in GetCollectionInfo()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_accessibility_property.cpp24 CHECK_NULL_RETURN(frameNode, -1); in GetCurrentIndex()
26 CHECK_NULL_RETURN(swiperPattern, -1); in GetCurrentIndex()
33 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
35 CHECK_NULL_RETURN(swiperPattern, -1); in GetBeginIndex()
42 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
44 CHECK_NULL_RETURN(swiperPattern, -1); in GetEndIndex()
52 CHECK_NULL_RETURN(frameNode, result); in GetAccessibilityValue()
54 CHECK_NULL_RETURN(swiperPattern, result); in GetAccessibilityValue()
65 CHECK_NULL_RETURN(frameNode, false); in IsScrollable()
67 CHECK_NULL_RETURN(swiperPatter in IsScrollable()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.cpp87 CHECK_NULL_RETURN(frameNode, nullptr); in createTextNode()
95 CHECK_NULL_RETURN(frameNode, nullptr); in createSymbolNode()
103 CHECK_NULL_RETURN(spanNode, nullptr); in createSpanNode()
111 CHECK_NULL_RETURN(imageSpanNode, nullptr); in createImageSpanNode()
120 CHECK_NULL_RETURN(frameNode, nullptr); in createImageNode()
128 CHECK_NULL_RETURN(frameNode, nullptr); in createToggleNode()
136 CHECK_NULL_RETURN(toggleParams, nullptr); in createToggleNodeWithParams()
145 CHECK_NULL_RETURN(frameNode, nullptr); in createLoadingProgress()
153 CHECK_NULL_RETURN(frameNode, nullptr); in createTextInputNode()
161 CHECK_NULL_RETURN(frameNod in createStackNode()
[all...]
/foundation/arkui/ace_engine/frameworks/base/json/
H A Dnode_object.cpp54 CHECK_NULL_RETURN(uobject_, false); in Contains()
60 CHECK_NULL_RETURN(uobject_, false); in GetBool()
69 CHECK_NULL_RETURN(uobject_, 0); in GetInt()
78 CHECK_NULL_RETURN(uobject_, 0); in GetUInt()
87 CHECK_NULL_RETURN(uobject_, 0); in GetInt64()
96 CHECK_NULL_RETURN(uobject_, 0); in GetDouble()
105 CHECK_NULL_RETURN(uobject_, ""); in GetString()
114 CHECK_NULL_RETURN(uobject_, std::make_unique<NodeObject>()); in GetValue()
130 CHECK_NULL_RETURN(uobject_, false); in Put()
141 CHECK_NULL_RETURN(uobject in Put()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_accessibility_property.cpp24 CHECK_NULL_RETURN(frameNode, false); in IsScrollable()
26 CHECK_NULL_RETURN(listPattern, false); in IsScrollable()
33 CHECK_NULL_RETURN(frameNode, -1); in GetBeginIndex()
35 CHECK_NULL_RETURN(listPattern, -1); in GetBeginIndex()
42 CHECK_NULL_RETURN(frameNode, -1); in GetEndIndex()
44 CHECK_NULL_RETURN(listPattern, -1); in GetEndIndex()
51 CHECK_NULL_RETURN(frameNode, -1); in GetCollectionItemCounts()
53 CHECK_NULL_RETURN(listPattern, -1); in GetCollectionItemCounts()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_accessibility_property.cpp25 CHECK_NULL_RETURN(frameNode, accessibilityValue); in GetAccessibilityValue()
27 CHECK_NULL_RETURN(ratingLayoutProperty, accessibilityValue); in GetAccessibilityValue()
30 CHECK_NULL_RETURN(ratingRenderProperty, accessibilityValue); in GetAccessibilityValue()
39 CHECK_NULL_RETURN(frameNode, ""); in GetText()
41 CHECK_NULL_RETURN(ratingRenderProperty, ""); in GetText()
48 CHECK_NULL_RETURN(frameNode, false); in IsEditable()
50 CHECK_NULL_RETURN(ratingLayoutProperty, false); in IsEditable()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcombination_isscrollable.cpp34 CHECK_NULL_RETURN(pattern_, false); in IsComponentExist()
54 CHECK_NULL_RETURN(swiperPattern, false); in IsComponentScrollable()
56 CHECK_NULL_RETURN(swiperLayoutProperty, false); in IsComponentScrollable()
65 CHECK_NULL_RETURN(swiperFrameNode, false); in IsComponentScrollable()
68 CHECK_NULL_RETURN(swiperNode, false); in IsComponentScrollable()
70 CHECK_NULL_RETURN(swiperPattern, false); in IsComponentScrollable()
72 CHECK_NULL_RETURN(swiperLayoutProperty, false); in IsComponentScrollable()
78 CHECK_NULL_RETURN(tabBarPattern, false); in IsComponentScrollable()
80 CHECK_NULL_RETURN(tabBarLayoutProperty, false); in IsComponentScrollable()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_accessibility_property.cpp29 CHECK_NULL_RETURN(frameNode, 0); in GetCollectionItemCounts()
31 CHECK_NULL_RETURN(tabsFrameNode, false); in GetCollectionItemCounts()
33 CHECK_NULL_RETURN(swiperFrameNode, false); in GetCollectionItemCounts()
35 CHECK_NULL_RETURN(swiperPattern, false); in GetCollectionItemCounts()
42 CHECK_NULL_RETURN(frameNode, false); in IsScrollable()
44 CHECK_NULL_RETURN(tabBarPattern, false); in IsScrollable()
46 CHECK_NULL_RETURN(tabBarLayoutProperty, false); in IsScrollable()
66 CHECK_NULL_RETURN(frameNode, -1); in GetCurrentIndex()
68 CHECK_NULL_RETURN(tabBarPattern, -1); in GetCurrentIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_accessibility_property.cpp33 CHECK_NULL_RETURN(frameNode, false); in IsChecked()
35 CHECK_NULL_RETURN(paintProperty, false); in IsChecked()
46 CHECK_NULL_RETURN(frameNode, ""); in GetText()
55 CHECK_NULL_RETURN(frameNode, 0); in GetCollectionItemCounts()
57 CHECK_NULL_RETURN(checkBoxGroupPattern, 0); in GetCollectionItemCounts()
59 CHECK_NULL_RETURN(groupManager, 0); in GetCollectionItemCounts()
61 CHECK_NULL_RETURN(checkBoxGroupEventHub, 0); in GetCollectionItemCounts()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_animator_model_ng_build_impl.cpp31 CHECK_NULL_RETURN(pluginContainer, nullptr); in GetCurrentPage()
33 CHECK_NULL_RETURN(pageNode, nullptr); in GetCurrentPage()
38 CHECK_NULL_RETURN(container, nullptr); in GetCurrentPage()
40 CHECK_NULL_RETURN(frontEnd, nullptr); in GetCurrentPage()
42 CHECK_NULL_RETURN(pageRouterManager, nullptr); in GetCurrentPage()
44 CHECK_NULL_RETURN(pageNode, nullptr); in GetCurrentPage()
66 CHECK_NULL_RETURN(page, nullptr); in GetAnimatorInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.cpp24 CHECK_NULL_RETURN(frameNode, 0); in GetCollectionItemCounts()
26 CHECK_NULL_RETURN(layoutProperty, 0); in GetCollectionItemCounts()
38 CHECK_NULL_RETURN(frameNode, -1); in GetCurrentIndex()
40 CHECK_NULL_RETURN(pattern, -1); in GetCurrentIndex()
52 CHECK_NULL_RETURN(frameNode, ""); in GetText()
54 CHECK_NULL_RETURN(layoutProperty, ""); in GetText()

Completed in 10 milliseconds

12345678910>>...43