Home
last modified time | relevance | path

Searched refs:IsGroup (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp50 notification.IsGroup(); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddump_cfg.h43 bool IsGroup() const;
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dhidumper_executor.cpp149 if ((ptrDumpCfg_ != nullptr) && ptrDumpCfg_->IsGroup()) { in GetHitTickCount()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h183 bool IsGroup() const;
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp48 bool DumpCfg::IsGroup() const in IsGroup() function in OHOS::HiviewDFX::DumpCfg
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp56 EXPECT_EQ(rrc->IsGroup(), false);
120 EXPECT_EQ(rrc->IsGroup(), false);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp180 bool Notification::IsGroup() const in IsGroup() function in OHOS::Notification::Notification
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_hisysevent_test.cpp173 auto result = notificationTest.IsGroup(); in HWTEST_F()
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp514 if (dumpCfg->IsOutput() || dumpCfg->IsGroup()) { in DumpDatas()