Home
last modified time | relevance | path

Searched defs:formStateCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/
H A Dfms_form_host_client_test.cpp107 …std::shared_ptr<FormStateCallbackInterface> formStateCallback = std::make_shared<FormStateCallback… variable
126 …std::shared_ptr<FormStateCallbackTest> formStateCallback = std::make_shared<FormStateCallbackTest>… variable
148 …std::shared_ptr<FormStateCallbackTest> formStateCallback = std::make_shared<FormStateCallbackTest>… variable
260 auto formStateCallback = std::make_shared<FormStateCallbackTest>(); variable
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp135 bool FormHostClient::AddFormState(const std::shared_ptr<FormStateCallbackInterface> &formStateCallb… in AddFormState()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp379 …std::shared_ptr<FormStateCallbackInterface> formStateCallback = std::make_shared<FormStateCallback… in InnerAcquireFormState() local
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp996 auto formStateCallback = std::make_shared<JsFormStateCallbackClient>(std::move(task)); in InnerAcquireFormState() local