Home
last modified time | relevance | path

Searched refs:HandleOnNotifyRefreshForm (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_stub.h120 int32_t HandleOnNotifyRefreshForm(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_stub.cpp73 return HandleOnNotifyRefreshForm(data, reply); in OnRemoteRequest()
307 int32_t FormSupplyStub::HandleOnNotifyRefreshForm(MessageParcel &data, MessageParcel &reply) in HandleOnNotifyRefreshForm() function in OHOS::AppExecFwk::FormSupplyStub