Searched refs:GetGroup (Results 1 - 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/ |
H A D | notification_fuzzer.cpp | 40 notification.GetGroup();
in DoSomethingInterestingWithMyAPI()
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_raw_data.h | 36 std::vector<std::string> GetGroup();
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_raw_data.cpp | 93 std::vector<std::string> VCardRawData::GetGroup() in GetGroup() function in OHOS::Telephony::VCardRawData
|
H A D | vcard_contact.cpp | 44 groups = rawData->GetGroup(); in AddRawData()
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | config_utils.h | 68 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 D | notification.h | 114 std::string GetGroup() const;
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 621 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 D | hidumper_configutils_test.cpp | 311 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 D | notification_test.cpp | 94 * @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 D | notification.cpp | 119 std::string Notification::GetGroup() const in GetGroup() function in OHOS::Notification::Notification
|
Completed in 8 milliseconds