Searched refs:TimeType (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/ |
H A D | event.h | 92 const TimeType& GetTimeStamp() const in GetTimeStamp() 103 void SetTimeStamp(const TimeType& timeStamp) in SetTimeStamp() 109 TimeType timeStamp_;
|
H A D | long_press_event.h | 58 LongPressEvent(const Point& pos, const TimeType& timeStamp) : Event(pos) in LongPressEvent()
|
/ohos5.0/base/time/time_service/test/unittest/js_test/permission/ |
H A D | SystemDateTimeGet.test.js | 665 const time = systemDateTime.getUptime(systemDateTime.TimeType.STARTUP, false); 683 const time = systemDateTime.getUptime(systemDateTime.TimeType.STARTUP); 701 const time = systemDateTime.getUptime(systemDateTime.TimeType.STARTUP, true); 719 const time = systemDateTime.getUptime(systemDateTime.TimeType.ACTIVE, false); 737 const time = systemDateTime.getUptime(systemDateTime.TimeType.ACTIVE); 755 const time = systemDateTime.getUptime(systemDateTime.TimeType.ACTIVE, true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/ |
H A D | testbase.ts | 150 let startTime = systemDateTime.getUptime(systemDateTime.TimeType.STARTUP, true); 152 let endTime = systemDateTime.getUptime(systemDateTime.TimeType.STARTUP, true); 177 let startTime = systemDateTime.getUptime(systemDateTime.TimeType.STARTUP, true); 181 let endTime = systemDateTime.getUptime(systemDateTime.TimeType.STARTUP, true);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-misc.md | 14 |新增|NA|类名:systemDateTime;<br>方法or属性:function getUptime(timeType: TimeType, isNanoseconds?: boolean)… 16 |新增|NA|类名:TimeType;<br>方法or属性:STARTUP|@ohos.systemDateTime.d.ts| 17 |新增|NA|类名:TimeType;<br>方法or属性:ACTIVE|@ohos.systemDateTime.d.ts|
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | event_unit_test.cpp | 25 const TimeType TIME_STAMP = 10;
|
H A D | long_press_event_unit_test.cpp | 25 const TimeType TIME_STAMP = 10;
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_types.h | 41 using TimeType = uint32_t; variable
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-date-time.md | 15 ## TimeType<sup>10+</sup> 481 getUptime(timeType: TimeType, isNanoseconds?: boolean): number 491 | timeType | [TimeType](#timetype10) | 是 | 获取时间的类型,仅能为`STARTUP`或者`ACTIVE`。 … 514 let time = systemDateTime.getUptime(systemDateTime.TimeType.ACTIVE, false);
|
H A D | js-apis-system-date-time-sys.md | 15 ## TimeType<sup>10+</sup>
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-misc.md | 14 …stemDateTime;<br>Method or attribute name: function getUptime(timeType: TimeType, isNanoseconds?: … 16 |Added|NA|Class name: TimeType;<br>Method or attribute name: STARTUP|@ohos.systemDateTime.d.ts| 17 |Added|NA|Class name: TimeType;<br>Method or attribute name: ACTIVE|@ohos.systemDateTime.d.ts|
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-date-time.md | 15 ## TimeType<sup>10+</sup> 481 getUptime(timeType: TimeType, isNanoseconds?: boolean): number 491 | timeType | [TimeType](#timetype10) | Yes | Type of the time to be obtained. The value can o… 514 let time = systemDateTime.getUptime(systemDateTime.TimeType.ACTIVE, false);
|
H A D | js-apis-system-date-time-sys.md | 15 ## TimeType<sup>10+</sup>
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-misc.md | 157 |新增|NA|类名:systemDateTime;<br>方法or属性:function getUptime(timeType: TimeType, isNanoseconds?: boolean)… 159 |新增|NA|类名:TimeType;<br>方法or属性:STARTUP|@ohos.systemDateTime.d.ts| 160 |新增|NA|类名:TimeType;<br>方法or属性:ACTIVE|@ohos.systemDateTime.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-misc.md | 157 …stemDateTime;<br>Method or attribute name: function getUptime(timeType: TimeType, isNanoseconds?: … 159 |Added|NA|Class name: TimeType;<br>Method or attribute name: STARTUP|@ohos.systemDateTime.d.ts| 160 |Added|NA|Class name: TimeType;<br>Method or attribute name: ACTIVE|@ohos.systemDateTime.d.ts|
|