Home
last modified time | relevance | path

Searched refs:LifecycleUpdate (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H A Dfms_form_mgr_lifecycle_update_test.cpp116 …EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr::GetInstance().LifecycleUpdate(formIds, token…
134 FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true));
162 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true));
200 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true));
241 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_service.h242 int LifecycleUpdate( in LifecycleUpdate() function
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp73 formMgr.LifecycleUpdate(formIds, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp60 formMgrService.LifecycleUpdate(formIds, callerToken, updateType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h73 int LifecycleUpdate( in LifecycleUpdate() function
/ohos5.0/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> &callerToke… in LifecycleUpdate() function
/ohos5.0/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,
/ohos5.0/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> &…
/ohos5.0/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> &caller…
H A Dform_mgr_proxy.h127 …virtual int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &caller…
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h159 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp69 int LifecycleUpdate(const std::vector<int64_t> &formIds, in LifecycleUpdate() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/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()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp375 …ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.LifecycleUpdate(formIds, callerToken, upda…
/ohos5.0/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()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp880 int result = FormMgr::GetInstance().LifecycleUpdate(formIds, token, updateType);
3025 EXPECT_CALL(*mockProxy, LifecycleUpdate(_, _, _))
3032 int result = FormMgr::GetInstance().LifecycleUpdate(formIds, token, true);
3622 int result = FormMgr::GetInstance().LifecycleUpdate(formIds, token, updateType);
/ohos5.0/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, in LifecycleUpdate() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp380 int32_t result = proxy->LifecycleUpdate(formIds, nullptr, true);
401 int32_t result = proxy->LifecycleUpdate(formIds, nullptr, true);
421 int32_t result = proxy->LifecycleUpdate(formIds, nullptr, true);
/ohos5.0/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()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp488 int32_t result = LifecycleUpdate(formIds, client, updateType); in HandleLifecycleUpdate()
H A Dform_mgr_proxy.cpp408 int FormMgrProxy::LifecycleUpdate( in LifecycleUpdate() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp518 int FormMgrService::LifecycleUpdate(const std::vector<int64_t> &formIds, in LifecycleUpdate() function in OHOS::AppExecFwk::FormMgrService
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp970 EXPECT_CALL(*mockFormMgrService, LifecycleUpdate(_, _, _))