Home
last modified time | relevance | path

Searched defs:syncTime (Results 1 – 21 of 21) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dpasteboard_client_mock_test.cpp326 int32_t syncTime; variable
396 const int32_t syncTime = 0; variable
409 const int32_t syncTime = 100; variable
422 const int32_t syncTime = 0; variable
435 const int32_t syncTime = 0; variable
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
Dpasteboard_service_getdata_test.cpp206 int32_t syncTime = 0; variable
229 int32_t syncTime = 0; variable
327 int32_t syncTime = 1000; variable
347 int32_t syncTime = 1000; variable
370 int32_t syncTime = 1000; variable
394 int32_t syncTime = 1000; variable
Dpasteboard_service_setdata_test.cpp296 int32_t syncTime = 0; variable
Dpasteboard_service_mock_test.cpp978 int32_t syncTime; variable
998 int32_t syncTime; variable
1019 int32_t syncTime; variable
1042 int32_t syncTime; variable
Dpaste_service_test.cpp533 int32_t syncTime = 0; variable
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
Dclip_plugin.h34 int32_t syncTime = 0; member
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
Dpasteboard_client.cpp294 int32_t syncTime = 0; in GetPasteData() local
315 void PasteboardClient::GetDataReport(PasteData &pasteData, int32_t syncTime, const std::string &cur… in GetDataReport()
449 int32_t syncTime = 0; in GetPasteDataFromService() local
511 PasteDataFromServiceInfo &pasteDataFromServiceInfo, int32_t syncTime) in ProcessRadarReport()
/foundation/distributeddatamgr/pasteboard/services/core/include/
Dpasteboard_service.h65 int32_t syncTime = 0; member
71 int32_t syncTime = 0; member
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
Dcloud_sync_service_proxy_test.cpp240 int64_t syncTime = 0; variable
258 int64_t syncTime = 0; variable
Dcloud_sync_manager_impl_test.cpp209 int64_t syncTime = 0; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
Drs_profiler_test.cpp393 uint64_t syncTime = Utils::Now() + Utils::ToNanoseconds(1.0f); variable
/foundation/multimedia/audio_framework/services/audio_engine/node/src/
Dhpae_sink_output_node.cpp414 void HpaeSinkOutputNode::HandleHapticParam(uint64_t syncTime) in HandleHapticParam()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
Dcloudsyncmanager_fuzzer.cpp71 int64_t syncTime{0}; in GetSyncTimeFuzzTest() local
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
Dpasteboardservice_fuzzer.cpp118 const std::string &pasteId, int32_t &syncTime) override in GetPasteData()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
Dcloud_sync_service_proxy_lite.cpp171 int32_t CloudSyncServiceProxy::GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName) in GetSyncTimeInner()
/foundation/distributeddatamgr/pasteboard/services/core/src/
Dpasteboard_service.cpp1173 const std::string &pasteId, int32_t &syncTime) in GetPasteData()
1192 const std::string &pasteId, int32_t &syncTime, UeReportInfo &ueReportInfo) in GetPasteDataInner()
1318 int32_t PasteboardService::GetData(uint32_t tokenId, PasteData &data, int32_t &syncTime, bool &isPe… in GetData()
1424 …boardService::GetRemoteData(int32_t userId, const Event &event, PasteData &data, int32_t &syncTime) in GetRemoteData()
1458 …Service::GetRemotePasteData(int32_t userId, const Event &event, PasteData &data, int32_t &syncTime) in GetRemotePasteData()
2100 int32_t syncTime = 0; in GetMimeTypes() local
2134 int32_t syncTime = 0; in HasDataType() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler.h41 #define RS_PROFILER_ON_FRAME_BEGIN(syncTime) RSProfiler::OnFrameBegin(syncTime) argument
104 #define RS_PROFILER_ON_FRAME_BEGIN(syncTime) argument
Drs_profiler.cpp596 void RSProfiler::OnFrameBegin(uint64_t syncTime) in OnFrameBegin()
1103 void RSProfiler::WriteRSMetricsToRecordFile(double timeSinceRecordStart, double syncTime, uint64_t … in WriteRSMetricsToRecordFile()
2224 void RSProfiler::LogEventVSync(uint64_t syncTime) in LogEventVSync()
/foundation/multimedia/audio_framework/test/fuzztest/hpaesinkoutputnode_fuzzer/
Dhpae_sink_output_node_fuzzer.cpp216 uint64_t syncTime = g_fuzzUtils.GetData<uint64_t>(); in HpaeSinkOutputNodeHandleHapticParamFuzzTest() local
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
Dcloud_sync_manager_impl.cpp150 int32_t CloudSyncManagerImpl::GetSyncTime(int64_t &syncTime, const std::string &bundleName) in GetSyncTime()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
Dcloud_sync_service.cpp580 int32_t CloudSyncService::GetSyncTimeInner(int64_t &syncTime, const string &bundleName) in GetSyncTimeInner()