Home
last modified time | relevance | path

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

12

/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_service.h200 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function in OHOS::AppExecFwk::MockFormMgrService
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_proxy.h414 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) override;
616 ErrCode GetRunningFormInfos(IFormMgr::Message code, MessageParcel &data,
H A Dform_mgr_interface.h454 virtual ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) = 0;
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_data_mgr.cpp375 ErrCode FormDataMgr::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/frameworks/js/napi/form_observer/
H A Djs_form_observer.cpp67 static napi_value GetRunningFormInfos(napi_env env, napi_callback_info info) in GetRunningFormInfos() function in OHOS::AbilityRuntime::JsFormObserver
617 : FormMgr::GetInstance().GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in OnGetRunningFormInfos()
827 BindNativeFunction(env, exportObj, "getRunningFormInfos", moduleName, JsFormObserver::GetRunningFormInfos); in JsFormObserverInit()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h421 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h71 MOCK_METHOD2(GetRunningFormInfos, ErrCode(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos));
H A Dmock_form_mgr_service.h79 MOCK_METHOD2(GetRunningFormInfos, ErrCode(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos));
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp350 ErrCode FormMgrAdapter::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test.cpp1484 * @tc.name: test GetRunningFormInfos function.
1485 * @tc.desc: Verify that the GetRunningFormInfos interface is called normally
1496 ErrCode ret = formMgrService.GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HWTEST_F()
1500 ret = formMgrService.GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h196 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h222 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) override
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp897 ErrCode FormMgrProxy::GetRunningFormInfos(IFormMgr::Message code, MessageParcel &data, in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrProxy
1305 ErrCode FormMgrProxy::GetRunningFormInfos(bool isUnusedInclude, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrProxy
1318 ErrCode error = GetRunningFormInfos(IFormMgr::Message::FORM_MGR_GET_RUNNING_FORM_INFOS, data, runningFormInfos); in GetRunningFormInfos()
1320 HILOG_ERROR("fail GetRunningFormInfos:%{public}d", error); in GetRunningFormInfos()
1344 ErrCode error = GetRunningFormInfos(IFormMgr::Message::FORM_MGR_GET_RUNNING_FORM_INFOS_BY_BUNDLE, in GetRunningFormInfosByBundleName()
H A Dform_mgr_stub.cpp1237 ErrCode result = GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HandleGetRunningFormInfos()
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h611 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos);
H A Dform_mgr_service.h472 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) override;
H A Dform_mgr_adapter.h454 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos);
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp199 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) override
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1813 * @tc.desc: Verify GetRunningFormInfos
1819 EXPECT_CALL(*mockProxy, GetRunningFormInfos(_, _)) in HWTEST_F()
1826 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HWTEST_F()
1834 * @tc.desc: Verify GetRunningFormInfos
1845 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HWTEST_F()
1853 * @tc.desc: Verify GetRunningFormInfos
1860 EXPECT_CALL(*mockProxy, GetRunningFormInfos(_, _)) in HWTEST_F()
1865 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HWTEST_F()
1873 * @tc.desc: Verify GetRunningFormInfos
1880 EXPECT_CALL(*mockProxy, GetRunningFormInfos( in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp278 * @tc.desc: text GetRunningFormInfos function.
286 int result = formMgrProxy ->GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1363 ErrCode FormMgr::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgr
1380 ErrCode resultCode = remoteProxy_->GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in GetRunningFormInfos()
1382 HILOG_ERROR("fail GetRunningFormInfos,errCode %{public}d", resultCode); in GetRunningFormInfos()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1505 ErrCode FormMgrService::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrService
1513 return FormMgrAdapter::GetInstance().GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in GetRunningFormInfos()
H A Dform_mgr_adapter.cpp1334 auto ret = FormMgrAdapter::GetInstance().GetRunningFormInfos(true, runningFormInfos); in DumpFormRunningFormInfos()
1336 HILOG_ERROR("GetRunningFormInfos error"); in DumpFormRunningFormInfos()
3140 ErrCode FormMgrAdapter::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrAdapter
3143 return FormDataMgr::GetInstance().GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in GetRunningFormInfos()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp359 ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) override
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp2228 * @tc.name: GetRunningFormInfos
2263 EXPECT_EQ(ERR_OK, formDataMgr_.GetRunningFormInfos(isUnusedInclude, runningFormInfos)); in HWTEST_F()
2271 * @tc.name: GetRunningFormInfos
2293 EXPECT_EQ(0, formDataMgr_.GetRunningFormInfos(isUnusedInclude, runningFormInfos)); in HWTEST_F()

Completed in 44 milliseconds

12