| /foundation/multimodalinput/input/service/timer_manager/src/ |
| D | timer_manager.cpp | 37 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer() 42 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() 47 bool TimerManager::IsExist(int32_t timerId) in IsExist() 89 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local 108 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal() 119 int32_t TimerManager::ResetTimerInternal(int32_t timerId) in ResetTimerInternal() 138 bool TimerManager::IsExistInternal(int32_t timerId) in IsExistInternal()
|
| /foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/ |
| D | softbus_adapter_timer.c | 40 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer() 53 int SoftBusStartTimer(void *timerId, unsigned int ms) in SoftBusStartTimer() 68 int SoftBusDeleteTimer(void *timerId) in SoftBusDeleteTimer()
|
| /foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
| D | mock_ipc.cpp | 52 bool TimeServiceClient::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer() 57 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer() 67 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer()
|
| /foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
| D | softbus_adapter_timer.c | 54 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer() 75 int SoftBusStartTimer(void *timerId, unsigned int tickets) in SoftBusStartTimer() 101 int SoftBusDeleteTimer(void *timerId) in SoftBusDeleteTimer()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
| D | sync_state_machine.cpp | 79 int SyncStateMachine::TimeoutCallback(TimerId timerId) in TimeoutCallback() 242 [this, sessionId, sequenceId, inMsgId](TimerId timerId) { in StartSaveDataNotify() 316 [this, flag](TimerId timerId) { in StartFeedDogForSync() 449 [this, sessionId](TimerId timerId) { in StartFeedDogForGetData() 478 TimerId timerId = 0; in StopFeedDogForGetData() local 502 void SyncStateMachine::StopFeedDogForGetDataInner(TimerId timerId) in StopFeedDogForGetDataInner()
|
| D | single_ver_data_message_schedule.cpp | 229 TimerId timerId = 0; in StartTimer() local 252 TimerId timerId; in StopTimer() local 271 int SingleVerDataMessageSchedule::TimeOut(TimerId timerId) in TimeOut()
|
| D | multi_ver_sync_state_machine.h | 36 TimerId timerId = 0; member
|
| D | single_ver_sync_engine.cpp | 75 TimerId timerId = 0; in StartAutoSubscribeTimer() local
|
| /foundation/window/window_manager/window_scene/intention_event/service/timer_manager/src/ |
| D | timer_manager.cpp | 60 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer() 121 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local 138 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal()
|
| /foundation/multimodalinput/input/util/socket/test/ |
| D | uds_session_test.cpp | 210 int32_t timerId = 1; variable 231 int32_t timerId = 0; variable 254 int32_t timerId = 0; variable
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatencylistener/src/ |
| D | low_latency_listener_test.cpp | 168 std::string timerId; variable 183 std::string timerId; variable
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/ |
| D | low_latency_timer.cpp | 29 LowLatencyTimer::LowLatencyTimer(std::string timerId, int32_t delayTimeMs) : DHTimer(timerId, delay… in LowLatencyTimer()
|
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| D | softbus_time_test.cpp | 55 void *timerId = NULL; variable
|
| /foundation/filemanagement/app_file_service/tests/mock/timer/ |
| D | timer_mock.cpp | 48 void Timer::Unregister(uint32_t timerId) in Unregister()
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
| D | napi_timer.cpp | 61 void NapiTimer::Unregister(uint32_t timerId) in Unregister()
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
| D | monitor_task_timer.cpp | 30 MonitorTaskTimer::MonitorTaskTimer(std::string timerId, int32_t delayTimeMs) : DHTimer(timerId, del… in MonitorTaskTimer()
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct/utils/ |
| D | wifi_direct_timer_list.h | 36 int32_t timerId; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| D | distributeddb_thread_pool_test.cpp | 138 int errCode = RuntimeContext::GetInstance()->SetTimer(timeOut, [&timerCount](TimerId timerId) { in SetTimer() 154 … RuntimeContext::GetInstance()->SetTimer(ONE_HUNDRED_MILLISECONDS, [&timerCount](TimerId timerId) { in SetTimer() 379 for (const auto &timerId : timerIdArray) { variable 415 …= RuntimeContext::GetInstance()->SetTimer(1, [&dataMutex, &removeSet, &checkSet](TimerId timerId) { in __anon86011e340d02()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| D | runtime_context_impl.cpp | 149 const TimerFinalizer &finalizer, TimerId &timerId) in SetTimer() 204 int RuntimeContextImpl::ModifyTimer(TimerId timerId, int milliSeconds) in ModifyTimer() 227 void RuntimeContextImpl::RemoveTimer(TimerId timerId, bool wait) in RemoveTimer() 353 int RuntimeContextImpl::AllocTimerId(IEvent *evTimer, TimerId &timerId) in AllocTimerId() 816 const TimerFinalizer &finalizer, bool allocTimerId, TimerId &timerId) in SetTimerByThreadPool() 850 int RuntimeContextImpl::ModifyTimerByThreadPool(TimerId timerId, int milliSeconds) in ModifyTimerByThreadPool() 873 void RuntimeContextImpl::RemoveTimerByThreadPool(TimerId timerId, bool wait) in RemoveTimerByThreadPool() 900 …imeContextImpl::ThreadPoolTimerAction(int milliSeconds, const TimerAction &action, TimerId timerId) in ThreadPoolTimerAction()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| D | timer_module.cpp | 97 timerHandle_t timerId = nullptr; in StartTask() local 214 uint8_t* timerId = static_cast<uint8_t*>(data); in Task() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| D | js_timer_list.cpp | 25 jerry_value_t TimerList::AddTimer(timerHandle_t timerId, Arguments *&arg) in AddTimer()
|
| D | js_timer_list.h | 61 timerHandle_t timerId; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| D | mock_single_ver_state_machine.h | 25 void CallStepToTimeout(TimerId timerId) in CallStepToTimeout()
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/ |
| D | dh_timer.cpp | 30 DHTimer::DHTimer(std::string timerId, int32_t delayTimeMs) : timerId_(timerId), delayTimeMs_(delayT… in DHTimer()
|
| /foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
| D | distributed_bms.cpp | 241 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetRemoteAbilityInfo", REMOTE_TIME_OUT_S… in GetRemoteAbilityInfo() local 284 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetRemoteAbilityInfos", REMOTE_TIME_OUT_… in GetRemoteAbilityInfos() local 440 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetDistributedBundleInfo", LOCAL_TIME_OU… in GetDistributedBundleInfo() local 460 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetDistributedBundleName", LOCAL_TIME_OU… in GetDistributedBundleName() local
|