/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 200 … ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos) in GetRunningFormInfos() function
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_proxy.h | 414 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos)… 626 ErrCode GetRunningFormInfos(IFormMgr::Message code, MessageParcel &data,
|
H A D | form_mgr_interface.h | 454 …virtual ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFo…
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_data_mgr.cpp | 375 ErrCode FormDataMgr::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runni… in GetRunningFormInfos() function in OHOS::AppExecFwk::FormDataMgr
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_observer/ |
H A D | js_form_observer.cpp | 67 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 …veFunction(env, exportObj, "getRunningFormInfos", moduleName, JsFormObserver::GetRunningFormInfos); in JsFormObserverInit()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 222 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos)… in GetRunningFormInfos() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 196 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos)… in GetRunningFormInfos() function
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 421 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos);
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 71 …MOCK_METHOD2(GetRunningFormInfos, ErrCode(bool isUnusedIncluded, std::vector<RunningFormInfo> &run…
|
H A D | mock_form_mgr_service.h | 79 …MOCK_METHOD2(GetRunningFormInfos, ErrCode(bool isUnusedIncluded, std::vector<RunningFormInfo> &run…
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | mock_form_mgr_adapter.cpp | 350 ErrCode FormMgrAdapter::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &ru… in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrAdapter
|
H A D | fms_form_mgr_service_test.cpp | 1435 ErrCode ret = formMgrService.GetRunningFormInfos(isUnusedInclude, runningFormInfos); 1439 ret = formMgrService.GetRunningFormInfos(isUnusedInclude, runningFormInfos);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 897 ErrCode FormMgrProxy::GetRunningFormInfos(IFormMgr::Message code, MessageParcel &data, in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrProxy 1305 ErrCode FormMgrProxy::GetRunningFormInfos(bool isUnusedInclude, std::vector<RunningFormInfo> &runni… in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrProxy 1318 …ErrCode error = GetRunningFormInfos(IFormMgr::Message::FORM_MGR_GET_RUNNING_FORM_INFOS, data, runn… in GetRunningFormInfos() 1344 … ErrCode error = GetRunningFormInfos(IFormMgr::Message::FORM_MGR_GET_RUNNING_FORM_INFOS_BY_BUNDLE, in GetRunningFormInfosByBundleName()
|
H A D | form_mgr_stub.cpp | 1239 ErrCode result = GetRunningFormInfos(isUnusedInclude, runningFormInfos); in HandleGetRunningFormInfos()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_data_mgr.h | 619 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos);
|
H A D | form_mgr_service.h | 472 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos)…
|
H A D | form_mgr_adapter.h | 454 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 1819 EXPECT_CALL(*mockProxy, GetRunningFormInfos(_, _)) 1826 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos); 1845 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos); 1860 EXPECT_CALL(*mockProxy, GetRunningFormInfos(_, _)) 1865 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos); 1880 EXPECT_CALL(*mockProxy, GetRunningFormInfos(_, _)) 1885 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos); 4163 int result = FormMgr::GetInstance().GetRunningFormInfos(isUnusedInclude, runningFormInfos);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 199 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos)… in GetRunningFormInfos() function in OHOS::FormMgrStubFuzzTest
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 1367 ErrCode FormMgr::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFo… in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgr 1384 ErrCode resultCode = remoteProxy_->GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in GetRunningFormInfos()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 1510 ErrCode FormMgrService::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &ru… in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrService 1518 return FormMgrAdapter::GetInstance().GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in GetRunningFormInfos()
|
H A D | form_mgr_adapter.cpp | 1393 auto ret = FormMgrAdapter::GetInstance().GetRunningFormInfos(true, runningFormInfos); in DumpFormRunningFormInfos() 3203 ErrCode FormMgrAdapter::GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &ru… in GetRunningFormInfos() function in OHOS::AppExecFwk::FormMgrAdapter 3206 return FormDataMgr::GetInstance().GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in GetRunningFormInfos()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/ |
H A D | form_mgr_proxy_test.cpp | 286 int result = formMgrProxy ->GetRunningFormInfos(isUnusedInclude, runningFormInfos);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
H A D | fms_form_render_stub_test.cpp | 359 …ErrCode GetRunningFormInfos(bool isUnusedIncluded, std::vector<RunningFormInfo> &runningFormInfos)… in GetRunningFormInfos() function in OHOS::AppExecFwk::IFormMgrTest
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/ |
H A D | fms_form_data_mgr_test.cpp | 2263 EXPECT_EQ(ERR_OK, formDataMgr_.GetRunningFormInfos(isUnusedInclude, runningFormInfos)); 2293 EXPECT_EQ(0, formDataMgr_.GetRunningFormInfos(isUnusedInclude, runningFormInfos));
|