/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | raii_xcollie_timer.h | 37 int timerId = -1; member in OHOS::NetManagerStandard::RaiiXCollieTimer
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/ |
H A D | low_latency_timer.cpp | 29 LowLatencyTimer::LowLatencyTimer(std::string timerId, int32_t delayTimeMs) : DHTimer(timerId, delayTimeMs) in LowLatencyTimer() argument
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_thread_test.cpp | 90 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 D | js_timer_list.cpp | 25 jerry_value_t TimerList::AddTimer(timerHandle_t timerId, Arguments *&arg) in AddTimer() argument
|
H A D | js_timer_list.h | 61 timerHandle_t timerId; member
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_timer.cpp | 56 void BluetoothTimer::UnRegister(uint32_t timerId)
in UnRegister() argument
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_timer.cpp | 61 void NapiTimer::Unregister(uint32_t timerId) in Unregister() argument
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | camera_timer.cpp | 72 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 D | dp_timer.cpp | 48 void DpsTimer::StopTimer(uint32_t& timerId) in StopTimer() argument
|
/foundation/multimodalinput/input/service/subscriber/test/src/ |
H A D | timer_manager.cpp | 59 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 D | softbus_time_test.cpp | 60 void *timerId = NULL; in HWTEST_F() local
|
/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_timer.cpp | 57 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 D | nfc_timer.cpp | 56 void NfcTimer::UnRegister(uint32_t timerId) in UnRegister() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_engine.cpp | 75 TimerId timerId = 0; in StartAutoSubscribeTimer() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatencylistener/src/ |
H A D | low_latency_listener_test.cpp | 219 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 D | timer_mock.cpp | 50 void Timer::Unregister(uint32_t timerId) in Unregister() argument
|
/foundation/filemanagement/dfs_service/utils/system/src/ |
H A D | dfsu_timer.cpp | 58 void DfsuTimer::Unregister(uint32_t timerId) in Unregister() argument
|
/foundation/multimedia/camera_framework/test/fuzztest/cameratimer_fuzzer/ |
H A D | camera_timer_fuzzer.cpp | 82 uint32_t timerId = fuzz->Register(callback, interval, once);
in Test() local
|
/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 64 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 D | ref_count_collect.cpp | 41 uint32_t timerId = 0; in OnStart() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/ |
H A D | dh_timer.cpp | 30 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 D | clouddisk_sync_helper.cpp | 56 uint32_t timerId = timer_->Register(callback, SYNC_INTERVAL, true);
in RegisterTriggerSync() local
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | timer_mgr.h | 74 int timerId; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_host_impl.cpp | 33 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_RESOURCE_INFO); in GetBundleResourceInfo() local
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | anr_manager.cpp | 125 int32_t timerId = TimerMgr->AddTimer(INPUT_UI_TIMEOUT_TIME / TIME_CONVERT_RATIO, 1, [this, id, type, sess]() { in AddTimer() local
|