Home
last modified time | relevance | path

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

1234

/base/telephony/telephony_data/common/include/
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()
/base/security/security_guard/services/data_collect/store/src/
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
/base/msdp/device_status/interfaces/innerkits/include/
Di_devicestatus_storage.h31 std::string date; member
/base/notification/distributed_notification_service/frameworks/core/src/
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()
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
/base/security/certificate_framework/test/unittest/v1.0/src/
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
787 const char *date = "20320816124906Z"; variable
804 const char *date = "20330816124906Z"; variable
[all …]
Dcrypto_x509_cert_chain_test.cpp1247 const char *date = "20231205073900Z"; variable
1275 const char *date = "20240901235900Z"; variable
1303 const char *date = "231205073900Z"; variable
1331 const char *date = "231206090000"; variable
1356 const char *date = "abc"; // format is not correct. variable
1381 const char *date = "20231205073500Z"; variable
1407 const char *date = "20240901235901Z"; variable
1484 const char *date = "20231212080000Z"; variable
/base/global/i18n/frameworks/intl/test/fuzztest/timezone_fuzzer/
Dtimezone_fuzzer.cpp36 double date = *(reinterpret_cast<const double*>(data + offset)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
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
Dnotification_preferences_database_test.cpp221 sptr<NotificationDoNotDisturbDate> date = variable
239 sptr<NotificationDoNotDisturbDate> date = variable
257 sptr<NotificationDoNotDisturbDate> date = variable
276 sptr<NotificationDoNotDisturbDate> date = variable
Dnotification_subscriber_manager_test.cpp58 … void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override in OnDoNotDisturbDateChange()
131 sptr<NotificationDoNotDisturbDate> date = variable
Dadvanced_notification_service_test.cpp115 … void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override in OnDoNotDisturbDateChange()
375 sptr<NotificationDoNotDisturbProfile> date = nullptr; variable
438 sptr<NotificationDoNotDisturbProfile> date = nullptr; variable
814 sptr<NotificationDoNotDisturbDate> date = variable
853 sptr<NotificationDoNotDisturbDate> date = variable
882 sptr<NotificationDoNotDisturbDate> date = variable
910 sptr<NotificationDoNotDisturbDate> date = variable
938 sptr<NotificationDoNotDisturbDate> date = variable
1156 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
1522 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
[all …]
/base/global/i18n/frameworks/intl/src/
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()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_helper.cpp62 ErrCode ReminderHelper::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
Dtrace_flow_controller.cpp190 std::string date = TimeUtil::TimestampFormatToDate(happenTimeInSecond, "%Y%m%d"); in HasCallOnceToday() local
203 std::string date = TimeUtil::TimestampFormatToDate(happenTimeInSecond, "%Y%m%d"); in RecordCaller() local
/base/usb/usb_manager/test/native/js_unittest/
DDateAndTimeUtil.js65 concatDate(year, month, date) { argument
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp65 …sptr<Notification::NotificationDoNotDisturbDate> date = new Notification::NotificationDoNotDisturb… in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp109 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
910 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
925 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
940 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
955 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
1114 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
1130 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp54 …sptr<Notification::NotificationDoNotDisturbDate> date = new Notification::NotificationDoNotDisturb… in DoSomethingInterestingWithMyAPI() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_ohos_resource_adapter_impl.cpp50 const ArkWebString& rawFile, uint16_t& date, uint16_t& time, bool isSys) in GetRawFileLastModTime()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
Dmock_ans_subscriber.h51 void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) override {}; in OnDoNotDisturbDateChange()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Ddisturb_mode.h30 NotificationDoNotDisturbDate date; member
60 NotificationDoNotDisturbDate date; member
/base/telephony/sms_mms/interfaces/kits/js/
D@ohos.telephony.sms.d.ts1048 date?: number; property
1388 date: number; property
1568 date: number; property
1658 date: number; property
1738 date?: number; property
/base/telephony/sms_mms/frameworks/js/napi/include/
Dnapi_mms.h80 int64_t date = 0; member
117 int64_t date = 0; member
140 int64_t date = 0; member
151 int64_t date = 0; member
160 int64_t date = 0; member
/base/security/security_guard/interfaces/inner_api/collect/src/
Dsg_collect_client.cpp94 std::string date = SecurityGuardUtils::GetDate(); in ReportSecurityInfo() local

1234