Home
last modified time | relevance | path

Searched refs:GetResConfigFile (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp130 static bool GetResConfigFile(Args&&...args);
227 bool BundleMgrClientSystemTest::GetResConfigFile(Args&&...args) in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClientSystemTest
424 auto ret = GetResConfigFile(info, metadataName, profileInfo);
458 auto ret = GetResConfigFile(info, metadataName, profileInfo);
493 auto ret = GetResConfigFile(info, metadataName, profileInfo);
523 auto ret = GetResConfigFile(info, metadataName, profileInfo);
558 auto ret = GetResConfigFile(info, metadataName, profileInfo);
615 auto ret = GetResConfigFile(info, metadataName, profileInfo);
642 auto ret = GetResConfigFile(info, metadataName, profileInfo);
674 auto ret = GetResConfigFile(info, metadataName, profileInfo);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client.cpp86 bool BundleMgrClient::GetResConfigFile(const HapModuleInfo &hapModuleInfo, const std::string &metad… in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClient
93 return impl_->GetResConfigFile(hapModuleInfo, metadataName, profileInfos); in GetResConfigFile()
96 bool BundleMgrClient::GetResConfigFile(const ExtensionAbilityInfo &extensionInfo, const std::string… in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClient
103 return impl_->GetResConfigFile(extensionInfo, metadataName, profileInfos); in GetResConfigFile()
106 bool BundleMgrClient::GetResConfigFile(const AbilityInfo &abilityInfo, const std::string &metadataN… in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClient
113 return impl_->GetResConfigFile(abilityInfo, metadataName, profileInfos); in GetResConfigFile()
H A Dbundle_mgr_client_impl.cpp126 bool BundleMgrClientImpl::GetResConfigFile(const HapModuleInfo &hapModuleInfo, const std::string &m… in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClientImpl
144 bool BundleMgrClientImpl::GetResConfigFile(const ExtensionAbilityInfo &extensionInfo, const std::st… in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClientImpl
162 bool BundleMgrClientImpl::GetResConfigFile(const AbilityInfo &abilityInfo, const std::string &metad… in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClientImpl
194 return GetResConfigFile(innerExtension, metadataName, profileInfos); in GetProfileFromExtension()
213 return GetResConfigFile(innerAbilityInfo, metadataName, profileInfos); in GetProfileFromAbility()
232 return GetResConfigFile(innerHapModuleInfo, metadataName, profileInfos); in GetProfileFromHap()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_mgr_client_test/
H A Dbundle_mgr_client_test.cpp81 client.GetResConfigFile(hapModuleInfo, metadataName, profileInfos); in BenchmarkTestForGetResConfigFile1()
101 client.GetResConfigFile(extensionInfo, metadataName, profileInfos); in BenchmarkTestForGetResConfigFile2()
121 client.GetResConfigFile(abilityInfo, metadataName, profileInfos); in BenchmarkTestForGetResConfigFile3()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client.h60 bool GetResConfigFile(const HapModuleInfo &hapModuleInfo, const std::string &metadataName,
69 … bool GetResConfigFile(const ExtensionAbilityInfo &extensionInfo, const std::string &metadataName,
78 bool GetResConfigFile(const AbilityInfo &abilityInfo, const std::string &metadataName,
H A Dbundle_mgr_client_impl.h47 bool GetResConfigFile(const HapModuleInfo &hapModuleInfo, const std::string &metadataName,
49 … bool GetResConfigFile(const ExtensionAbilityInfo &extensionInfo, const std::string &metadataName,
51 bool GetResConfigFile(const AbilityInfo &abilityInfo, const std::string &metadataName,
/ohos5.0/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp99 bool BundleManagerHelper::GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension, in GetResConfigFile() function in OHOS::EventFwk::BundleManagerHelper
112 return client.GetResConfigFile(extension, META_NAME_STATIC_SUBSCRIBER, profileInfos); in GetResConfigFile()
H A Dstatic_subscriber_manager.cpp336 …if (!DelayedSingleton<BundleManagerHelper>::GetInstance()->GetResConfigFile(extension, profileInfo… in AddSubscriber()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dbundle_manager_helper.h84 bool GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension,
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/
H A Dmock_bundle_manager.cpp87 bool BundleMgrClient::GetResConfigFile(const ExtensionAbilityInfo &extensionInfo, in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClient
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp231 bool BundleManagerHelper::GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension, in GetResConfigFile() function in OHOS::EventFwk::BundleManagerHelper
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dbundle_manager_helper_test.cpp182 EXPECT_EQ(false, bundleManagerHelper.GetResConfigFile(extension, profileInfos)); in HWTEST_F()
H A Dcommon_event_subscribe_unit_test.cpp989 bool result = bundleManagerHelper.GetResConfigFile(extension, profileInfos);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp266 if (!client.GetResConfigFile(extInfo, SMART_MENU_METADATA_NAME, profiles) || profiles.empty()) { in GetSmartMenuCfg()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_bundle_manager.cpp232 bool BundleMgrClient::GetResConfigFile(const ExtensionAbilityInfo& extensionInfo, const std::string… in GetResConfigFile() function in OHOS::AppExecFwk::BundleMgrClient
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp78 if (!client.GetResConfigFile(ext, "ohos.extension.backup", out) || out.size() == 0) { in GetAllowAndExtName()
176 if (!client.GetResConfigFile(ext, "ohos.extension.backup", out) || out.size() == 0) { in GetBackupExtConfig()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Dutils.cpp179 bundleMgrClient.GetResConfigFile(abilityInfo, metadataName, profileInfos); in Parse()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp91 if (!client->GetResConfigFile(extensionInfo, FORM_METADATA_NAME, profileInfos)) { in LoadStageFormConfigInfo()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp589 if (!clientImpl.GetResConfigFile(extInfo, iter->name, profiles)) { in ParseSubtype()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp4818 if (!bundleMgrClient.GetResConfigFile(abilityInfo, META_DATA_SHORTCUTS_NAME, rawJson)) { in TryGetRawDataByExtractor()