Home
last modified time | relevance | path

Searched defs:timerId (Results 1 - 25 of 74) sorted by relevance

123

/foundation/communication/netmanager_base/utils/common_utils/include/
H A Draii_xcollie_timer.h37 int timerId = -1; member in OHOS::NetManagerStandard::RaiiXCollieTimer
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency_timer.cpp29 LowLatencyTimer::LowLatencyTimer(std::string timerId, int32_t delayTimeMs) : DHTimer(timerId, delayTimeMs) in LowLatencyTimer() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_thread_test.cpp90 uint32_t timerId; in HWTEST_F() local
102 uint32_t timerId; in HWTEST_F() local
119 uint32_t timerId; in HWTEST_F() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.cpp25 jerry_value_t TimerList::AddTimer(timerHandle_t timerId, Arguments *&arg) in AddTimer() argument
H A Djs_timer_list.h61 timerHandle_t timerId; member
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_timer.cpp56 void BluetoothTimer::UnRegister(uint32_t timerId) in UnRegister() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_timer.cpp61 void NapiTimer::Unregister(uint32_t timerId) in Unregister() argument
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_timer.cpp72 uint32_t timerId = timer_->Register(callback, interval, once); in Register() local
77 void CameraTimer::Unregister(uint32_t timerId) in Unregister() argument
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_timer.cpp48 void DpsTimer::StopTimer(uint32_t& timerId) in StopTimer() argument
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dtimer_manager.cpp59 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer() argument
65 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() argument
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_time_test.cpp60 void *timerId = NULL; in HWTEST_F() local
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_timer.cpp57 void WifiTimer::UnRegister(uint32_t timerId) in UnRegister() argument
102 void WifiTimer::UnRegister(uint32_t timerId) in UnRegister() argument
/foundation/communication/nfc/services/src/utils/
H A Dnfc_timer.cpp56 void NfcTimer::UnRegister(uint32_t timerId) in UnRegister() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.cpp75 TimerId timerId = 0; in StartAutoSubscribeTimer() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatencylistener/src/
H A Dlow_latency_listener_test.cpp219 std::string timerId; in HWTEST_F() local
237 std::string timerId; in HWTEST_F() local
/foundation/filemanagement/app_file_service/tests/mock/timer/
H A Dtimer_mock.cpp50 void Timer::Unregister(uint32_t timerId) in Unregister() argument
/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_timer.cpp58 void DfsuTimer::Unregister(uint32_t timerId) in Unregister() argument
/foundation/multimedia/camera_framework/test/fuzztest/cameratimer_fuzzer/
H A Dcamera_timer_fuzzer.cpp82 uint32_t timerId = fuzz->Register(callback, interval, once); in Test() local
/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp64 int32_t timerId = AddTimerInternal(intervalMs, repeatCount, callback); in OnAddTimer() local
78 int32_t TimerManager::OnRemoveTimer(int32_t timerId) in OnRemoveTimer() argument
87 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer() argument
96 int32_t TimerManager::OnResetTimer(int32_t timerId) in OnResetTimer() argument
103 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() argument
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dref_count_collect.cpp41 uint32_t timerId = 0; in OnStart() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_timer.cpp30 DHTimer::DHTimer(std::string timerId, int32_t delayTimeMs) : timerId_(timerId), delayTimeMs_(delayTimeMs) in DHTimer() argument
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_sync_helper.cpp56 uint32_t timerId = timer_->Register(callback, SYNC_INTERVAL, true); in RegisterTriggerSync() local
/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.h74 int timerId; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_host_impl.cpp33 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_RESOURCE_INFO); in GetBundleResourceInfo() local
/foundation/multimodalinput/input/service/event_handler/src/
H A Danr_manager.cpp125 int32_t timerId = TimerMgr->AddTimer(INPUT_UI_TIMEOUT_TIME / TIME_CONVERT_RATIO, 1, [this, id, type, sess]() { in AddTimer() local

Completed in 14 milliseconds

123