/ohos5.0/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>& form… in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrService
|
/ohos5.0/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) ove… 108 …virtual bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) ove…
|
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));
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/ |
H A D | formmgrannex_fuzzer.cpp | 63 formMgr.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 72 formMgrAdapter.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 84 formMgrProxy.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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> &form… in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrService
|
/ohos5.0/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 in GetFormsInfoByApp() function
|
/ohos5.0/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 in GetFormsInfoByApp() function
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 387 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos);
|
/ohos5.0/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> &formInf… in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrAdapter
|
H A D | fms_form_mgr_service_test.cpp | 774 …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 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;
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 1020 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 D | form_mgr_service.h | 329 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override;
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 575 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 D | formmgrstub_fuzzer.cpp | 148 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 D | bundle_mgr.h | 324 napi_value GetFormsInfoByApp(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 1120 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 D | form_ability_test.cpp | 1208 EXPECT_EQ(true, ability_->GetFormsInfoByApp(bundleName, formInfos)); 1212 EXPECT_EQ(false, ability_->GetFormsInfoByApp(bundleName, formInfos));
|