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.cpp108 if (!ConvertAutoFillWindowType(request, isSmartAutoFill, autoFillWindowType)) { in HandleRequestExecuteInner()
125 extensionCallback->SetWindowType(autoFillWindowType); in HandleRequestExecuteInner()
186 const AutoFill::AutoFillWindowType &autoFillWindowType, in CreateAutoFillExtension() argument
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() argument
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()
[all …]
H A Dauto_fill_extension_callback.cpp264 …id AutoFillExtensionCallback::SetWindowType(const AutoFill::AutoFillWindowType &autoFillWindowType) in SetWindowType() argument
266 autoFillWindowType_ = autoFillWindowType; in SetWindowType()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp227 AbilityRuntime::AutoFill::AutoFillWindowType autoFillWindowType variable
229 manager.ConvertAutoFillWindowType(autoFillRequest, isSmartAutoFill, autoFillWindowType);
234 manager.ConvertAutoFillWindowType(autoFillRequest, isSmartAutoFill, autoFillWindowType);
236 EXPECT_EQ(autoFillWindowType, AbilityRuntime::AutoFill::AutoFillWindowType::MODAL_WINDOW);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_manager.h68 const AutoFill::AutoFillWindowType &autoFillWindowType,
71 bool &isSmartAutoFill, AutoFill::AutoFillWindowType &autoFillWindowType);
H A Dauto_fill_extension_callback.h53 void SetWindowType(const AutoFill::AutoFillWindowType &autoFillWindowType);