Home
last modified time | relevance | path

Searched defs:date (Results 126 – 150 of 222) sorted by relevance

123456789

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_proxy.cpp309 void AnsSubscriberProxy::OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) in OnDoNotDisturbDateChange()
H A Dans_manager_stub.cpp995 sptr<NotificationDoNotDisturbDate> date = data.ReadParcelable<NotificationDoNotDisturbDate>(); in HandleSetDoNotDisturbDate() local
1012 sptr<NotificationDoNotDisturbDate> date = nullptr; in HandleGetDoNotDisturbDate() local
2017 uint64_t date = 0; in HandleAddExcludeDate() local
2065 for (const auto date : dates) { in HandleGetExcludeDates() local
2166 sptr<NotificationDoNotDisturbDate> date = data.ReadParcelable<NotificationDoNotDisturbDate>(); in HandleSetDoNotDisturbDateByUser() local
2189 sptr<NotificationDoNotDisturbDate> date = nullptr; in HandleGetDoNotDisturbDateByUser() local
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp219 void ExtraTimeAndDate(time_t when, uint16_t &date, uint16_t &time) in GetFileSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drender_calendar.cpp246 void RenderCalendar::OnDateSelected(const CalendarDay& date) in OnDateSelected()
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_sdk_adaptor.cpp112 std::string date = SecurityGuardUtils::GetDate(); in ReportSecurityInfo() local
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpost_event_utils.cpp285 string date = GetStringValue(KEY_DB_CORRUPT, errMap); in PostDatabaseCorruption() local
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadata_collector.cpp324 std::string date; in FormatDateTime() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp346 const std::shared_ptr<NotificationDoNotDisturbDate> &date) {} in OnDoNotDisturbDateChange()
H A Dadvanced_notification_utils.cpp761 …ode AdvancedNotificationService::SetDoNotDisturbDate(const sptr<NotificationDoNotDisturbDate> &dat… in SetDoNotDisturbDate()
785 ErrCode AdvancedNotificationService::GetDoNotDisturbDate(sptr<NotificationDoNotDisturbDate> &date) in GetDoNotDisturbDate()
1549 const sptr<NotificationDoNotDisturbDate> &date) in SetDoNotDisturbDateByUser()
1612 sptr<NotificationDoNotDisturbDate> &date) in GetDoNotDisturbDateByUser()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h413 void AdjustSolarDate(PickerDate& date, const PickerDate& start, const PickerDate& end) const in AdjustSolarDate()
424 void AdjustSolarDate(PickerDate& date) const in AdjustSolarDate()
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.cpp385 uint16_t date; in EncodeCentralDirEntry() local
422 uint16_t date; in EncodeLocalFileHeader() local
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java131 Date date = sdf.parse(expirationDate); in parsePinSet() local
/aosp14/system/core/fastboot/fuzzer/
H A Dfastboot_fuzzer.cpp73 string date = to_string(year) + "-" + to_string(month) + "-" + to_string(day); in InvokeParseApi() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_datepicker_ffi.cpp67 void ConvertToNoramlDate(PickerDate& date) in ConvertToNoramlDate()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp106 … void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override in OnDoNotDisturbDateChange()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java1129 public Builder setCertificateNotBefore(@NonNull Date date) { in setCertificateNotBefore()
1144 public Builder setCertificateNotAfter(@NonNull Date date) { in setCertificateNotAfter()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp63 NotificationDoNotDisturbDate date; member
643 …id SubscriberInstance::OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate… in OnDoNotDisturbDateChange()
702 void SubscriberInstance::onDoNotDisturbChanged(const std::shared_ptr<NotificationDoNotDisturbDate>&… in onDoNotDisturbChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h88 CalendarDay date; member
H A Dcalendar_pattern.cpp445 DateTime date; in UpdateTitleNode() local
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_msg.cpp118 int64_t date = 0; in GetMmsDate() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp378 std::string date(tmp); in GetFormatDate() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp311 char date[FORMAT_BLANK_SIZE] = { 0 }; in AddErrorInfo() local
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_certificate.c120 static CfResult CheckValidityWithDate(HcfX509Certificate *self, const char *date) in CheckValidityWithDate()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.h60 std::string date = ""; member
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp72 … void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override in OnDoNotDisturbDateChange()

123456789