Searched refs:excludeDate (Results 1 – 3 of 3) sorted by relevance
49 uint64_t excludeDate = static_cast<uint64_t>(reminderId); in DoSomethingInterestingWithMyAPI() local50 Notification::ReminderHelper::AddExcludeDate(reminderId, excludeDate); in DoSomethingInterestingWithMyAPI()
56 uint64_t excludeDate = 0; member68 uint64_t excludeDate = 0; member1186 params.excludeDate = static_cast<uint64_t>(date); in ParseAddExcludeDateParameter()1211 asynccallbackinfo->excludeDate = params.excludeDate; in AddExcludeDate()1229 asynccallbackinfo->excludeDate); in AddExcludeDate()
404 uint64_t excludeDate = fuzzData.GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local405 ansManagerStub.AddExcludeDate(reminderId, excludeDate); in DoSomethingInterestingWithMyAPI()