Home
last modified time | relevance | path

Searched refs:AutoFillWindowType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp107 AutoFill::AutoFillWindowType autoFillWindowType = AutoFill::AutoFillWindowType::MODAL_WINDOW; in HandleRequestExecuteInner()
186 const AutoFill::AutoFillWindowType &autoFillWindowType, in CreateAutoFillExtension()
202 if (autoFillWindowType == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in CreateAutoFillExtension()
207 } else if (autoFillWindowType == AutoFill::AutoFillWindowType::MODAL_WINDOW) { in CreateAutoFillExtension()
239 bool &isSmartAutoFill, AutoFill::AutoFillWindowType &autoFillWindowType) in ConvertAutoFillWindowType()
242 autoFillWindowType = AutoFill::AutoFillWindowType::MODAL_WINDOW; in ConvertAutoFillWindowType()
246 autoFillWindowType = AutoFill::AutoFillWindowType::POPUP_WINDOW; in ConvertAutoFillWindowType()
252 autoFillWindowType = AutoFill::AutoFillWindowType::POPUP_WINDOW; in ConvertAutoFillWindowType()
254 autoFillWindowType = AutoFill::AutoFillWindowType::MODAL_WINDOW; in ConvertAutoFillWindowType()
261 autoFillWindowType = AutoFill::AutoFillWindowType::MODAL_WINDOW; in ConvertAutoFillWindowType()
[all …]
H A Dauto_fill_extension_callback.cpp53 if (autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in OnResult()
108 if (oldWindowType == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in HandleReloadInModal()
147 SetWindowType(AutoFill::AutoFillWindowType::MODAL_WINDOW); in ReloadInModal()
217 if (isOnResult_ && autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in onDestroy()
264 void AutoFillExtensionCallback::SetWindowType(const AutoFill::AutoFillWindowType &autoFillWindowTyp… in SetWindowType()
269 AutoFill::AutoFillWindowType AutoFillExtensionCallback::GetWindowType() const 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.h30 enum AutoFillWindowType { enum
53 void SetWindowType(const AutoFill::AutoFillWindowType &autoFillWindowType);
54 AutoFill::AutoFillWindowType GetWindowType() const;
79 AutoFill::AutoFillWindowType autoFillWindowType_ = AutoFill::AutoFillWindowType::MODAL_WINDOW;
H A Dauto_fill_manager.h68 const AutoFill::AutoFillWindowType &autoFillWindowType,
71 bool &isSmartAutoFill, AutoFill::AutoFillWindowType &autoFillWindowType);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp227 AbilityRuntime::AutoFill::AutoFillWindowType autoFillWindowType
228 = AbilityRuntime::AutoFill::AutoFillWindowType::MODAL_WINDOW;
236 EXPECT_EQ(autoFillWindowType, AbilityRuntime::AutoFill::AutoFillWindowType::MODAL_WINDOW);