Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_stub.h102 int32_t HandleOnRenderingBlock(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_stub.cpp67 return HandleOnRenderingBlock(data, reply); in OnRemoteRequest()
255 int32_t FormSupplyStub::HandleOnRenderingBlock(MessageParcel &data, MessageParcel &reply) in HandleOnRenderingBlock() function in OHOS::AppExecFwk::FormSupplyStub