Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_interface.h122 virtual int32_t OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) { return ERR_OK; } in OnRecoverFormsByConfigUpdate() function
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp388 int32_t FormSupplyCallback::OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) in OnRecoverFormsByConfigUpdate() function in OHOS::AppExecFwk::FormSupplyCallback
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_proxy.cpp381 int32_t FormSupplyProxy::OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) in OnRecoverFormsByConfigUpdate() function in OHOS::AppExecFwk::FormSupplyProxy
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_stub_test/
H A Dfms_form_supply_stub_test.cpp105 int OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) override in OnRecoverFormsByConfigUpdate() function in OHOS::AppExecFwk::MockFormSupplyCallback