Home
last modified time | relevance | path

Searched refs:HandleNotifyWhetherVisibleForms (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h142 int32_t HandleNotifyWhetherVisibleForms(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp293 formMgrStub->HandleNotifyWhetherVisibleForms(data, reply); in HandleFormMessage()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp94 return HandleNotifyWhetherVisibleForms(data, reply); in OnRemoteRequestFirst()
526 int32_t FormMgrStub::HandleNotifyWhetherVisibleForms(MessageParcel &data, MessageParcel &reply) in HandleNotifyWhetherVisibleForms() function in OHOS::AppExecFwk::FormMgrStub