Searched refs:excludeDates (Results 1 - 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 488 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 D | reminder_request_calendar.cpp | 95 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 D | advancednotificationservice_fuzzer.cpp | 142 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 D | reminder_request_calendar_test.cpp | 1459 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 D | ansmanagerstubannexthree_fuzzer.cpp | 404 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 D | ansmanagerstubannex_fuzzer.cpp | 412 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 D | ansmanagerstub_fuzzer.cpp | 413 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 D | publish.cpp | 62 std::vector<uint64_t> excludeDates; member 1385 asynccallbackinfo->excludeDates); in GetExcludeDates() 1397 GetExcludeDatesInner(env, asynccallbackinfo->excludeDates, asynccallbackinfo->result); in GetExcludeDates()
|
Completed in 11 milliseconds