Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp223 autoFillRequest.autoFillCommand = AbilityRuntime::AutoFill::AutoFillCommand::FILL;
232 autoFillRequest.autoFillCommand = AbilityRuntime::AutoFill::AutoFillCommand::SAVE;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h102 AutoFillCommand autoFillCommand = AutoFillCommand::NONE; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp196 want.SetParam(WANT_PARAMS_AUTO_FILL_CMD_KEY, static_cast<int32_t>(request.autoFillCommand)); in CreateAutoFillExtension()
259 if (request.autoFillCommand == AutoFill::AutoFillCommand::SAVE) { in ConvertAutoFillWindowType()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/
H A Djs_auto_fill_manager.cpp107 request.autoFillCommand = AutoFill::AutoFillCommand::SAVE; in OnRequestAutoSaveInner()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1623 autoFillRequest.autoFillCommand = AbilityRuntime::AutoFill::AutoFillCommand::FILL; in RequestAutoFill()
1703 autoFillRequest.autoFillCommand = AbilityRuntime::AutoFill::AutoFillCommand::SAVE; in RequestAutoSave()