Home
last modified time | relevance | path

Searched defs:hashcodes (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dremove.h33 std::vector<std::string> hashcodes; member
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp180 …ErrCode RemoveNotifications(const std::vector<std::string> &hashcodes, int32_t removeReason) overr… in RemoveNotifications()
459 std::vector<std::string> hashcodes; variable
477 std::vector<std::string> hashcodes; variable
497 std::vector<std::string> hashcodes; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dremove.cpp70 std::vector<std::string> hashcodes; in ParseHashcodeTypeParams() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp201 ErrCode NotificationHelper::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t r… in RemoveNotifications()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp491 ErrCode AnsNotification::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t remo… in RemoveNotifications()