Home
last modified time | relevance | path

Searched refs:excludeDates (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp488 std::string excludeDates; in AppendValuesBucket() local
502 excludeDates = calendar->SerializationExcludeDates(); in AppendValuesBucket()
516 values.PutString(ReminderCalendarTable::EXCLUDE_DATES, excludeDates); in AppendValuesBucket()
643 std::string excludeDates; in RecoverFromDb() local
644 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderCalendarTable::EXCLUDE_DATES, excludeDates); in RecoverFromDb()
645 calendar->DeserializationExcludeDates(excludeDates); in RecoverFromDb()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp95 std::vector<uint64_t> excludeDates; in GetExcludeDates() local
97 excludeDates.push_back(date); in GetExcludeDates()
99 return excludeDates; in GetExcludeDates()
806 root["excludeDates"] = nlohmann::json::array(); in SerializationExcludeDates()
808 root["excludeDates"].push_back(date); in SerializationExcludeDates()
853 if (!root.contains("excludeDates") || !root["excludeDates"].is_array()) { in DeserializationExcludeDates()
857 for (auto date : root["excludeDates"]) { in DeserializationExcludeDates()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp142 std::vector<uint64_t> excludeDates; in DoSomethingInterestingWithMyAPI() local
143 service->GetExcludeDates(reminderId, excludeDates); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp1459 calendar->DeserializationExcludeDates(R"({"excludeDates":"com.example.myapplication"})"); in HWTEST_F()
1462 calendar->DeserializationExcludeDates(R"({"excludeDates":[]})"); in HWTEST_F()
1465 calendar->DeserializationExcludeDates(R"({"excludeDates":["a"]})"); in HWTEST_F()
1468 calendar->DeserializationExcludeDates(R"({"excludeDates":["a", 1713110400000]})"); in HWTEST_F()
1472 calendar->DeserializationExcludeDates(R"({"excludeDates":[1713196800000, 1713110400000]})"); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp404 std::vector<uint64_t> excludeDates; in DoSomethingInterestingWithMyAPI() local
405 ansManagerStub.GetExcludeDates(reminderId, excludeDates); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp412 std::vector<uint64_t> excludeDates; in DoSomethingInterestingWithMyAPI() local
413 ansManagerStub.GetExcludeDates(reminderId, excludeDates); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp413 std::vector<uint64_t> excludeDates; in DoSomethingInterestingWithMyAPI() local
414 ansManagerStub.GetExcludeDates(reminderId, excludeDates); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp62 std::vector<uint64_t> excludeDates; member
1385 asynccallbackinfo->excludeDates); in GetExcludeDates()
1397 GetExcludeDatesInner(env, asynccallbackinfo->excludeDates, asynccallbackinfo->result); in GetExcludeDates()

Completed in 11 milliseconds