Home
last modified time | relevance | path

Searched refs:expire (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsubscription.cpp68 uint64_t expire = it->second; in GetMinExpireTime() local
74 if (it->second < expire) { in GetMinExpireTime()
75 expire = it->second; in GetMinExpireTime()
78 return expire; in GetMinExpireTime()
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp301 int64_t expire = CalcNextDelayInternal(); in ArmTimer() local
302 FI_HILOGI("The next expire %{public}" PRId64, expire); in ArmTimer()
304 if (expire == 0) { in ArmTimer()
305 expire = 1; in ArmTimer()
307 if (expire > 0) { in ArmTimer()
308 tspec.it_value.tv_sec = expire / TIME_CONVERSION; in ArmTimer()
309 tspec.it_value.tv_nsec = (expire % TIME_CONVERSION) * TIME_CONVERSION * TIME_CONVERSION; in ArmTimer()
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp301 int64_t expire = CalcNextDelayInternal(); in ArmTimer() local
302 FI_HILOGI("The next expire %{public}" PRId64, expire); in ArmTimer()
304 if (expire == 0) { in ArmTimer()
305 expire = 1; in ArmTimer()
307 if (expire > 0) { in ArmTimer()
308 tspec.it_value.tv_sec = expire / TIME_CONVERSION; in ArmTimer()
309 tspec.it_value.tv_nsec = (expire % TIME_CONVERSION) * TIME_CONVERSION * TIME_CONVERSION; in ArmTimer()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/timer/
H A DSceneTimerOhImpl.cpp113 long long expire = it->second; in CheckRecordsAndTrigger() local
115 if (nowMs >= expire) { in CheckRecordsAndTrigger()
139 long long expire = nowMs + delay; in CalcExpireTimeStamp() local
140 return expire; in CalcExpireTimeStamp()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dsubscription_test.cpp178 auto expire = subscription.GetMinExpireTime(); variable
179 EXPECT_EQ(expire, 3600);
196 auto expire = subscription.GetMinExpireTime(); variable
197 EXPECT_EQ(expire, 0);
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/
H A DBUILD.gn48 "task/expire/event_delete_handler.cpp",
49 "task/expire/event_expire_task.cpp",
50 "task/expire/event_scan_handler.cpp",
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h262 int OhCloudExtCloudDbLock(OhCloudExtCloudDatabase *cdb, int *expire);
333 unsigned long long expire,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp142 int expire = 0; in Lock() local
143 auto status = OhCloudExtCloudDbLock(database_, &expire); in Lock()
144 interval_ = expire; in Lock()
H A Dcloud_server_impl.cpp352 auto expire = std::chrono::duration_cast<std::chrono::milliseconds> in DoSubscribe() local
356 …auto status = OhCloudExtCloudSyncSubscribe(server.get(), databases.get(), expire, &relations, &err… in DoSubscribe()
452 unsigned long long expire = 0; in SaveRelation() local
453 status = OhCloudExtRelationSetGetExpireTime(pRelationSet.get(), &expire); in SaveRelation()
454 if (status != ERRNO_SUCCESS || expire == 0) { in SaveRelation()
458 sub.expiresTime[bundleName] = static_cast<uint64_t>(expire); in SaveRelation()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs481 expire: *mut c_int, in OhCloudExtCloudDbLock()
483 if cdb.is_null() || expire.is_null() { in OhCloudExtCloudDbLock()
492 *expire = time; in OhCloudExtCloudDbLock()
607 expire: c_longlong, in OhCloudExtCloudSyncSubscribe()
629 match cloud_server.subscribe(dbs, expire) { in OhCloudExtCloudSyncSubscribe()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs73 expire: i64, in subscribe()
83 let ret = self.connect.subscribe(expire, bundle_name, &dbs_ipc)?; in subscribe()
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dschedule_node_helper.h33 std::optional<uint32_t> expire; member
/ohos5.0/base/telephony/core_service/services/etc/param/
H A Dtelephony.para17 const.telephony.sms.expire.days=7
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp1401 auto expire = sub.GetMinExpireTime(); in InitSubTask() local
1402 if (expire == INVALID_SUB_TIME) { in InitSubTask()
1410 expire = expire - TIME_BEFORE_SUB; // before 12 hours in InitSubTask()
1412 Duration delay = milliseconds(std::max(expire > now ? expire - now : 0, minInterval)); in InitSubTask()
1415 if (expire < expireTime_) { in InitSubTask()
1417 expireTime_ = expire > now ? expire : now; in InitSubTask()
1422 expireTime_ = expire > now ? expire : now; in InitSubTask()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_helper.cpp88 ->SetExpiredTime(para.expire.value_or(0)) in ScheduleInfoToScheduleNode()
/ohos5.0/docs/zh-cn/application-dev/calendarmanager/
H A Dcalendarmanager-event-developer.md164 // 日程重复次数,该字段和expire属性只需要填写一个,如果两个都填写按照count属性计算。
169 expire: date.getTime() + 60 * 60 * 1000 * 3,
/ohos5.0/docs/en/application-dev/calendarmanager/
H A Dcalendarmanager-event-developer.md164 …// Number of event recurrence times. Either count or expire needs to be set. If both attributes ar…
168 …// Event expiration time. Either count or expire needs to be set. If both attributes are set, the …
169 expire: date.getTime() + 60 * 60 * 1000 * 3,
H A Dcalendarmanager-overview.md41 …cording to the reminder rules set by yourself, when an event is about to expire or expires, the co…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md1784 | expire | number | 否 | 是 | 重复周期截止日。不填时,默认为0。 …
1785 …| 是 | 重复日程的重复次数,取值为非负整数,不填时默认为0,表示不会限定重复次数,会一直重复,取值为负时,效果等同于取值为0。当count与expire同时存在时以count为准。 <br/…
1786 …重复间隔,取值为非负整数,不填时默认为0,表示日程按照重复规则一直重复,没有间隔。取值为负时,效果等同于取值为0。当interval与expire同时存在时以expire为准。 <br/>此属性与…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1896 uint64_t expire = 24 * 60 * 60 * 1000; // 24hours, ms variable
1899 sub.expiresTime.insert_or_assign(TEST_CLOUD_BUNDLE, expire);
1903 EXPECT_EQ(sub.GetMinExpireTime(), expire);
/ohos5.0/docs/en/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md1788 | expire | number | No | Yes | End date of the r…
1789 …gative, the effect is the same as that of **0**. If both **count** and **expire** exist, **count**…
1790 …effect is the same as that of **0**. If both **interval** and **expire** exist, **expire** is used…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-application.md64 |新增|NA|类名:RecurrenceRule;<br>方法or属性:expire?: number;|@ohos.calendarManager.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-application.md64 |新增|NA|类名:RecurrenceRule;<br>方法or属性:expire?: number;|@ohos.calendarManager.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-application.md64 |Added|NA|Class name: RecurrenceRule;<br>Method or attribute name: expire?: number;|@ohos.calendarM…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-application.md64 |Added|NA|Class name: RecurrenceRule;<br>Method or attribute name: expire?: number;|@ohos.calendarM…