/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 130 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 D | bundle_mgr_client.cpp | 86 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 D | bundle_mgr_client_impl.cpp | 126 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 D | bundle_mgr_client_test.cpp | 81 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 D | bundle_mgr_client.h | 60 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 D | bundle_mgr_client_impl.h | 47 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 D | bundle_manager_helper.cpp | 99 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 D | static_subscriber_manager.cpp | 336 …if (!DelayedSingleton<BundleManagerHelper>::GetInstance()->GetResConfigFile(extension, profileInfo… in AddSubscriber()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | bundle_manager_helper.h | 84 bool GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension,
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/ |
H A D | mock_bundle_manager.cpp | 87 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 D | mock_bundle_manager_helper.cpp | 231 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 D | bundle_manager_helper_test.cpp | 182 EXPECT_EQ(false, bundleManagerHelper.GetResConfigFile(extension, profileInfos)); in HWTEST_F()
|
H A D | common_event_subscribe_unit_test.cpp | 989 bool result = bundleManagerHelper.GetResConfigFile(extension, profileInfos);
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | ime_system_channel.cpp | 266 if (!client.GetResConfigFile(extInfo, SMART_MENU_METADATA_NAME, profiles) || profiles.empty()) { in GetSmartMenuCfg()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_bundle_manager.cpp | 232 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 D | bms_adapter.cpp | 78 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 D | utils.cpp | 179 bundleMgrClient.GetResConfigFile(abilityInfo, metadataName, profileInfos); in Parse()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 91 if (!client->GetResConfigFile(extensionInfo, FORM_METADATA_NAME, profileInfos)) { in LoadStageFormConfigInfo()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 589 if (!clientImpl.GetResConfigFile(extInfo, iter->name, profiles)) { in ParseSubtype()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 4818 if (!bundleMgrClient.GetResConfigFile(abilityInfo, META_DATA_SHORTCUTS_NAME, rawJson)) { in TryGetRawDataByExtractor()
|