/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/ |
H A D | fms_form_mgr_lifecycle_update_test.cpp | 106 * @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 D | formmgr_fuzzer.cpp | 73 formMgr.LifecycleUpdate(formIds, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 242 int LifecycleUpdate( in LifecycleUpdate() function in OHOS::AppExecFwk::MockFormMgrService
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 60 formMgrService.LifecycleUpdate(formIds, callerToken, updateType); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 290 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 109 MOCK_METHOD3(LifecycleUpdate, int(
|
H A D | mock_form_mgr_service.h | 36 MOCK_METHOD3(LifecycleUpdate, int(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 61 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 D | form_extension_context_mock_test.h | 73 int LifecycleUpdate(
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 104 * @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 D | form_mgr_service.h | 159 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 162 virtual int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
|
H A D | form_mgr_proxy.h | 127 virtual int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 69 int LifecycleUpdate(const std::vector<int64_t> &formIds,
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 364 * @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 D | form_mgr.cpp | 679 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 D | napi_form_host.cpp | 1126 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 D | fms_form_mgr_proxy_test.cpp | 367 * @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 D | form_mgr_test.cpp | 868 * @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 D | js_form_host.cpp | 869 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 D | fms_form_render_stub_test.cpp | 219 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 517 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 D | form_mgr_proxy.cpp | 408 int FormMgrProxy::LifecycleUpdate( in LifecycleUpdate() function in OHOS::AppExecFwk::FormMgrProxy
|
H A D | form_mgr_stub.cpp | 468 * @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 D | form_mgr_stub_test.cpp | 970 EXPECT_CALL(*mockFormMgrService, LifecycleUpdate(_, _, _)) in HWTEST_F()
|