Home
last modified time | relevance | path

Searched defs:onStateChange (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavrouter_model_ng.cpp39 void NavRouterModelNG::SetOnStateChange(std::function<void(bool isActivated)>&& onStateChange) in SetOnStateChange()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navrouter.cpp86 …auto onStateChange = [execCtx = info.GetExecutionContext(), func = std::move(onStateChangeCallback… in SetOnStateChange() local
Djs_refresh.cpp171 …auto onStateChange = [execCtx = args.GetExecutionContext(), func = std::move(jsFunc)](const int32_… in OnStateChange() local
/foundation/arkui/ace_engine/frameworks/core/components/popup/
Dpopup_component_v2.h51 void SetOnStateChange(const EventMarker& onStateChange) in SetOnStateChange()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dpopup_param.h237 void SetOnStateChange(StateChangeFunc&& onStateChange) in SetOnStateChange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/bubble/
Dbubble_test_ng.cpp361 auto onStateChange = [&stateChange](const std::string& change) { stateChange = change; }; in __anon9f4870bf0302() variable