Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/
H A Dformmgradapter_fuzzer.cpp50 formMgrAdapter.HandleReleaseForm(formId, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h85 int32_t HandleReleaseForm(MessageParcel &data, MessageParcel &reply);
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp241 * @tc.desc: test HandleReleaseForm function.
251 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formMgrAdapter.HandleReleaseForm(formId, callerToken)); in HWTEST_F()
257 * @tc.desc: test HandleReleaseForm function.
268 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.HandleReleaseForm(formId, callerToken)); in HWTEST_F()
2053 * @tc.desc: test HandleReleaseForm function and the return value is ERR_OK.
2066 EXPECT_EQ(ERR_OK, formMgrAdapter.HandleReleaseForm(formId, callerToken)); in HWTEST_F()
2072 * @tc.desc: test HandleReleaseForm function and the return value is ERR_OK.
2086 EXPECT_EQ(ERR_OK, formMgrAdapter.HandleReleaseForm(formId, callerToken)); in HWTEST_F()
2092 * @tc.desc: test HandleReleaseForm function and the return value is ERR_APPEXECFWK_FORM_COMMON_CODE.
2106 EXPECT_EQ(ERR_APPEXECFWK_FORM_COMMON_CODE, formMgrAdapter.HandleReleaseForm(formI in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp289 formMgrStub->HandleReleaseForm(data, reply); in HandleFormMessage()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h754 ErrCode HandleReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken);
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp88 return HandleReleaseForm(data, reply); in OnRemoteRequestFirst()
355 int32_t FormMgrStub::HandleReleaseForm(MessageParcel &data, MessageParcel &reply) in HandleReleaseForm() function in OHOS::AppExecFwk::FormMgrStub
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp561 ErrCode result = HandleReleaseForm(matchedFormId, callerToken); in ReleaseForm()
579 ErrCode FormMgrAdapter::HandleReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in HandleReleaseForm() function in OHOS::AppExecFwk::FormMgrAdapter

Completed in 18 milliseconds