Home
last modified time | relevance | path

Searched defs:GetFormsInfoByApp (Results 1 – 19 of 19) sorted by relevance

/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/mock/frameworks_kits_ability_native_test/include/
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/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/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/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp126 bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) override in GetFormsInfoByApp() function in OHOS::AppExecFwk::MockBundleMgrProxy
/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_test2.cpp104 bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) override in GetFormsInfoByApp() function in __anonb194acf80110::MockBundleMgrProxy
/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
H A Dform_mgr_adapter.cpp3112 int FormMgrAdapter::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInf… in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrAdapter
/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
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h947 virtual bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfos) in GetFormsInfoByApp() function
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp298 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override in GetFormsInfoByApp() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp1213 int FormMgrProxy::GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) in GetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2769 void InnerBundleInfo::GetFormsInfoByApp(std::vector<FormInfo> &formInfos) const in GetFormsInfoByApp() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_mgr_host_impl.cpp2402 bool BundleMgrHostImpl::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &for… in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrHostImpl
H A Dbundle_data_mgr.cpp4764 bool BundleDataMgr::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInf… in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp2491 bool BundleMgrProxy::GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formIn… in GetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2302 napi_value GetFormsInfoByApp(napi_env env, napi_callback_info info) in GetFormsInfoByApp() function