Home
last modified time | relevance | path

Searched refs:onFileSelectorShowImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp111 auto onFileSelectorShowImpl = [](const BaseEventInfo* info) -> bool { return true; }; in __anoncfa545011502() variable
112 webModelNG.SetOnFileSelectorShow(onFileSelectorShowImpl);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h809 void SetOnFileSelectorShow(OnFileSelectorShowImpl&& onFileSelectorShowImpl) in SetOnFileSelectorShow() argument
811 if (onFileSelectorShowImpl == nullptr) { in SetOnFileSelectorShow()
815 onFileSelectorShowImpl_ = onFileSelectorShowImpl; in SetOnFileSelectorShow()