Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp53 if (autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in OnResult()
95 auto oldWindowType = autoFillWindowType_; in HandleReloadInModal()
217 if (isOnResult_ && autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in onDestroy()
266 autoFillWindowType_ = autoFillWindowType; in SetWindowType()
271 return autoFillWindowType_; in GetWindowType()
353 bool isPopup = (autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW); in SendAutoFillFailed()
378 if (autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in CloseUIExtension()
380 } else if (autoFillWindowType_ == AutoFill::AutoFillWindowType::MODAL_WINDOW) { in CloseUIExtension()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_extension_callback.h79 AutoFill::AutoFillWindowType autoFillWindowType_ = AutoFill::AutoFillWindowType::MODAL_WINDOW; variable