Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_manager.h74 bool IsNeed2SaveRequest(const AbilityBase::ViewData &viewData, bool &isSmartAutoFill);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp217 bool AutoFillManager::IsNeed2SaveRequest(const AbilityBase::ViewData& viewData, bool& isSmartAutoFi… in IsNeed2SaveRequest() function in OHOS::AbilityRuntime::AutoFillManager
260 ret = IsNeed2SaveRequest(request.viewData, isSmartAutoFill); in ConvertAutoFillWindowType()