/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client_impl.cpp | 127 std::vector<std::string> &profileInfos) const in GetResConfigFile() 135 if (profileInfos.empty()) { in GetResConfigFile() 145 std::vector<std::string> &profileInfos) const in GetResConfigFile() 153 if (profileInfos.empty()) { in GetResConfigFile() 163 std::vector<std::string> &profileInfos) const in GetResConfigFile() 171 if (profileInfos.empty()) { in GetResConfigFile() 198 std::vector<std::string> &profileInfos) const in GetProfileFromAbility() 217 std::vector<std::string> &profileInfos) const in GetProfileFromHap() 257 std::vector<std::string> &profileInfos) const in GetResProfileByMetadata() 361 profileInfos.emplace_back(profileJson.dump()); in GetResFromResMgr() [all …]
|
H A D | bundle_mgr_client.cpp | 87 std::vector<std::string> &profileInfos) const in GetResConfigFile() 93 return impl_->GetResConfigFile(hapModuleInfo, metadataName, profileInfos); in GetResConfigFile() 97 std::vector<std::string> &profileInfos) const in GetResConfigFile() 103 return impl_->GetResConfigFile(extensionInfo, metadataName, profileInfos); in GetResConfigFile() 107 std::vector<std::string> &profileInfos) const in GetResConfigFile() 113 return impl_->GetResConfigFile(abilityInfo, metadataName, profileInfos); in GetResConfigFile() 117 const std::string &metadataName, std::vector<std::string> &profileInfos) const in GetProfileFromExtension() 127 std::vector<std::string> &profileInfos) const in GetProfileFromAbility() 133 return impl_->GetProfileFromAbility(abilityInfo, metadataName, profileInfos); in GetProfileFromAbility() 137 std::vector<std::string> &profileInfos) const in GetProfileFromHap() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_client_impl.h | 48 std::vector<std::string> &profileInfos) const; 50 std::vector<std::string> &profileInfos) const; 52 std::vector<std::string> &profileInfos) const; 57 std::vector<std::string> &profileInfos) const; 59 std::vector<std::string> &profileInfos) const; 61 std::vector<std::string> &profileInfos) const; 77 …const std ::string &resourcePath, bool isCompressed, std::vector<std::string> &profileInfos) const; 81 bool isCompressed, std::vector<std::string> &profileInfos) const;
|
H A D | bundle_mgr_client.h | 61 std::vector<std::string> &profileInfos) const; 70 std::vector<std::string> &profileInfos) const; 79 std::vector<std::string> &profileInfos) const; 82 std::vector<std::string> &profileInfos) const; 84 std::vector<std::string> &profileInfos) const; 86 std::vector<std::string> &profileInfos) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_mgr_client_test/ |
H A D | bundle_mgr_client_test.cpp | 78 std::vector<std::string> profileInfos; in BenchmarkTestForGetResConfigFile1() local 81 client.GetResConfigFile(hapModuleInfo, metadataName, profileInfos); in BenchmarkTestForGetResConfigFile1() 98 std::vector<std::string> profileInfos; in BenchmarkTestForGetResConfigFile2() local 101 client.GetResConfigFile(extensionInfo, metadataName, profileInfos); in BenchmarkTestForGetResConfigFile2() 118 std::vector<std::string> profileInfos; in BenchmarkTestForGetResConfigFile3() local 121 client.GetResConfigFile(abilityInfo, metadataName, profileInfos); in BenchmarkTestForGetResConfigFile3()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_silent_config.cpp | 40 std::map<std::string, ProfileInfo> profileInfos; in IsSilentProxyEnable() local 41 if (!DataShareProfileConfig::GetProfileInfo(calledBundleName, currentUserId, profileInfos)) { in IsSilentProxyEnable() 44 for (const auto &[key, value] : profileInfos) { in IsSilentProxyEnable()
|
H A D | data_share_profile_config.cpp | 251 std::map<std::string, ProfileInfo> &profileInfos) in GetProfileInfo() argument 269 profileInfos[item.uri] = profileInfo.profile; in GetProfileInfo()
|
H A D | data_share_profile_config.h | 77 std::map<std::string, ProfileInfo> &profileInfos);
|
H A D | data_share_service_impl.cpp | 660 std::map<std::string, ProfileInfo> profileInfos; in SaveLaunchInfo() local 661 if (!DataShareProfileConfig::GetProfileInfo(bundleName, std::stoi(userId), profileInfos)) { in SaveLaunchInfo() 665 if (profileInfos.empty()) { in SaveLaunchInfo() 669 for (auto &[uri, value] : profileInfos) { in SaveLaunchInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_profile.cpp | 262 bool TransformToInfos(const InsightIntentProfileInfoVec &profileInfos, std::vector<InsightIntentInf… in TransformToInfos() argument 265 for (const auto &insightIntent : profileInfos.insightIntents) { in TransformToInfos() 285 InsightIntentProfileInfoVec profileInfos; in TransformTo() local 289 profileInfos = jsonObject.get<InsightIntentProfileInfoVec>(); in TransformTo() 299 return TransformToInfos(profileInfos, intentInfos); in TransformTo()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/ |
H A D | mock_bundle_manager.cpp | 89 vector<string> &profileInfos) const in GetResConfigFile() 93 profileInfos.push_back(str); in GetResConfigFile()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | utils.cpp | 176 std::vector<std::string> profileInfos; in Parse() local 179 bundleMgrClient.GetResConfigFile(abilityInfo, metadataName, profileInfos); in Parse() 180 if (profileInfos.empty()) { in Parse() 185 if (!nlohmann::json::accept(profileInfos[0])) { in Parse() 189 nlohmann::json sourceJson = nlohmann::json::parse(profileInfos[0]); in Parse()
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 232 std::vector<std::string> &profileInfos) in GetResConfigFile() argument 234 profileInfos = g_mockProfileInfos; in GetResConfigFile()
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | bundle_manager_helper.cpp | 100 std::vector<std::string> &profileInfos) in GetResConfigFile() argument 112 return client.GetResConfigFile(extension, META_NAME_STATIC_SUBSCRIBER, profileInfos); in GetResConfigFile()
|
H A D | static_subscriber_manager.cpp | 335 std::vector<std::string> profileInfos; in AddSubscriber() local 336 …!DelayedSingleton<BundleManagerHelper>::GetInstance()->GetResConfigFile(extension, profileInfos)) { in AddSubscriber() 340 for (auto profile : profileInfos) { in AddSubscriber()
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | bundle_manager_helper_test.cpp | 181 std::vector<std::string> profileInfos; in HWTEST_F() local 182 EXPECT_EQ(false, bundleManagerHelper.GetResConfigFile(extension, profileInfos)); in HWTEST_F()
|
H A D | common_event_subscribe_unit_test.cpp | 987 std::vector<std::string> profileInfos; variable 989 bool result = bundleManagerHelper.GetResConfigFile(extension, profileInfos);
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | bundle_manager_helper.h | 85 std::vector<std::string> &profileInfos);
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_bundle_manager.cpp | 233 std::vector<std::string>& profileInfos) const in GetResConfigFile() 249 profileInfos.push_back(buf.str()); in GetResConfigFile()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 2120 std::vector<std::string> profileInfos; variable 2121 bool res = impl.GetResFromResMgr(resName, resMgr, isCompressed, profileInfos); 2125 res = impl.GetResFromResMgr(BUNDLE_NAME, resMgr, isCompressed, profileInfos); 2316 std::vector<std::string> profileInfos; variable 2317 res = client.GetResConfigFile(hapModuleInfo, metadataName, profileInfos); 2321 res = client.GetResConfigFile(extensionInfo, metadataName, profileInfos); 2325 res = client.GetResConfigFile(abilityInfo, metadataName, profileInfos); 2328 res = client.GetProfileFromExtension(extensionInfo, metadataName, profileInfos); 2331 res = client.GetProfileFromAbility(abilityInfo, metadataName, profileInfos); 2334 res = client.GetResConfigFile(hapModuleInfo, metadataName, profileInfos);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 90 std::vector<std::string> profileInfos {}; in LoadStageFormConfigInfo() local 91 if (!client->GetResConfigFile(extensionInfo, FORM_METADATA_NAME, profileInfos)) { in LoadStageFormConfigInfo() 96 for (const auto &profileInfo: profileInfos) { in LoadStageFormConfigInfo()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | unpacking-tool.md | 136 | profileInfos | List\<profileInfo> | 应用的配置信息 | NA |
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | unpacking-tool.md | 136 | profileInfos | List\<profileInfo> | Configuration information of the application. …
|