Home
last modified time | relevance | path

Searched defs:GetFormsInfoByModule (Results 1 – 18 of 18) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
Dmock_form_info_mgr.cpp31 ErrCode FormInfoMgr::GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleN… in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormInfoMgr
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_bundle_manager_form.cpp47 bool BundleMgrProxy::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrProxy
124 bool BundleMgrService::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrService
/foundation/ability/form_fwk/services/src/
Dform_info_storage.cpp47 void FormInfoStorage::GetFormsInfoByModule(int32_t userId, const std::string &moduleName, in GetFormsInfoByModule() function in OHOS::AAFwk::FormInfoStorage
Dform_info_mgr.cpp333 ErrCode BundleFormInfo::GetFormsInfoByModule(const std::string &moduleName, std::vector<FormInfo> &… in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleFormInfo
496 ErrCode FormInfoMgr::GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleN… in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormInfoMgr
Dform_mgr_service.cpp706 int FormMgrService::GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormMgrService
Dform_mgr_adapter.cpp2347 int FormMgrAdapter::GetFormsInfoByModule(const std::string &bundleName, in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormMgrAdapter
/foundation/ability/form_fwk/test/mock/src/
Dmock_bundle_manager.cpp103 bool BundleMgrService::GetFormsInfoByModule(const std::string &bundleName, const std::string &modul… in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrService
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
Dform_extension_context_mock_test.h169 int GetFormsInfoByModule( in GetFormsInfoByModule() function
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
Dmock_form_mgr_service.h146 int32_t GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, in GetFormsInfoByModule() function
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
Dformmgrstub_fuzzer.cpp142 int GetFormsInfoByModule(std::string &bundleName, in GetFormsInfoByModule() function in OHOS::FormMgrStubFuzzTest
/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_mgr.cpp919 int FormMgr::GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, std::vector<For… in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormMgr
/foundation/ability/form_fwk/interfaces/inner_api/src/
Dform_mgr_proxy.cpp1069 int FormMgrProxy::GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormMgrProxy
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
Dbundle_mgr_interface.h814 virtual bool GetFormsInfoByModule( in GetFormsInfoByModule() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_mgr_host_impl.cpp1581 bool BundleMgrHostImpl::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrHostImpl
Dinner_bundle_info.cpp2459 void InnerBundleInfo::GetFormsInfoByModule(const std::string &moduleName, std::vector<FormInfo> &fo… in GetFormsInfoByModule() function in OHOS::AppExecFwk::InnerBundleInfo
Dbundle_data_mgr.cpp2813 bool BundleDataMgr::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleDataMgr
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_proxy.cpp2290 bool BundleMgrProxy::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrProxy
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.cpp3639 napi_value GetFormsInfoByModule(napi_env env, napi_callback_info info) in GetFormsInfoByModule() function