Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_transaction_proxy_test.cpp116 uint64_t timestamp = 1; variable
129 uint64_t timestamp = 1; variable
144 uint64_t timestamp = 1; variable
159 uint64_t timestamp = 1; variable
192 uint64_t timestamp = 1; variable
210 uint64_t timestamp = 1; variable
232 uint64_t timestamp = 1; variable
240 FlushEmptyCallback callback = [](const uint64_t timestamp) -> bool { in __anon9598cffc0102()
255 uint64_t timestamp = 1; variable
268 uint64_t timestamp = 1; variable
[all …]
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
Dpasteboard_deduplicate_memory.h39 int64_t timestamp; member
65 int64_t timestamp = GetTimestamp(); in IsDuplicate() local
88 int64_t timestamp = GetTimestamp(); in ClearExpiration() local
/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
Dphoto_output_fuzzer.h30 void OnFrameShutter(const int32_t captureId, const uint64_t timestamp) const override {} in OnFrameShutter()
31 void OnFrameShutterEnd(const int32_t captureId, const uint64_t timestamp) const override {} in OnFrameShutterEnd()
32 void OnCaptureReady(const int32_t captureId, const uint64_t timestamp) const override {} in OnCaptureReady()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/flowctrl_manager/
Dkvstore_flowctrl_manager.cpp40 void KvStoreFlowCtrlManager::RefreshTokenBucket(TokenBucket &tokenBucket, uint64_t timestamp) in RefreshTokenBucket()
60 bool KvStoreFlowCtrlManager::IsTokenEnoughSlice(TokenBucket &tokenBucket, uint64_t timestamp) in IsTokenEnoughSlice()
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
Dcamera_device_fuzzer.h55 inline int32_t OnResult(const uint64_t timestamp, in OnResult()
69 const std::vector<int32_t>& streamIds, uint64_t timestamp) override in OnCaptureReady()
75 const std::vector<int32_t>& streamIds, uint64_t timestamp) override in OnFrameShutterEnd()
103 const std::vector<int32_t>& streamIds, uint64_t timestamp) override in OnFrameShutter()
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
Dhstream_capture_callback_stub.cpp93 uint64_t timestamp = data.ReadUint64(); in HandleOnFrameShutter() local
101 uint64_t timestamp = data.ReadUint64(); in HandleOnFrameShutterEnd() local
109 uint64_t timestamp = data.ReadUint64(); in HandleOnCaptureReady() local
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
Dphoto_listener_impl.cpp55 int64_t timestamp; in OnBufferAvailable() local
178 void PhotoListener::ExecutePhoto(sptr<SurfaceBuffer> surfaceBuffer, int64_t timestamp) in ExecutePhoto()
194 bool isHighQuality, int64_t timestamp) in ExecutePhotoAsset()
243 int32_t &cameraShotType, std::string &burstKey, int64_t timestamp) in CreateMediaLibrary()
295 int64_t timestamp; in OnBufferAvailable() local
310 void RawPhotoListener::ExecuteRawPhoto(sptr<SurfaceBuffer> surfaceBuffer, int64_t timestamp) in ExecuteRawPhoto()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
Dimage_receiver.cpp230 OHOS::sptr<OHOS::SurfaceBuffer> ImageReceiver::ReadNextImage(int64_t &timestamp) in ReadNextImage()
249 int64_t timestamp = 0; in ReadNextImage() local
263 OHOS::sptr<OHOS::SurfaceBuffer> ImageReceiver::ReadLastImage(int64_t &timestamp) in ReadLastImage()
284 int64_t timestamp = 0; in ReadLastImage() local
326 int64_t timestamp = 0; in NextNativeImage() local
339 int64_t timestamp = 0; in LastNativeImage() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_idle_monitor.cpp31 void ArkIdleMonitor::NotifyLooperIdleStart(int64_t timestamp, int idleTime) in NotifyLooperIdleStart()
41 bool ArkIdleMonitor::ShouldTryTriggerGC(int64_t timestamp) in ShouldTryTriggerGC()
58 void ArkIdleMonitor::NotifyLooperIdleEnd(int64_t timestamp) in NotifyLooperIdleEnd()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
Dtime_broker.cpp66 auto timestamp = SteadyClock::GetTimestampMilli() + delayTimeMs; in RegisterCallback() local
129 auto timestamp = timeline_.top(); in TimerExpired() local
155 auto timestamp = timeline_.top(); in RestartTimer() local
/foundation/ability/ability_runtime/utils/global/time/include/
Dtime_util.h46 auto timestamp = millisecs.count(); in FormatTime() local
58 auto timestamp = millis.count(); in DefaultCurrentTimeStr() local
/foundation/communication/dhcp/services/dhcp_client/src/
Ddhcp_client_state_machine.cpp539 void DhcpClientStateMachine::InitSelecting(time_t timestamp) in InitSelecting()
638 void DhcpClientStateMachine::SendReboot(uint32_t targetIp, time_t timestamp) in SendReboot()
659 void DhcpClientStateMachine::Reboot(time_t timestamp) in Reboot()
690 void DhcpClientStateMachine::Requesting(time_t timestamp) in Requesting()
722 void DhcpClientStateMachine::Renewing(time_t timestamp) in Renewing()
734 void DhcpClientStateMachine::Rebinding(time_t timestamp) in Rebinding()
746 void DhcpClientStateMachine::Declining(time_t timestamp) in Declining()
768 void DhcpClientStateMachine::DhcpRequestHandle(time_t timestamp) in DhcpRequestHandle()
813 …tateMachine::DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, time_t timestamp) in DhcpOfferPacketHandle()
1182 …ntStateMachine::DhcpAckOrNakPacketHandle(uint8_t type, struct DhcpPacket *packet, time_t timestamp) in DhcpAckOrNakPacketHandle()
[all …]
/foundation/window/window_manager/previewer/src/
Dvsync_station.cpp76 void VsyncStation::VsyncCallbackInner(int64_t timestamp, int64_t frameCount) in VsyncCallbackInner()
90 void VsyncStation::OnVsync(int64_t timestamp, int64_t frameCount, void* client) in OnVsync()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
Dunified_data_properties.h28 std::int64_t timestamp; variable
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
Dblock_connect_service.cpp111 int64_t timestamp = GetElapsedMicrosecondsSinceBoot(); in UpdateAllNetworkSelectStatus() local
192 int64_t timestamp = GetElapsedMicrosecondsSinceBoot(); in UpdateNetworkSelectStatus() local
229 int64_t timestamp = GetElapsedMicrosecondsSinceBoot(); in IsFrequentDisconnect() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
Drs_render_thread_test.cpp157 uint64_t timestamp = 123456; // for test variable
205 uint64_t timestamp = 1; // for test variable
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
Dhstream_capture_callback_proxy.cpp105 int32_t HStreamCaptureCallbackProxy::OnFrameShutter(int32_t captureId, uint64_t timestamp) in OnFrameShutter()
126 int32_t HStreamCaptureCallbackProxy::OnFrameShutterEnd(int32_t captureId, uint64_t timestamp) in OnFrameShutterEnd()
146 int32_t HStreamCaptureCallbackProxy::OnCaptureReady(int32_t captureId, uint64_t timestamp) in OnCaptureReady()
/foundation/arkui/ace_engine/frameworks/core/animation/
Dmotion.h41 void OnTimestampChanged(float timestamp, float normalizedTime, bool reverse) final in OnTimestampChanged()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
DFileMonitor.h57 time_t timestamp; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp126 Timestamp timestamp = 0; variable
181 Timestamp timestamp = 0; variable
479 Timestamp timestamp; variable
549 Timestamp timestamp; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
Drs_transaction_proxy.cpp126 void RSTransactionProxy::FlushImplicitTransaction(uint64_t timestamp, const std::string& abilityNam… in FlushImplicitTransaction()
177 void RSTransactionProxy::FlushImplicitTransactionFromRT(uint64_t timestamp) in FlushImplicitTransactionFromRT()
244 void RSTransactionProxy::Commit(uint64_t timestamp) in Commit()
260 void RSTransactionProxy::CommitSyncTransaction(uint64_t timestamp, const std::string& abilityName) in CommitSyncTransaction()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
Dhgm_idle_detector.cpp31 void HgmIdleDetector::UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t … in UpdateSurfaceTime()
52 bool HgmIdleDetector::GetSurfaceIdleState(uint64_t timestamp) in GetSurfaceIdleState()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
Ddistribute_net_ledger_mock.cpp41 int32_t LnnGetDLHeartbeatTimestamp(const char *networkId, uint64_t *timestamp) in LnnGetDLHeartbeatTimestamp()
46 int32_t LnnSetDLHeartbeatTimestamp(const char *networkId, const uint64_t timestamp) in LnnSetDLHeartbeatTimestamp()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_ui_display_soloist.cpp55 void RSDisplaySoloist::OnVsync(TimestampType timestamp, void* client) in OnVsync()
63 void RSDisplaySoloist::VsyncCallbackInner(TimestampType timestamp) in VsyncCallbackInner()
165 bool RSDisplaySoloist::JudgeWhetherSkip(TimestampType timestamp) in JudgeWhetherSkip()
414 void RSDisplaySoloistManager::OnVsync(TimestampType timestamp, void* client) in OnVsync()
424 void RSDisplaySoloistManager::VsyncCallbackInner(TimestampType timestamp) in VsyncCallbackInner()
444 void RSDisplaySoloistManager::DispatchSoloistCallback(TimestampType timestamp) in DispatchSoloistCallback()
/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/
Dcamera_input_fuzzer.h28 void OnResult(const uint64_t timestamp, in OnResult()

12345678910>>...18