Home
last modified time | relevance | path

Searched refs:GetFormsInfoByApp (Results 1 – 25 of 57) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.h76 bool GetFormsInfoByApp(const std::string& bundleName, std::vector<FormInfo>& formInfo) override;
112 bool GetFormsInfoByApp(const std::string& bundleName, std::vector<FormInfo>& formInfo) override;
H A Dmock_form_mgr_proxy.h47 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos));
H A Dmock_bundle_manager_form.cpp108 bool BundleMgrService::GetFormsInfoByApp(const std::string& bundleName, std::vector<FormInfo>& form… in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrService
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h68 …virtual bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) ove…
108 …virtual bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) ove…
H A Dmock_form_mgr_proxy.h49 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos));
H A Dmock_form_mgr_service.h63 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos));
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp63 formMgr.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp72 formMgrAdapter.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/
H A Dform_manager_test.cpp112 ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in BENCHMARK_F()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp84 formMgrProxy.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp126 bool BundleMgrService::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &form… in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrService
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h169 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override in GetFormsInfoByApp() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h145 int32_t GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override in GetFormsInfoByApp() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h387 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp248 int FormMgrAdapter::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInf… in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test.cpp774 …EXPECT_EQ(ERR_APPEXECFWK_FORM_PERMISSION_DENY, formMgrService.GetFormsInfoByApp(bundleName, formIn…
792 EXPECT_EQ(ERR_OK, formMgrService.GetFormsInfoByApp(bundleName, formInfos));
810 …EXPECT_EQ(ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.GetFormsInfoByApp(bundleName, fo…
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h316 virtual int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) = 0;
H A Dform_mgr_proxy.h281 … virtual int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1020 int FormMgrService::GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrService
1032 ErrCode ret = FormMgrAdapter::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in GetFormsInfoByApp()
1086 return FormMgrAdapter::GetInstance().GetFormsInfoByApp(callerBundleName, formInfos); in GetFormsInfo()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h329 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override;
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp575 EXPECT_CALL(*mockProxy, GetFormsInfoByApp(_, _))
585 auto result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos);
1028 int result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos);
1045 int result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos);
1641 auto result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos);
3798 EXPECT_CALL(*mockProxy, GetFormsInfoByApp(_, _))
3808 auto result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos);
3829 auto result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp148 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override in GetFormsInfoByApp() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h324 napi_value GetFormsInfoByApp(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1120 int FormMgr::GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgr
1143 int resultCode = remoteProxy_->GetFormsInfoByApp(bundleName, formInfos); in GetFormsInfoByApp()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_ability_test.cpp1208 EXPECT_EQ(true, ability_->GetFormsInfoByApp(bundleName, formInfos));
1212 EXPECT_EQ(false, ability_->GetFormsInfoByApp(bundleName, formInfos));

123