Home
last modified time | relevance | path

Searched refs:HandleDeleteForm (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/
H A Dformmgradapter_fuzzer.cpp51 formMgrAdapter.HandleDeleteForm(formId, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h70 int32_t HandleDeleteForm(MessageParcel &data, MessageParcel &reply);
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1441 * @tc.desc: test HandleDeleteForm function and the return value is ERR_APPEXECFWK_FORM_NOT_EXIST_ID.
1451 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formMgrAdapter.HandleDeleteForm(formId, callerToken)); in HWTEST_F()
1457 * @tc.desc: test HandleDeleteForm function and the return value is ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF.
1467 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.HandleDeleteForm(formId, callerToken)); in HWTEST_F()
2112 * @tc.desc: test HandleDeleteForm function and the return value is ERR_APPEXECFWK_FORM_COMMON_CODE.
2125 EXPECT_EQ(ERR_APPEXECFWK_FORM_COMMON_CODE, formMgrAdapter.HandleDeleteForm(formId, callerToken)); in HWTEST_F()
2131 * @tc.desc: test HandleDeleteForm function and the return value is ERR_OK.
2145 EXPECT_EQ(ERR_OK, formMgrAdapter.HandleDeleteForm(formId, callerToken)); in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp287 formMgrStub->HandleDeleteForm(data, reply); in HandleFormMessage()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h762 ErrCode HandleDeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken);
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp86 return HandleDeleteForm(data, reply); in OnRemoteRequestFirst()
324 int32_t FormMgrStub::HandleDeleteForm(MessageParcel &data, MessageParcel &reply) in HandleDeleteForm() function in OHOS::AppExecFwk::FormMgrStub
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp505 auto ret = HandleDeleteForm(matchedFormId, callerToken); in DeleteCommonForm()
606 ErrCode FormMgrAdapter::HandleDeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in HandleDeleteForm() function in OHOS::AppExecFwk::FormMgrAdapter

Completed in 15 milliseconds