Home
last modified time | relevance | path

Searched refs:EnableSubscribeFormData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_mgr.cpp130 void FormDataProxyMgr::EnableSubscribeFormData(const std::vector<int64_t> &formIds) in EnableSubscribeFormData() function in OHOS::AppExecFwk::FormDataProxyMgr
137 search->second->EnableSubscribeFormData(); in EnableSubscribeFormData()
H A Dform_data_proxy_record.cpp559 void FormDataProxyRecord::EnableSubscribeFormData() in EnableSubscribeFormData() function in OHOS::AppExecFwk::FormDataProxyRecord
H A Dform_mgr_adapter.cpp1021 FormDataProxyMgr::GetInstance().EnableSubscribeFormData(formIds); in HandlerNotifyWhetherVisibleForms()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_proxy_mgr.h41 void EnableSubscribeFormData(const std::vector<int64_t> &formIds);
H A Dform_data_proxy_record.h47 void EnableSubscribeFormData();
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H A Dfms_form_data_proxy_record_test.cpp373 formDataProxyRecord.EnableSubscribeFormData();