Home
last modified time | relevance | path

Searched defs:date (Results 1 – 25 of 222) sorted by relevance

123456789

/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_database_helper_test.cpp119 uint64_t date = 15254400; variable
135 uint64_t date = 15254400; variable
149 uint64_t date = 15254400; variable
164 uint64_t date = 15254400; variable
178 uint64_t date = 15254400; variable
195 uint64_t date = 15254400; variable
206 uint64_t date = 15254400; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.cpp62 auto date = selectedDate_; in GetSelectedObject() local
96 datePicker_->SetOnDateChange([weak = WeakClaim(this)] (const PickerDate& date) { in InitDatePicker()
115 void PickerDateTimeComponent::OnSubsidiaryChange(const PickerDate& date) in OnSubsidiaryChange()
183 Date date; in GetMonthDayFormatString() local
218 PickerDate date; in OnDataLinking() local
229 PickerDate date; in OnDataLinking() local
H A Dpicker_data.cpp24 PickerDate date; in Current() local
71 DateTime date; in ToString() local
244 DateTime date; in Init() local
255 DateTime date; in Init() local
261 DateTime date; in Init() local
H A Dpicker_data.h137 PickerDateTime(const PickerDate& date, const PickerTime& time) : date_(date), time_(time) {} in PickerDateTime()
262 PickerDateF date; in CreateYear() local
269 PickerDateF date; variable
278 PickerDateF date; variable
286 PickerDateF date; variable
/ohos5.0/base/telephony/telephony_data/common/include/
H A Dtime_util.h24 void FormatDate(std::string &date, const tm *ltm) in FormatDate()
64 void GetCurrentTime(std::string &date) in GetCurrentTime()
79 void GetTimeOfThirty(std::string &date) in GetTimeOfThirty()
/aosp14/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDateArgument.java29 public final Date date; field in KeymasterDateArgument
31 public KeymasterDateArgument(int tag, Date date) { in KeymasterDateArgument()
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_date_napi.cpp38 napi_value date = nullptr; in CreateDateFun() local
47 napi_value date = nullptr, result = nullptr; in IsDateFun() local
61 napi_value date = nullptr, result = nullptr; in GetDateValueFun() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/alarm/src/main/js/default/pages/index/
H A Dindex.js108 let date = new Date(); variable
161 let date = new Date(); variable
/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java94 public void setDate(long date) { in setDate()
99 public void setDate(long date, boolean animate, boolean center) { in setDate()
114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
H A DCalendarView.java546 public void setDate(long date) { in setDate()
564 public void setDate(long date, boolean animate, boolean center) { in setDate()
577 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
638 void setDate(long date); in setDate()
639 void setDate(long date, boolean animate, boolean center); in setDate()
642 boolean getBoundsForDate(long date, Rect outBounds); in getBoundsForDate()
791 public static boolean parseDate(String date, Calendar outDate) { in parseDate()
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Daudit_event_mem_rdb_helper.cpp109 int AuditEventMemRdbHelper::QueryEventFromMemByDate(std::vector<SecEvent> &events, std::string date) in QueryEventFromMemByDate()
151 int AuditEventMemRdbHelper::DeleteFlushDataFromMem(std::string date) in DeleteFlushDataFromMem()
163 int AuditEventMemRdbHelper::DeleteExpiredDataFromMain(std::string date) in DeleteExpiredDataFromMain()
182 std::string date = SecurityGuardUtils::GetDate(); in FlushAllEvent() local
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DSmsQueryHelper.java84 long date = cursor.getLong(dateIndex); in querySince() local
111 private boolean addEvent(String phoneNumber, long date, int type) { in addEvent()
120 private boolean validateEvent(String phoneNumber, long date, int type) { in validateEvent()
H A DCallLogQueryHelper.java81 long date = cursor.getLong(dateIndex); in querySince() local
107 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent()
119 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent()
H A DMmsQueryHelper.java90 long date = cursor.getLong(dateIndex) * MILLIS_PER_SECONDS; in querySince() local
143 private boolean addEvent(String phoneNumber, long date, int msgBox) { in addEvent()
152 private boolean validateEvent(String phoneNumber, long date, int msgBox) { in validateEvent()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/
H A Dindex.js53 date: this.getCurrentDateTime(), property in data
88 date: '2021-12-31 10:00:00', property in data
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Di_devicestatus_storage.h31 std::string date; member
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DZipUtils.h73 const uint32_t date = when >> 16; in zipTimeToTimespec() local
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-date.md1 # date chapter
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-date.md1 # date chapter
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp30 ErrCode AnsManagerProxy::SetDoNotDisturbDate(const sptr<NotificationDoNotDisturbDate> &date) in SetDoNotDisturbDate()
64 ErrCode AnsManagerProxy::GetDoNotDisturbDate(sptr<NotificationDoNotDisturbDate> &date) in GetDoNotDisturbDate()
192 …gerProxy::SetDoNotDisturbDate(const int32_t &userId, const sptr<NotificationDoNotDisturbDate> &dat… in SetDoNotDisturbDate()
231 …sManagerProxy::GetDoNotDisturbDate(const int32_t &userId, sptr<NotificationDoNotDisturbDate> &date) in GetDoNotDisturbDate()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_certificate_test.cpp272 const char *date = "231018162433Z"; variable
281 const char *date = "20231018162433Z"; variable
290 const char *date = "20991018162433Z"; variable
299 const char *date = "20191018162433Z"; variable
308 const char *date = "20191018"; variable
736 const char *date = "20220819124900Z"; variable
753 const char *date = "20220819124906Z"; variable
770 const char *date = "20231018162433Z"; variable
1653 const char *date = "2020"; variable
1699 const char *date = "2020"; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_model_ng.h27 CalendarDay date; member
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/timezone_fuzzer/
H A Dtimezone_fuzzer.cpp36 double date = *(reinterpret_cast<const double*>(data + offset)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_reporter.cpp48 std::string date = RingtoneFileUtils::StrCreateTimeByMilliseconds(DATE_FORMAT, in ReportDfxMessage() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp115 … void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override in OnDoNotDisturbDateChange()
758 sptr<NotificationDoNotDisturbDate> date = variable
776 sptr<NotificationDoNotDisturbDate> date = variable
934 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
951 sptr<NotificationDoNotDisturbDate> date = nullptr; variable

123456789