Home
last modified time | relevance | path

Searched refs:GenerateNotificationKey (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp32 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/
Dreadfromparcel_fuzzer.cpp69 notification.GenerateNotificationKey(stringData, color, color, stringData, color); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h258 std::string GenerateNotificationKey(
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp202 EXPECT_EQ(rrc->GenerateNotificationKey(deviceId, userId, uid, label, id), result);