Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_unlock_listener_oper_service.cpp188 std::vector<std::string> hashcodes; in TriggerByJumpType() local
207 std::vector<std::string> hashcodes; in TriggerByJumpType() local
Ddistributed_service.cpp170 std::vector<std::string> hashcodes; in ReleaseDevice() local
Ddistributed_publish_service_v2.cpp144 …istributedPublishService::RemoveDistributedNotifications(const std::vector<std::string>& hashcodes) in RemoveDistributedNotifications()
757 std::vector<std::string> hashcodes; in RemoveAllDistributedNotifications() local
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dremove.h33 std::vector<std::string> hashcodes; member
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_publish_service_test.cpp364 std::vector<std::string> hashcodes; variable
396 std::vector<std::string> hashcodes; variable
436 std::vector<std::string> hashcodes; variable
472 std::vector<std::string> hashcodes; variable
510 std::vector<std::string> hashcodes; variable
547 std::vector<std::string> hashcodes; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp190 …ErrCode RemoveNotifications(const std::vector<std::string> &hashcodes, int32_t removeReason) overr… in RemoveNotifications()
195 ErrCode RemoveDistributedNotifications(const std::vector<std::string>& hashcodes, in RemoveDistributedNotifications()
800 std::vector<std::string> hashcodes; variable
818 std::vector<std::string> hashcodes; variable
837 std::vector<std::string> hashcodes; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dremove.cpp71 std::vector<std::string> hashcodes; in ParseHashcodeTypeParams() local
/base/notification/distributed_notification_service/services/ans/src/advanced_notification_manager/
Dadvanced_notification_cancel.cpp923 const std::vector<std::string>& hashcodes, const int32_t slotTypeInt, in RemoveDistributedNotifications()
1014 const std::vector<std::string>& hashcodes, const int32_t removeReason) in RemoveDistributedNotifications()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp296 ErrCode NotificationHelper::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t r… in RemoveNotifications()
311 …rCode NotificationHelper::RemoveDistributedNotifications(const std::vector<std::string>& hashcodes, in RemoveDistributedNotifications()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp911 ErrCode AnsNotification::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t remo… in RemoveNotifications()
928 ErrCode AnsNotification::RemoveDistributedNotifications(const std::vector<std::string>& hashcodes, in RemoveDistributedNotifications()
/base/notification/distributed_notification_service/tools/test/mock/
Dmock_ans_manager_stub.h188 …ErrCode RemoveNotifications(const std::vector<std::string>& hashcodes, int32_t removeReason) overr… in RemoveNotifications()