Home
last modified time | relevance | path

Searched refs:GetFormsInfo (Results 1 - 25 of 33) sorted by relevance

12

/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp72 formMgrProxy.GetFormsInfo(IFormMgr::Message::FORM_MGR_ADD_FORM, datas, formInfos); in DoSomethingInterestingWithMyAPI()
88 formMgrProxy.GetFormsInfo(filter, formInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Dnative_module.cpp33 BindNativeFunction(env, exports, "getFormsInfo", moduleName, JsFormProvider::GetFormsInfo); in JsProviderInit()
H A Djs_form_provider.h65 static napi_value GetFormsInfo(napi_env env, napi_callback_info info);
H A Djs_form_provider.cpp133 napi_value JsFormProvider::GetFormsInfo(napi_env env, napi_callback_info info) in GetFormsInfo() function in OHOS::AbilityRuntime::JsFormProvider
216 auto ret = FormMgr::GetInstance().GetFormsInfo(formInfoFilter, formInfos); in OnGetFormsInfo()
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnative_module.cpp33 BindNativeFunction(env, value, "getFormsInfo", moduleName, JsFormProvider::GetFormsInfo); in JsProviderInit()
H A Dnapi_form_provider.h68 static napi_value GetFormsInfo(napi_env env, napi_callback_info info);
H A Dnapi_form_provider.cpp373 napi_value JsFormProvider::GetFormsInfo(napi_env env, napi_callback_info info) in GetFormsInfo() function in OHOS::AbilityRuntime::JsFormProvider
407 auto ret = FormMgr::GetInstance().GetFormsInfo(formInfoFilter, formInfos); in OnGetFormsInfo()
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp67 formMgr.GetFormsInfo(filter, formInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnative_module.cpp52 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "getFormsInfo", moduleName, NapiFormHost::GetFormsInfo); in NapiFormHostInit()
H A Dnapi_form_host.h91 static napi_value GetFormsInfo(napi_env env, napi_callback_info info);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_proxy.h28 MOCK_METHOD2(GetFormsInfo, int(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos));
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp71 * @tc.desc: Verify GetFormsInfo
86 EXPECT_CALL(*mockFormMgrService, GetFormsInfo(_, _)) in HWTEST_F()
90 formMgrProxy->GetFormsInfo(filter, formInfos); in HWTEST_F()
98 * @tc.desc: Verify GetFormsInfo
114 EXPECT_CALL(*mockFormMgrService, GetFormsInfo(_, _)) in HWTEST_F()
118 formMgrProxy->GetFormsInfo(filter, formInfos); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_proxy.h308 int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) override;
615 int32_t GetFormsInfo(IFormMgr::Message code, MessageParcel &data, std::vector<FormInfo> &formInfos);
H A Dform_mgr_interface.h346 virtual int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) = 0;
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp877 int FormMgrProxy::GetFormsInfo(IFormMgr::Message code, MessageParcel &data, std::vector<FormInfo> &formInfos) in GetFormsInfo() function in OHOS::AppExecFwk::FormMgrProxy
879 HILOG_DEBUG("GetFormsInfo start"); in GetFormsInfo()
1199 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_ALL_FORMS_INFO, data, formInfos); in GetAllFormsInfo()
1227 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO_BY_APP, data, formInfos); in GetFormsInfoByApp()
1261 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO_BY_MODULE, data, formInfos); in GetFormsInfoByModule()
1297 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO_BY_FILTER, data, formInfos); in GetFormsInfoByFilter()
1352 int32_t FormMgrProxy::GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) in GetFormsInfo() function in OHOS::AppExecFwk::FormMgrProxy
1365 // call private GetFormsInfo with Message which will send request to tell stub which handle function to be used. in GetFormsInfo()
1366 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO, data, formInfos); in GetFormsInfo()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h413 int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h28 MOCK_METHOD2(GetFormsInfo, int(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos));
H A Dmock_form_mgr_service.h67 MOCK_METHOD2(GetFormsInfo, int(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos));
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h176 int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h180 int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) override
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp452 * @tc.name: test GetFormsInfo function.
453 * @tc.desc: Verify that the GetFormsInfo interface is called normally and the return value is ERR_OK.
464 EXPECT_EQ(formMgrService.GetFormsInfo(filter, formInfos), ERR_OK); in HWTEST_F()
467 EXPECT_EQ(formMgrService.GetFormsInfo(filter, formInfos), ERR_APPEXECFWK_FORM_COMMON_CODE); in HWTEST_F()
473 * @tc.name: test GetFormsInfo function.
474 * @tc.desc: Verify that the specified parameter "aa" is passed in, the GetFormsInfo interface is called
485 EXPECT_EQ(ERR_OK, formMgrService.GetFormsInfo(filter, formInfos)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp643 * @tc.desc: test GetFormsInfo function.
658 EXPECT_EQ(ERR_APPEXECFWK_FORM_GET_BUNDLE_FAILED, formMgrService.GetFormsInfo(filter, formInfos)); in HWTEST_F()
664 * @tc.desc: test GetFormsInfo function.
680 EXPECT_EQ(ERR_APPEXECFWK_FORM_GET_BUNDLE_FAILED, formMgrService.GetFormsInfo(filter, formInfos)); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h356 int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) override;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp157 int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) override
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp116 EXPECT_CALL(*mockFormMgrService, GetFormsInfo(_, _)) in HWTEST_F()
144 EXPECT_CALL(*mockFormMgrService, GetFormsInfo(_, _)) in HWTEST_F()
1655 EXPECT_CALL(*mockFormMgrService, GetFormsInfo(_, _)) in HWTEST_F()
1679 EXPECT_CALL(*mockFormMgrService, GetFormsInfo(_, _)) in HWTEST_F()

Completed in 24 milliseconds

12