Home
last modified time | relevance | path

Searched refs:GetGroup (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp40 notification.GetGroup(); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dconfig_utils.h66 DumpStatus GetGroup(int index, std::vector<std::shared_ptr<DumpCfg>> &result,
68 DumpStatus GetGroup(const std::string &name, std::vector<std::shared_ptr<DumpCfg>> &result,
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h114 std::string GetGroup() const;
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp525 ret = GetGroup(name, result, args); in GetConfig()
610 GetGroup(groupCfg.list_[i], outlist, args, level, nest + 1); in GetGroupSimple()
620 DumpStatus ConfigUtils::GetGroup(int index, std::vector<std::shared_ptr<DumpCfg>> &result, in GetGroup() function in OHOS::HiviewDFX::ConfigUtils
669 DumpStatus ConfigUtils::GetGroup(const std::string &name, std::vector<std::shared_ptr<DumpCfg>> &re… in GetGroup() function in OHOS::HiviewDFX::ConfigUtils
692 ret = GetGroup(index, tmpUse, args, level); in GetGroup()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp103 EXPECT_EQ(rrc->GetGroup(), ret);
117 EXPECT_EQ(rrc->GetGroup(), ret);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp112 std::string Notification::GetGroup() const in GetGroup() function in OHOS::Notification::Notification