Home
last modified time | relevance | path

Searched defs:timeDiff (Results 1 – 16 of 16) sorted by relevance

/foundation/resourceschedule/device_standby/services/common/src/
Dtime_provider.cpp75 bool TimeProvider::TimeDiffToDayNightSwitch(int64_t& timeDiff) in TimeDiffToDayNightSwitch()
88 …eProvider::DiffToFixedClock(int64_t curTimeStamp, int32_t tmHour, int32_t tmMin, int64_t& timeDiff) in DiffToFixedClock()
Dtimed_task.cpp111 int64_t timeDiff {0}; in StartDayNightSwitchTimer() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dtiming_wheel.c205 FILLP_LLONG timeDiff; in FillpTimingWheelAddTimerInner() local
289 FILLP_LLONG timeDiff = curTime - ftWheel->curTime; in FillpTimingWheelLoopCheck() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
Dtoss_animation_controller.cpp55 auto timeDiff = timeEnd_ - timeStart_; in Play() local
/foundation/resourceschedule/device_standby/plugins/ext/src/
Dbase_state.cpp233 int64_t timeDiff {0}; in CalculateMaintTimeOut() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
Dtrans_tcp_direct_manager.c46 int64_t timeDiff = GetSoftbusRecordTimeMillis() - timeStart; in OnSessionOpenFailProc() local
Dtrans_tcp_direct_message.c465 int64_t timeDiff = GetSoftbusRecordTimeMillis() - timeStart; in NotifyChannelOpenFailedBySessionConn() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtoss_animation_controller.cpp71 auto timeDiff = timeEnd_ - timeStart_; in Play() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Dtoss_animation_controller.cpp69 auto timeDiff = timeEnd_ - timeStart_; in Play() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtoss_animation_controller.cpp73 auto timeDiff = timeEnd_ - timeStart_; in Play() local
/foundation/resourceschedule/device_standby/services/test/unittest/
Dstandby_service_unit_test.cpp638 int64_t timeDiff {0}; variable
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
Ddistributed_stream_test.cpp157 unsigned long long timeDiff = (endTime[i] - startTime[i]); in OnBytesReceived() local
/foundation/multimedia/player_framework/services/services/player/server/
Dplayer_server_state.cpp513 auto timeDiff = timeNow - stateEnterTimeMs_; in Play() local
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
Dtag_nci_adapter_ntf.cpp684 bool TagNciAdapterNtf::IsTagDetectedInTimeDiff(uint32_t timeDiff) in IsTagDetectedInTimeDiff()
Dtag_nci_adapter.cpp1554 bool TagNciAdapter::IsTagDetectedInTimeDiff(uint32_t timeDiff) in IsTagDetectedInTimeDiff()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_store_sqlite_ext.cpp158 int64_t timeDiff = static_cast<int64_t>(curTime) - static_cast<int64_t>(lastCurTime); in GetSysCurrentRawTime() local