/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | distribute_net_ledger_mock.cpp | 41 int32_t LnnGetDLHeartbeatTimestamp(const char *networkId, uint64_t *timestamp) in LnnGetDLHeartbeatTimestamp() 46 int32_t LnnSetDLHeartbeatTimestamp(const char *networkId, const uint64_t timestamp) in LnnSetDLHeartbeatTimestamp()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | WallpaperPreferences.java | 291 void addDailyRotation(long timestamp); in addDailyRotation() 327 void setDailyWallpaperEnabledTimestamp(long timestamp); in setDailyWallpaperEnabledTimestamp() 346 void setLastDailyLogTimestamp(long timestamp); in setLastDailyLogTimestamp() 360 void setLastAppActiveTimestamp(long timestamp); in setLastAppActiveTimestamp() 368 void setDailyWallpaperRotationStatus(int status, long timestamp); in setDailyWallpaperRotationStatus() 391 void setLastSyncTimestamp(long timestamp); in setLastSyncTimestamp()
|
H A D | DefaultWallpaperPreferences.java | 543 public void addDailyRotation(long timestamp) { in addDailyRotation() 656 long timestamp = jsonArray.getLong(i); in getDailyRotationsPreviousDay() local 676 public void setDailyWallpaperEnabledTimestamp(long timestamp) { in setDailyWallpaperEnabledTimestamp() 698 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp() 711 public void setLastAppActiveTimestamp(long timestamp) { in setLastAppActiveTimestamp() 718 public void setDailyWallpaperRotationStatus(int status, long timestamp) { in setDailyWallpaperRotationStatus() 743 public void setLastSyncTimestamp(long timestamp) { in setLastSyncTimestamp()
|
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/ |
H A D | sandbox_manager_stub.cpp | 226 sptr<PolicyInfoVectorParcel> &policyInfoVectorParcel, uint64_t &policyFlag, uint64_t ×tamp) in ReadSetPolicyParcel() 262 uint64_t timestamp; in SetPolicyInner() local 289 uint64_t timestamp; in SetPolicyAsyncInner() local 397 uint64_t timestamp; in StartAccessingPolicyInner() local 500 uint64_t timestamp; in StartAccessingByTokenIdInner() local 522 uint64_t timestamp; in UnSetAllPolicyByTokenInner() local
|
H A D | sandbox_manager_service.cpp | 209 … uint64_t policyFlag, std::vector<uint32_t> &result, uint64_t timestamp) in SetPolicy() 244 uint64_t policyFlag, uint64_t timestamp) in SetPolicyAsync() 272 std::vector<uint32_t> &result, bool useCallerToken, uint32_t tokenId, uint64_t timestamp) in StartAccessingPolicy() 325 int32_t SandboxManagerService::StartAccessingByTokenId(uint32_t tokenId, uint64_t timestamp) in StartAccessingByTokenId() 334 int32_t SandboxManagerService::UnSetAllPolicyByToken(uint32_t tokenId, uint64_t timestamp) in UnSetAllPolicyByToken()
|
/aosp12/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
H A D | SensorDatapoint.java | 27 public long timestamp; field in SensorDatapoint
|
/aosp12/frameworks/av/media/libheadtracking/ |
H A D | ScreenHeadFusion.h | 47 int64_t timestamp; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | motion.h | 41 void OnTimestampChanged(float timestamp, float normalizedTime, bool reverse) final in OnTimestampChanged()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/ |
H A D | FileMonitor.h | 57 time_t timestamp; member
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/ |
H A D | benchmark_common.cpp | 437 void Test::StreamConsumer::CalculateFps(int64_t timestamp, int32_t streamId) in CalculateFps() 462 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() 489 int64_t timestamp = 0; in CreateProducer() local 573 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter() 600 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter() 632 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter() 648 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnCaptureReady() 658 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutterEnd() 673 int32_t Test::DemoCameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &re… in OnResult()
|
/aosp12/frameworks/base/media/java/android/media/midi/ |
H A D | MidiPortImpl.java | 65 public static int packData(byte[] message, int offset, int size, long timestamp, in packData() 126 long timestamp = 0; in getPacketTimestamp() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
H A D | MostRecentImageSaver.java | 124 long timestamp = image.getTimestamp(); in getMostRecentFullSizeImageTimestamp() local 152 private ImageProxy getThumbnail(long timestamp) { in getThumbnail()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
H A D | MaxDurationTracker.cpp | 228 const int64_t timestamp) { in onSlicedConditionMayChange() 244 void MaxDurationTracker::onStateChanged(const int64_t timestamp, const int32_t atomId, in onStateChanged() 249 void MaxDurationTracker::onConditionChanged(bool condition, const int64_t timestamp) { in onConditionChanged() 256 const int64_t timestamp) { in noteConditionChanged()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | Voicemail.java | 28 private final Long timestamp; field in Voicemail 41 Long timestamp, in Voicemail() 70 public static Builder createForInsertion(long timestamp, String number) { in createForInsertion() 112 public Builder setTimestamp(long timestamp) { in setTimestamp()
|
/aosp12/frameworks/base/core/java/android/service/attention/ |
H A D | IAttentionCallback.aidl | 25 void onSuccess(int result, long timestamp); in onSuccess()
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | TriggerEvent.java | 57 public long timestamp; field in TriggerEvent
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | AuthTokenUtils.java | 61 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
H A D | TimestampResponseListener.java | 42 public void onStarted(long timestamp) { in onStarted()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | _camera___frame_shutter_info.md | 36 ### timestamp subsection
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/ |
H A D | camera_input_fuzzer.h | 28 void OnResult(const uint64_t timestamp, in OnResult()
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | _camera___frame_shutter_info.md | 37 ### timestamp subsection
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_state.cpp | 118 int64_t timestamp = 0; in OnVideoBufferAvailable() local 144 …aptureUnitTestCallback::DumpVideoBuffer(sptr<OHOS::SurfaceBuffer> surfacebuffer, int64_t timestamp) in DumpVideoBuffer() 179 AVScreenCaptureBufferType bufferType, int64_t timestamp) in OnBufferAvailable() 221 …enCaptureUnitTestCallback::DumpBuffer(FILE *file, uint8_t *buffer, int32_t size, int64_t timestamp, in DumpBuffer() 243 int64_t timestamp = 0; in CheckDataCallbackVideo() local 251 …ureUnitTestCallback::ProcessVideoBuffer(sptr<OHOS::SurfaceBuffer> surfacebuffer, int64_t timestamp) in ProcessVideoBuffer() 270 …ScreenCaptureUnitTestCallback::ProcessAudioBuffer(uint8_t *buffer, int32_t size, int64_t timestamp, in ProcessAudioBuffer() 690 int64_t timestamp = 0; in OnBufferAvailable() local
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | timer_set_test.cc | 75 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent() 159 uint64_t timestamp = chreGetTime(); in handleEvent() local
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 472 void Test::StreamConsumer::CalculateFps(int64_t timestamp, int32_t streamId) in CalculateFps() 497 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() 524 int64_t timestamp = 0; in CreateProducer() local 608 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter() 635 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter() 676 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter() 692 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnCaptureReady() 702 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutterEnd() 717 int32_t Test::DemoCameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &re… in OnResult()
|
/aosp12/hardware/google/camera/common/sensor_listener/ |
H A D | goog_sensor_sync.cc | 171 int64_t GoogSensorSync::SyncTimestamp(int64_t timestamp) { in SyncTimestamp() 212 int64_t timestamp) { in FindNearestEvent() 230 int64_t GoogSensorSync::MatchTimestamp(int64_t timestamp, int64_t frame_id) { in MatchTimestamp()
|