Home
last modified time | relevance | path

Searched refs:onSuccess (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_event_hub.cpp34 [onSuccess = onSuccess_, buttonIdx] { onSuccess(0, buttonIdx); }, in FireSuccessEvent()
H A Ddialog_view.cpp103 hub->SetOnSuccess(param.onSuccess); in CreateDialogNode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-autoFillManager.md21 ### AutoSaveCallback.onSuccess
23 onSuccess(): void
55 onSuccess: () => {
176 onSuccess: () => {
H A Djs-apis-inner-application-autoFillRequest-sys.md64 ### FillRequestCallback.onSuccess
66 onSuccess(response: FillResponse): void
141 Button('onSuccess')
149 fillCallback?.onSuccess({ viewData: viewData });
469 ### SaveRequestCallback.onSuccess
471 onSuccess(): void
537 Button('onSuccess')
541 saveCallback?.onSuccess();
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-autoFillManager.md21 ### AutoSaveCallback.onSuccess
23 onSuccess(): void
55 onSuccess: () => {
177 onSuccess: () => {
H A Djs-apis-inner-application-autoFillRequest-sys.md64 ### FillRequestCallback.onSuccess
66 onSuccess(response: FillResponse): void
141 Button('onSuccess')
149 fillCallback?.onSuccess({ viewData: viewData });
469 ### SaveRequestCallback.onSuccess
471 onSuccess(): void
537 Button('onSuccess')
541 saveCallback?.onSuccess();
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dautofillextensionablility-guide.md20 | FillRequestCallback.onSuccess(response: FillResponse): void | 自动填充或者生成密码时的回调对象,可以通过此回调通知客户端成功。 |
135 // 将需要回填的数据组装到viewData中,并通过callback的onSuccess带回到客户端用于自动填充
147 fillCallback.onSuccess(response);
256 saveRequestCallback.onSuccess();
275 // 用户保存表单数据成功,点击页面save按钮触发onSuccess()回调通知客户端保存表单数据成功
/ohos5.0/docs/en/application-dev/application-models/
H A Dautofillextensionablility-guide.md20 | FillRequestCallback.onSuccess(response: FillResponse): void | Implements the callback for an aut…
135 …// Assemble the data to be populated to viewData and use the onSuccess callback to return the data…
147 fillCallback.onSuccess(response);
256 saveRequestCallback.onSuccess();
275 …// Call onSuccess() (upon the touch of the save button) to notify the client that the form data is…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp264 dialogProperties.onSuccess = std::move(callback); in ShowDialogInner()
310 dialogProperties.onSuccess = std::move(callback); in ShowActionMenuInner()
H A Dcj_page_router_ng.cpp207 .onSuccess = in EnableAlertBeforeBackPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h223 std::function<void(int32_t, int32_t)> onSuccess; // NG prompt success callback member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp1062 dialogProperties.onSuccess = std::move(callback); in ShowDialogInner()
1104 dialogProperties.onSuccess = std::move(callback); in ShowActionMenuInner()
H A Dpage_router_manager.cpp448 .onSuccess = in EnableAlertBeforeBackPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1605 dialogProperties.onSuccess = std::move(callback); in ShowDialogInner()
1958 dialogProperties.onSuccess = std::move(callback); in ShowActionMenuInnerNG()