Home
last modified time | relevance | path

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

1234567

/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
H A Dpicker_date_component.cpp63 auto date = GetCurrentDate(); in OnTitleBuilding() local
95 auto date = selectedDate_; in GetSelectedObject() local
235 auto date = GetCurrentDate(); in HandleSolarYearChange() local
298 auto date = GetCurrentDate(); in HandleSolarMonthChange() local
342 auto date = GetCurrentDate(); in HandleSolarDayChange() local
706 void PickerDateComponent::AdjustSolarDate(PickerDate& date, const PickerDate& start, const PickerDa… in AdjustSolarDate()
/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()
/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
/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
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Di_devicestatus_storage.h31 std::string date; member
/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/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()
H A Dans_manager_proxy_reminder.cpp162 ErrCode AnsManagerProxy::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
248 uint64_t date = 0; in GetExcludeDates() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_model_ng.h27 CalendarDay date; member
/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/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
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/
H A DPasteBoardDelayPerfJsunit.test.js22 var date = new Date(); variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_calendar.cpp197 void I18nCalendar::Set(int32_t year, int32_t month, int32_t date) in Set()
283 bool I18nCalendar::IsWeekend(int64_t date, UErrorCode &status) in IsWeekend()
327 int32_t I18nCalendar::CompareDays(UDate date) in CompareDays()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp146 std::vector<uint8_t> date; in LoadKeyFromFile() local
166 …std::vector<uint8_t> date(reinterpret_cast<uint8_t *>(&time), reinterpret_cast<uint8_t *>(&time) +… in SaveKeyToFile() local
363 bool SecurityManager::IsKeyOutdated(const std::vector<uint8_t> &date) in IsKeyOutdated()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp62 ErrCode ReminderHelper::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.cpp110 float date = date_->Get(); in onDraw() local
211 DrawingContext& context, const CometParam& cometParam, float orbitRadius, float date) in DrawOrbit()
444 auto date = weakDate.Upgrade(); in StartRecycle() local
470 auto date = weakDate.Upgrade(); in StartTransToRecycleAnimation() local
511 void LoadingProgressModifier::CloseAnimation(float date, float cometLen, float cometOpacity, float … in CloseAnimation()

1234567