Home
last modified time | relevance | path

Searched refs:GetGroup (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp40 notification.GetGroup(); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_raw_data.h36 std::vector<std::string> GetGroup();
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_raw_data.cpp93 std::vector<std::string> VCardRawData::GetGroup() in GetGroup() function in OHOS::Telephony::VCardRawData
H A Dvcard_contact.cpp44 groups = rawData->GetGroup(); in AddRawData()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h68 DumpStatus GetGroup(int index, std::vector<std::shared_ptr<DumpCfg>> &result,
70 DumpStatus GetGroup(const std::string &name, std::vector<std::shared_ptr<DumpCfg>> &result,
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h114 std::string GetGroup() const;
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp621 ret = GetGroup(name, result, args); in GetConfig()
706 GetGroup(groupCfg.list_[i], outlist, args, level, nest + 1); in GetGroupSimple()
716 DumpStatus ConfigUtils::GetGroup(int index, std::vector<std::shared_ptr<DumpCfg>> &result, in GetGroup() function in OHOS::HiviewDFX::ConfigUtils
765 DumpStatus ConfigUtils::GetGroup(const std::string &name, std::vector<std::shared_ptr<DumpCfg>> &result, in GetGroup() function in OHOS::HiviewDFX::ConfigUtils
788 ret = GetGroup(index, tmpUse, args, level); in GetGroup()
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp311 DumpStatus ret = configUtils.GetGroup(name, result, args, DumperConstant::LEVEL_HIGH, 11); in HWTEST_F()
313 ret = configUtils.GetGroup(0, result, args, DumperConstant::LEVEL_HIGH, 11); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp94 * @tc.desc: Test GetGroup parameters.
103 EXPECT_EQ(rrc->GetGroup(), ret); in HWTEST_F()
117 EXPECT_EQ(rrc->GetGroup(), ret); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp119 std::string Notification::GetGroup() const in GetGroup() function in OHOS::Notification::Notification

Completed in 8 milliseconds