/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/ |
H A D | access_token_db.cpp | 97 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 D | permission_used_record_db.cpp | 128 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 D | data_translator.cpp | 45 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 D | usb_right_manager.cpp | 140 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 D | hgm_energy_consumption_policy.cpp | 118 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 D | time_util.h | 24 static int64_t GetCurrentTimestamp();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_animation_command.cpp | 69 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 D | kv_storage_handle.h | 36 virtual Timestamp GetCurrentTimestamp(bool needStartSync = true) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_subscribe_query_test.cpp | 384 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 D | distributeddb_storage_query_sync_test.cpp | 267 …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 D | time_util.cpp | 25 int64_t TimeUtil::GetCurrentTimestamp() in GetCurrentTimestamp() function in OHOS::Security::AccessToken::TimeUtil
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | time_util.h | 40 int64_t GetCurrentTimestamp();
|
H A D | time_util.cpp | 59 int64_t GetCurrentTimestamp() in GetCurrentTimestamp() function
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/ |
H A D | hisysevent_adapter.cpp | 34 int64_t time = AccessToken::TimeUtil::GetCurrentTimestamp(); in ReportSysEventPerformance()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | exposure_processor.cpp | 54 auto current = GetCurrentTimestamp(); in OnVisibleChange()
|
H A D | event_recorder.cpp | 307 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 D | canvas_modifier.cpp | 52 dumpInfo.timestamp = GetCurrentTimestamp(); in onDraw()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 96 Timestamp GetCurrentTimestamp();
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 118 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 D | rs_context.h | 104 uint64_t GetCurrentTimestamp() const in GetCurrentTimestamp() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_dump.cpp | 57 timestamp = GetCurrentTimestamp(); in TouchPointSnapshot() 72 timestamp = GetCurrentTimestamp(); in AxisSnapshot()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 267 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 D | rs_uni_render_thread.cpp | 431 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 D | usb_right_manager.h | 98 uint64_t GetCurrentTimestamp();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.h | 123 uint64_t GetCurrentTimestamp();
|