Searched refs:GenerateNotificationKey (Results 1 – 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification.cpp | 32 key_ = GenerateNotificationKey("", GetUserId(), GetUid(), GetLabel(), GetId()); in Notification() 39 key_ = GenerateNotificationKey(deviceId, GetUserId(), GetUid(), GetLabel(), GetId()); in Notification() 468 std::string Notification::GenerateNotificationKey( in GenerateNotificationKey() function in OHOS::Notification::Notification
|
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/ |
D | readfromparcel_fuzzer.cpp | 69 notification.GenerateNotificationKey(stringData, color, color, stringData, color); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification.h | 258 std::string GenerateNotificationKey(
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_test.cpp | 202 EXPECT_EQ(rrc->GenerateNotificationKey(deviceId, userId, uid, label, id), result);
|