Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_host_interface.h106 virtual void OnEnableForm(const std::vector<int64_t> &formIds, const bool enable) {} in OnEnableForm() function
/ohos5.0/foundation/ability/form_fwk/test/mock/src/
H A Dmock_form_host_client.cpp93 void MockFormHostClient::OnEnableForm(const std::vector<int64_t> &formIds, const bool enable) in OnEnableForm() function in OHOS::AppExecFwk::MockFormHostClient
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_proxy.cpp351 void FormHostProxy::OnEnableForm(const std::vector<int64_t> &formIds, const bool enable) in OnEnableForm() function in OHOS::AppExecFwk::FormHostProxy
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp462 void FormHostClient::OnEnableForm(const std::vector<int64_t> &formIds, const bool enable) in OnEnableForm() function in OHOS::AppExecFwk::FormHostClient