Home
last modified time | relevance | path

Searched refs:LifecycleUpdate (Results 1 - 25 of 25) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H A Dfms_form_mgr_lifecycle_update_test.cpp106 * @tc.name: LifecycleUpdate
116 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
123 * @tc.name: LifecycleUpdate
134 FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
141 * @tc.name: LifecycleUpdate
162 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
170 * @tc.name: LifecycleUpdate
200 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
207 * @tc.name: LifecycleUpdate
241 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formId in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp73 formMgr.LifecycleUpdate(formIds, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_service.h242 int LifecycleUpdate( in LifecycleUpdate() function in OHOS::AppExecFwk::MockFormMgrService
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp60 formMgrService.LifecycleUpdate(formIds, callerToken, updateType); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h290 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h109 MOCK_METHOD3(LifecycleUpdate, int(
H A Dmock_form_mgr_service.h36 MOCK_METHOD3(LifecycleUpdate, int(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h61 int32_t LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h73 int LifecycleUpdate(
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp104 * @tc.name: test LifecycleUpdate function.
116 EXPECT_EQ(formMgrService.LifecycleUpdate(formIds, callerToken, updateType), in HWTEST_F()
120 EXPECT_EQ(formMgrService.LifecycleUpdate(formIds, callerToken, updateType), ERR_OK); in HWTEST_F()
126 * @tc.name: test LifecycleUpdate function.
137 EXPECT_EQ(ERR_OK, formMgrService.LifecycleUpdate(formIds, callerToken, updateType)); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h159 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h162 virtual int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
H A Dform_mgr_proxy.h127 virtual int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp69 int LifecycleUpdate(const std::vector<int64_t> &formIds,
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp364 * @tc.desc: test LifecycleUpdate function.
375 ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.LifecycleUpdate(formIds, callerToken, updateType)); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp679 int FormMgr::LifecycleUpdate( in LifecycleUpdate() function in OHOS::AppExecFwk::FormMgr
701 return remoteProxy_->LifecycleUpdate(formIds, callerToken, updateType); in LifecycleUpdate()
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp1126 auto ret = FormMgr::GetInstance().LifecycleUpdate(formIds, FormHostClient::GetInstance(), false); in OnDisableFormsUpdate()
1482 auto ret = FormMgr::GetInstance().LifecycleUpdate(iFormIds, FormHostClient::GetInstance(), true); in OnEnableFormsUpdate()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp367 * @tc.desc: test LifecycleUpdate function
380 int32_t result = proxy->LifecycleUpdate(formIds, nullptr, true); in HWTEST_F()
386 * @tc.desc: test LifecycleUpdate function
401 int32_t result = proxy->LifecycleUpdate(formIds, nullptr, true); in HWTEST_F()
407 * @tc.desc: test LifecycleUpdate function
421 int32_t result = proxy->LifecycleUpdate(formIds, nullptr, true); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp868 * @tc.desc: Verify LifecycleUpdate
880 int result = FormMgr::GetInstance().LifecycleUpdate(formIds, token, updateType); in HWTEST_F()
3019 * @tc.desc: Verify LifecycleUpdate
3025 EXPECT_CALL(*mockProxy, LifecycleUpdate(_, _, _)) in HWTEST_F()
3032 int result = FormMgr::GetInstance().LifecycleUpdate(formIds, token, true); in HWTEST_F()
3611 * @tc.desc: Verify LifecycleUpdate
3622 int result = FormMgr::GetInstance().LifecycleUpdate(formIds, token, updateType); in HWTEST_F()
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp869 auto ret = FormMgr::GetInstance().LifecycleUpdate(formIds, FormHostClient::GetInstance(), true); in OnEnableFormsUpdate()
905 auto ret = FormMgr::GetInstance().LifecycleUpdate(formIds, FormHostClient::GetInstance(), false); in OnDisableFormsUpdate()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp219 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp517 int FormMgrService::LifecycleUpdate(const std::vector<int64_t> &formIds, in LifecycleUpdate() function in OHOS::AppExecFwk::FormMgrService
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp408 int FormMgrProxy::LifecycleUpdate( in LifecycleUpdate() function in OHOS::AppExecFwk::FormMgrProxy
H A Dform_mgr_stub.cpp468 * @brief handle LifecycleUpdate message.
486 int32_t result = LifecycleUpdate(formIds, client, updateType); in HandleLifecycleUpdate()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp970 EXPECT_CALL(*mockFormMgrService, LifecycleUpdate(_, _, _)) in HWTEST_F()

Completed in 46 milliseconds