/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/ |
H A D | fms_form_mgr_lifecycle_update_test.cpp | 116 …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 D | mock_form_mgr_service.h | 242 int LifecycleUpdate( in LifecycleUpdate() function
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 73 formMgr.LifecycleUpdate(formIds, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 60 formMgrService.LifecycleUpdate(formIds, callerToken, updateType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 73 int LifecycleUpdate( in LifecycleUpdate() function
|
/ohos5.0/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> &callerToke… in LifecycleUpdate() function
|
/ohos5.0/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,
|
/ohos5.0/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> &…
|
/ohos5.0/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> &caller…
|
H A D | form_mgr_proxy.h | 127 …virtual int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &caller…
|
/ohos5.0/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,
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 69 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 D | form_mgr.cpp | 679 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 D | fms_form_host_record_test.cpp | 375 …ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.LifecycleUpdate(formIds, callerToken, upda…
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 880 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 D | fms_form_render_stub_test.cpp | 219 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 D | fms_form_mgr_proxy_test.cpp | 380 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 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()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_stub.cpp | 488 int32_t result = LifecycleUpdate(formIds, client, updateType); in HandleLifecycleUpdate()
|
H A D | form_mgr_proxy.cpp | 408 int FormMgrProxy::LifecycleUpdate( in LifecycleUpdate() function in OHOS::AppExecFwk::FormMgrProxy
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 518 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 D | form_mgr_stub_test.cpp | 970 EXPECT_CALL(*mockFormMgrService, LifecycleUpdate(_, _, _))
|