Home
last modified time | relevance | path

Searched refs:ConvertAutoFillWindowType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp229 manager.ConvertAutoFillWindowType(autoFillRequest, isSmartAutoFill, autoFillWindowType);
234 manager.ConvertAutoFillWindowType(autoFillRequest, isSmartAutoFill, autoFillWindowType);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_manager.h70 bool ConvertAutoFillWindowType(const AutoFill::AutoFillRequest &request,
/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()
238 bool AutoFillManager::ConvertAutoFillWindowType(const AutoFill::AutoFillRequest &request, in ConvertAutoFillWindowType() function in OHOS::AbilityRuntime::AutoFillManager