Home
last modified time | relevance | path

Searched defs:remainTime (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddelay_suspend_info_ex.cpp33 int32_t remainTime = GetActualDelayTime() - (int32_t)spendTime; in GetRemainDelayTime() local
/ohos5.0/foundation/communication/netmanager_base/services/common/include/
H A Dffrt_timer.h90 int remainTime = (time > TIMER_MAX_INTERVAL_MS) ? (time % TIMER_MAX_INTERVAL_MS) : time; in OneTiming() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp283 int remainTime = 1; variable
298 int remainTime = 1; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dframe_retainer.h39 uint32_t remainTime = 0u; // in second member
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.cpp100 int32_t remainTime; in OnResult() local
126 void ContextCallbackImpl::SetTraceRemainTime(int32_t remainTime) in SetTraceRemainTime()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h40 std::optional<int32_t> remainTime; member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp80 int32_t remainTime = parcel.ReadInt32(); in FillSet() local
/ohos5.0/base/powermgr/power_manager/services/native/src/screenoffpre/
H A Dscreen_off_pre_controller.cpp48 void ScreenOffPreController::AddScreenStateCallback(int32_t remainTime, const sptr<IScreenOffPreCal… in AddScreenStateCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp222 void RSAnimationFraction::UpdateRemainTimeFraction(float fraction, int remainTime) in UpdateRemainTimeFraction()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp327 int64_t remainTime = AUDIO_FRAME_TIME_INTERFAL_DEFAULT - passTime; in WriteStreamWait() local
540 int64_t remainTime = AUDIO_FRAME_TIME_INTERFAL_DEFAULT - passTime; in ReadStreamWait() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp83 int remainTime = GetData<int>(); in RSAnimationFractionFuzzerTest() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c1455 uint32_t remainTime = GetRemainingTime(dFileTrans->timeout, &now, &dFileTrans->ts); in SenderGetTimeout() local
1471 uint32_t remainTime = GetRemainingTime(dFileTrans->timeout, &now, &dFileTrans->ts); in ReceiverGetTimeout() local
/ohos5.0/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp391 bool PowerMgrClient::RegisterScreenStateCallback(int32_t remainTime, const sptr<IScreenOffPreCallba… in RegisterScreenStateCallback()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp474 int remainTime = DUMPCATCHER_REMOTE_P90_TIMEOUT; in DoDumpRemotePoll() local
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp659 bool PowerMgrServiceTestProxy::RegisterScreenStateCallback(int32_t remainTime, in RegisterScreenStateCallback()
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp596 int32_t remainTime = 0; in RegisterScreenStateCallbackStub() local
H A Dpower_mgr_proxy.cpp994 bool PowerMgrProxy::RegisterScreenStateCallback(int32_t remainTime, const sptr<IScreenOffPreCallbac… in RegisterScreenStateCallback()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1356 bool PowerMgrService::RegisterScreenStateCallback(int32_t remainTime, const sptr<IScreenOffPreCallb… in RegisterScreenStateCallback()