Home
last modified time | relevance | path

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

12345678910>>...25

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A 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
255 uint64_t timestamp = 1; variable
268 uint64_t timestamp = 1; variable
284 uint64_t timestamp = 1; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_conversational_message_test.cpp44 int64_t timestamp = 10; variable
61 int64_t timestamp = 10; variable
81 int64_t timestamp = 10; variable
100 int64_t timestamp = 10; variable
117 int64_t timestamp = 10; variable
133 int64_t timestamp = 10; variable
157 int64_t timestamp = 10; variable
173 int64_t timestamp = 10; variable
192 int64_t timestamp = 10; variable
214 int64_t timestamp = 10; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_deduplicate_memory.h39 int64_t timestamp; member
65 int64_t timestamp = GetTimestamp(); in IsDuplicate() local
88 int64_t timestamp = GetTimestamp(); in ClearExpiration() local
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A 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()
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dnative_nmea_callback_host.cpp35 int64_t timestamp = data.ReadInt64(); in OnRemoteRequest() local
48 void NativeNmeaCallbackHost::OnMessageChange(int64_t timestamp, const std::string msg) in OnMessageChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/flowctrl_manager/
H A 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()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_grant_event.cpp38 …GrantEvent::AddEvent(AccessTokenID tokenID, const std::string& permissionName, uint64_t& timestamp) in AddEvent()
51 void PermissionGrantEvent::NotifyPermGrantStoreResult(bool isStoreSucc, uint64_t timestamp) in NotifyPermGrantStoreResult()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A 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
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A 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()
/ohos5.0/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/src/
H A Dsandbox_manager_kit.cpp103 … uint64_t policyFlag, std::vector<uint32_t> &result, uint64_t timestamp) in SetPolicy()
141 uint64_t timestamp) in SetPolicyAsync()
187 uint64_t timestamp = 0; in StartAccessingPolicy() local
192 bool useCallerToken, uint32_t tokenId, uint64_t timestamp) in StartAccessingPolicy()
234 int32_t SandboxManagerKit::StartAccessingByTokenId(uint32_t tokenId, uint64_t timestamp) in StartAccessingByTokenId()
249 int32_t SandboxManagerKit::UnSetAllPolicyByToken(uint32_t tokenId, uint64_t timestamp) in UnSetAllPolicyByToken()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A 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()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
H A 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
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A 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()
/ohos5.0/foundation/ability/ability_runtime/utils/global/time/include/
H A Dtime_util.h46 auto timestamp = millisecs.count(); in FormatTime() local
58 auto timestamp = millis.count(); in DefaultCurrentTimeStr() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
H A 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
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data_properties.h28 std::int64_t timestamp; variable
/ohos5.0/foundation/window/window_manager/previewer/src/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dmotion.h41 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 DFileMonitor.h57 time_t timestamp; member
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A 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()
1284 void DhcpClientStateMachine::GetDhcpOffer(DhcpPacket *packet, int64_t timestamp) in GetDhcpOffer()
1318 void DhcpClientStateMachine::DhcpResponseHandle(time_t timestamp, int sockFd) in DhcpResponseHandle()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_test.cpp157 uint64_t timestamp = 123456; // for test variable
205 uint64_t timestamp = 1; // for test variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A 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
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A 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()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_camera___frame_shutter_info.md36 ### timestamp subsection
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/
H A Dcamera_input_fuzzer.h28 void OnResult(const uint64_t timestamp, in OnResult()

12345678910>>...25