Home
last modified time | relevance | path

Searched defs:hashCodes (Results 1 – 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/src/tlv_box/
Dbatch_remove_box.cpp35 bool BatchRemoveNotificationBox::SetNotificationHashCodes(const std::string& hashCodes) in SetNotificationHashCodes()
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_service_test.cpp87 std::string hashCodes = "notificationId1 notificationId2"; variable
/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_publish_service_v2.cpp90 std::vector<std::string> hashCodes; in RemoveNotification() local
113 std::vector<std::string> hashCodes; in RemoveNotifications() local
214 std::string hashCodes, std::string slotTypes) in OnRemoveNotifications()
310 std::vector<std::string>& hashCodes, std::string &slotTypes) in MakeBatchRemvoeBox()
/base/notification/distributed_notification_service/frameworks/ets/ani/src/subscribe/
Dani_remove.cpp102 void AniRemoveForHashCodes(ani_env *env, ani_object hashCodes, ani_object reasonEnum) in AniRemoveForHashCodes()
/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
Dnotificationhelper_fuzzer.cpp91 std::vector<std::string> hashCodes; in TestPublishAndRemove() local
/base/location/frameworks/js/napi/notification/src/
Dnotification_napi.cpp781 const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes) in GetHashCodes()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1247 …on::GetHashCodes(const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes) in GetHashCodes()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp377 std::vector<std::string> hashCodes = {"data1", "data2"}; variable