Searched refs:defaultFileName (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 214 …std::string title, int mode, std::string defaultFileName, std::vector<std::string> acceptType, boo… in FileSelectorParam() argument 215 …: title_(title), mode_(mode), defaultFileName_(defaultFileName), acceptType_(acceptType), isCaptur… in FileSelectorParam()
|
H A D | web_delegate_cross.cpp | 1434 auto defaultFileName = webFileChooser->GetDefaultFileName(); in OnShowFileChooser() local 1437 …auto param = AceType::MakeRefPtr<FileSelectorParam>(title, mode, defaultFileName, acceptType, isCa… in OnShowFileChooser()
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTest/ |
H A D | oppRecvScenarioTest.ets | 254 fileName: string = 'defaultFileName'
|