Searched refs:GetGroup (Results 1 – 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/ |
D | notification_fuzzer.cpp | 40 notification.GetGroup(); in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
D | config_utils.h | 66 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/ |
D | notification.h | 114 std::string GetGroup() const;
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_utils.cpp | 525 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/ |
D | notification_test.cpp | 103 EXPECT_EQ(rrc->GetGroup(), ret); 117 EXPECT_EQ(rrc->GetGroup(), ret);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification.cpp | 112 std::string Notification::GetGroup() const in GetGroup() function in OHOS::Notification::Notification
|