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 D | auto_fill_manager.cpp | 108 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 D | auto_fill_extension_callback.cpp | 264 …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 D | auto_fill_manager_test.cpp | 227 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 D | auto_fill_manager.h | 68 const AutoFill::AutoFillWindowType &autoFillWindowType, 71 bool &isSmartAutoFill, AutoFill::AutoFillWindowType &autoFillWindowType);
|
H A D | auto_fill_extension_callback.h | 53 void SetWindowType(const AutoFill::AutoFillWindowType &autoFillWindowType);
|