Home
last modified time | relevance | path

Searched refs:SetOnBreakpointChange (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_model_ng.cpp63 eventHub->SetOnBreakpointChange(std::move(onChange)); in SetOnBreakPointChange()
110 eventHub->SetOnBreakpointChange(std::move(onBreakPointChange)); in SetOnBreakPointChange()
H A Dgrid_row_event_hub.h30 void SetOnBreakpointChange(ChangeEvent&& changeEvent) in DECLARE_ACE_TYPE()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_row_bridge.h34 static ArkUINativeModuleValue SetOnBreakpointChange(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_row_bridge.cpp304 ArkUINativeModuleValue GridRowBridge::SetOnBreakpointChange(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnBreakpointChange() function in OHOS::Ace::NG::GridRowBridge
H A Darkts_native_api_impl_bridge.cpp1752 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridRowBridge::SetOnBreakpointChange)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_row_modifier.cpp178 void SetOnBreakpointChange(ArkUINodeHandle node, void* callback) in SetOnBreakpointChange() function
202 SetOnBreakpointChange, ResetOnBreakpointChange }; in GetGridRowModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp1534 …eventHub->SetOnBreakpointChange([&eventTriggerFlag, expectSize = std::string("lg")](const std::str… in __anon0238344b0302()