Home
last modified time | relevance | path

Searched refs:HandleGetHostFormsCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h368 int32_t HandleGetHostFormsCount(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp277 formMgrStub->HandleGetHostFormsCount(data, reply); in HandleFormMessage()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp190 return HandleGetHostFormsCount(data, reply); in OnRemoteRequestThird()
1216 int32_t FormMgrStub::HandleGetHostFormsCount(MessageParcel &data, MessageParcel &reply) in HandleGetHostFormsCount() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2953 EXPECT_EQ(mockFormMgrService->HandleGetHostFormsCount(data, reply), ERR_OK);