Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/
H A Dfms_form_host_client_test.cpp111 bool result = formHostClient->AddFormState(formStateCallback, want);
130 bool result = formHostClient->AddFormState(formStateCallback, want);
152 bool result = formHostClient->AddFormState(formStateCallback, want);
264 auto result = formHostClient->AddFormState(formStateCallback, want);
267 result = formHostClient->AddFormState(callback, want);
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_host_client.h80 …bool AddFormState(const std::shared_ptr<FormStateCallbackInterface> &formStateCallback, const AAFw…
/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() function in OHOS::AppExecFwk::FormHostClient
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp381 FormHostClient::GetInstance()->AddFormState(formStateCallback, asyncCallbackInfo->want); in InnerAcquireFormState()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp997 FormHostClient::GetInstance()->AddFormState(formStateCallback, want); in InnerAcquireFormState()