Home
last modified time | relevance | path

Searched refs:profileInfos (Results 1 - 6 of 6) sorted by relevance

/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp232 std::vector<std::string> &profileInfos) in GetResConfigFile()
234 profileInfos = g_mockProfileInfos; in GetResConfigFile()
231 GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension, std::vector<std::string> &profileInfos) GetResConfigFile() argument
/base/notification/common_event_service/services/include/
H A Dbundle_manager_helper.h81 * @param profileInfos Indicates the profile information.
85 std::vector<std::string> &profileInfos);
/base/notification/common_event_service/services/test/unittest/
H A Dbundle_manager_helper_test.cpp181 std::vector<std::string> profileInfos; in HWTEST_F() local
182 EXPECT_EQ(false, bundleManagerHelper.GetResConfigFile(extension, profileInfos)); in HWTEST_F()
H A Dcommon_event_subscribe_unit_test.cpp987 std::vector<std::string> profileInfos; in HWTEST_F() local
989 bool result = bundleManagerHelper.GetResConfigFile(extension, profileInfos); in HWTEST_F()
/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp100 std::vector<std::string> &profileInfos) in GetResConfigFile()
112 return client.GetResConfigFile(extension, META_NAME_STATIC_SUBSCRIBER, profileInfos); in GetResConfigFile()
99 GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension, std::vector<std::string> &profileInfos) GetResConfigFile() argument
H A Dstatic_subscriber_manager.cpp335 std::vector<std::string> profileInfos; in AddSubscriber() local
336 if (!DelayedSingleton<BundleManagerHelper>::GetInstance()->GetResConfigFile(extension, profileInfos)) { in AddSubscriber()
340 for (auto profile : profileInfos) { in AddSubscriber()

Completed in 6 milliseconds