Home
last modified time | relevance | path

Searched refs:GetCurrentTimestamp (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Daccess_token_db.cpp97 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in Add()
138 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Add()
172 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in Remove()
202 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Remove()
237 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in Modify()
274 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Modify()
317 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in Find()
361 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Find()
440 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in DeleteAndInsertHap()
459 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in DeleteAndInsertHap()
/ohos5.0/base/security/access_token/services/privacymanager/src/database/
H A Dpermission_used_record_db.cpp128 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in Add()
161 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Add()
169 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in Remove()
186 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Remove()
195 int64_t beginTime = TimeUtil::GetCurrentTimestamp(); in FindByConditions()
228 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in FindByConditions()
248 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Count()
273 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in DeleteExpireRecords()
291 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in DeleteExcessiveRecords()
331 int64_t endTime = TimeUtil::GetCurrentTimestamp(); in Update()
[all …]
H A Ddata_translator.cpp45 int64_t beginTime = AccessToken::TimeUtil::GetCurrentTimestamp() - LATEST_RECORD_TIME; in TranslationIntoGenericValues()
47 end = AccessToken::TimeUtil::GetCurrentTimestamp(); in TranslationIntoGenericValues()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp140 uint64_t nowTime = GetCurrentTimestamp(); in HasRight()
206 uint64_t installTime = GetCurrentTimestamp(); in AddDeviceRight()
207 uint64_t updateTime = GetCurrentTimestamp(); in AddDeviceRight()
215 info.requestTime = GetCurrentTimestamp(); in AddDeviceRight()
240 uint64_t installTime = GetCurrentTimestamp(); in AddDeviceRight()
241 uint64_t updateTime = GetCurrentTimestamp(); in AddDeviceRight()
250 info.requestTime = GetCurrentTimestamp(); in AddDeviceRight()
556 uint64_t UsbRightManager::GetCurrentTimestamp() in GetCurrentTimestamp() function in OHOS::USB::UsbRightManager
823 uint64_t nowTime = GetCurrentTimestamp(); in CleanUpRightNormalExpired()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_energy_consumption_policy.cpp118 firstAnimationTimestamp_ = HgmCore::Instance().GetCurrentTimestamp() / NS_PER_MS; in SetAnimationEnergyConsumptionAssuranceMode()
143 firstAnimationTimestamp_ = HgmCore::Instance().GetCurrentTimestamp() / NS_PER_MS; in StartNewAnimation()
/ohos5.0/base/security/access_token/frameworks/common/include/
H A Dtime_util.h24 static int64_t GetCurrentTimestamp();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp69 auto currentTime = context.GetCurrentTimestamp(); in CreateAnimation()
95 auto currentTime = context.GetCurrentTimestamp(); in CreateParticleAnimation()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dkv_storage_handle.h36 virtual Timestamp GetCurrentTimestamp(bool needStartSync = true) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_subscribe_query_test.cpp384 Timestamp now = store->GetCurrentTimestamp();
434 Timestamp now = store->GetCurrentTimestamp();
492 Timestamp now = store->GetCurrentTimestamp();
548 Timestamp now = store->GetCurrentTimestamp();
700 Timestamp now = store->GetCurrentTimestamp(); in PutSyncData()
798 Timestamp now = store->GetCurrentTimestamp();
H A Ddistributeddb_storage_query_sync_test.cpp267 …tatic_cast<Timestamp>(DistributedDBToolsUnitTest::GetRandInt64(0, g_store->GetCurrentTimestamp()));
286 Timestamp deleteBeginTime = g_store->GetCurrentTimestamp();
293 Timestamp deleteEndTime = g_store->GetCurrentTimestamp();
336 …tatic_cast<Timestamp>(DistributedDBToolsUnitTest::GetRandInt64(0, g_store->GetCurrentTimestamp()));
355 Timestamp deleteBeginTime = g_store->GetCurrentTimestamp();
362 Timestamp deleteEndTime = g_store->GetCurrentTimestamp();
/ohos5.0/base/security/access_token/frameworks/common/src/
H A Dtime_util.cpp25 int64_t TimeUtil::GetCurrentTimestamp() in GetCurrentTimestamp() function in OHOS::Security::AccessToken::TimeUtil
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.h40 int64_t GetCurrentTimestamp();
H A Dtime_util.cpp59 int64_t GetCurrentTimestamp() in GetCurrentTimestamp() function
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
H A Dhisysevent_adapter.cpp34 int64_t time = AccessToken::TimeUtil::GetCurrentTimestamp(); in ReportSysEventPerformance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dexposure_processor.cpp54 auto current = GetCurrentTimestamp(); in OnVisibleChange()
H A Devent_recorder.cpp307 navShowTime_ = GetCurrentTimestamp(); in OnNavDstShow()
320 int64_t duration = GetCurrentTimestamp() - navShowTime_; in OnNavDstHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp52 dumpInfo.timestamp = GetCurrentTimestamp(); in onDraw()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h96 Timestamp GetCurrentTimestamp();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp118 rendererDumpInfo_.createUiContenTime = GetCurrentTimestamp(); in InitUiContent()
136 rendererDumpInfo_.limitedWorkerInitTime = GetCurrentTimestamp(); in InitUiContent()
150 rendererDumpInfo_.loadAbcTime = GetCurrentTimestamp(); in InitUiContent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_context.h104 uint64_t GetCurrentTimestamp() const in GetCurrentTimestamp() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp57 timestamp = GetCurrentTimestamp(); in TouchPointSnapshot()
72 timestamp = GetCurrentTimestamp(); in AxisSnapshot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp267 entryPageInfo->SetShowTime(GetCurrentTimestamp()); in OnShow()
317 duration = GetCurrentTimestamp() - entryPageInfo->GetShowTime(); in OnHide()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp431 uint64_t RSUniRenderThread::GetCurrentTimestamp() const in GetCurrentTimestamp() function in OHOS::Rosen::RSUniRenderThread
434 return renderThreadParams ? renderThreadParams->GetCurrentTimestamp() : 0; in GetCurrentTimestamp()
527 auto threadTimestamp = params->GetCurrentTimestamp(); in PerfForBlurIfNeeded()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_manager.h98 uint64_t GetCurrentTimestamp();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h123 uint64_t GetCurrentTimestamp();

12