/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_column_bridge.h | 29 static ArkUINativeModuleValue ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_row_bridge.h | 29 static ArkUINativeModuleValue ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_select_bridge.h | 38 static ArkUINativeModuleValue ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.h | 76 static ArkUINativeModuleValue ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_column_bridge.cpp | 110 ArkUINativeModuleValue ColumnBridge::ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSpace() function in OHOS::Ace::NG::ColumnBridge
|
H A D | arkts_native_row_bridge.cpp | 106 ArkUINativeModuleValue RowBridge::ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSpace() function in OHOS::Ace::NG::RowBridge
|
H A D | arkts_native_select_bridge.cpp | 404 ArkUINativeModuleValue SelectBridge::ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSpace() function in OHOS::Ace::NG::SelectBridge
|
H A D | arkts_native_list_bridge.cpp | 891 ArkUINativeModuleValue ListBridge::ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetSpace() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1189 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RowBridge::ResetSpace)); in GetArkUINativeModule() 1723 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ColumnBridge::ResetSpace)); in GetArkUINativeModule() 3015 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::ResetSpace)); in RegisterSelectAttributes() 5029 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::ResetSpace)); in RegisterListAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_property.h | 48 ResetSpace(); in Reset()
|
H A D | list_layout_property.h | 66 ResetSpace(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | select_modifier.cpp | 238 void ResetSpace(ArkUINodeHandle node) in ResetSpace() function 614 …SetMenuAlign, SetFont, SetOptionFont, SetSelectedOptionFont, ResetSpace, ResetValue, ResetSelected, in GetSelectModifier() 630 …SetMenuAlign, SetFont, SetOptionFont, SetSelectedOptionFont, ResetSpace, ResetValue, ResetSelected, in GetCJUISelectModifier()
|