/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager_form.h | 76 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 D | mock_form_mgr_proxy.h | 47 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos));
|
H A D | mock_bundle_manager_form.cpp | 108 bool BundleMgrService::GetFormsInfoByApp(const std::string& bundleName, std::vector<FormInfo>& formInfo) in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrService
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_bundle_manager.h | 68 virtual bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) override; 108 virtual bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) override;
|
H A D | mock_form_mgr_proxy.h | 49 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos));
|
H A D | mock_form_mgr_service.h | 63 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos));
|
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/ |
H A D | formmgrannex_fuzzer.cpp | 63 formMgr.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 72 formMgrAdapter.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/ |
H A D | form_manager_test.cpp | 112 ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in BENCHMARK_F()
|
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_bundle_manager.cpp | 126 bool BundleMgrService::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrService
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 84 formMgrProxy.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 387 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos);
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | mock_form_mgr_adapter.cpp | 248 int FormMgrAdapter::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfos) in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrAdapter 250 GTEST_LOG_(INFO) << "GetFormsInfoByApp called " << g_getFormsInfoByApp; in GetFormsInfoByApp()
|
H A D | fms_form_mgr_service_test.cpp | 822 * @tc.name: test GetFormsInfoByApp function. 823 * @tc.desc: Verify that the GetFormsInfoByApp interface if the caller do not have the across local 835 EXPECT_EQ(ERR_APPEXECFWK_FORM_PERMISSION_DENY, formMgrService.GetFormsInfoByApp(bundleName, formInfos)); in HWTEST_F() 841 * @tc.name: test GetFormsInfoByApp function. 842 * @tc.desc: Verify that the GetFormsInfoByApp interface is called normally and the return value is ERR_OK. 853 EXPECT_EQ(ERR_OK, formMgrService.GetFormsInfoByApp(bundleName, formInfos)); in HWTEST_F() 860 * @tc.desc: Verify that the GetFormsInfoByApp interface if the caller is not a system app 871 EXPECT_EQ(ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.GetFormsInfoByApp(bundleName, formInfos)); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 145 int32_t GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 169 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 329 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override;
|
H A D | form_mgr_adapter.h | 383 int GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfos);
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 316 virtual int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) = 0;
|
H A D | form_mgr_proxy.h | 281 virtual int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override;
|
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 148 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 570 * @tc.desc: Verify GetFormsInfoByApp 575 EXPECT_CALL(*mockProxy, GetFormsInfoByApp(_, _)) in HWTEST_F() 585 auto result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in HWTEST_F() 1019 * @tc.desc: Verify GetFormsInfoByApp 1028 int result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in HWTEST_F() 1036 * @tc.desc: Verify GetFormsInfoByApp 1045 int result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in HWTEST_F() 1627 * @tc.desc: Verify GetFormsInfoByApp (The return value of mock function is not 0) 1641 auto result = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in HWTEST_F() 3792 * @tc.desc: Verify GetFormsInfoByApp [all...] |
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 1015 int FormMgrService::GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrService 1027 ErrCode ret = FormMgrAdapter::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in GetFormsInfoByApp() 1079 // fulfill formInfos, the process should be the same as GetFormsInfoByApp. in GetFormsInfo() 1081 return FormMgrAdapter::GetInstance().GetFormsInfoByApp(callerBundleName, formInfos); in GetFormsInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.h | 324 napi_value GetFormsInfoByApp(napi_env env, napi_callback_info info);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 63 bundleMgrProxy.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|