Home
last modified time | relevance | path

Searched refs:GetCreateBundle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp36 notification.GetCreateBundle(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dpermission_filter.cpp70 if (record->notification->GetBundleName() != record->notification->GetCreateBundle()) { in OnPublish()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h85 std::string GetCreateBundle() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp50 EXPECT_EQ(rrc->GetCreateBundle(), ret);
491 EXPECT_EQ(rrc->GetCreateBundle(), ret);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp93 std::string Notification::GetCreateBundle() const in GetCreateBundle() function in OHOS::Notification::Notification