Home
last modified time | relevance | path

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

123456

/foundation/communication/netmanager_base/utils/common_utils/include/
H A Draii_xcollie_timer.h37 int timerId = -1; member in OHOS::NetManagerStandard::RaiiXCollieTimer
/base/time/time_service/services/time/src/
H A Dtimer_notify_callback.cpp41 void TimerNotifyCallback::Finish(uint64_t timerId) in Finish() argument
H A Dtimer_call_back.cpp44 bool TimerCallback::InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &timerInfo) in InsertTimerCallbackInfo() argument
63 bool TimerCallback::RemoveTimerCallbackInfo(uint64_t timerId) in RemoveTimerCallbackInfo() argument
77 int32_t TimerCallback::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) in NotifyTimer() argument
[all...]
/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
/base/security/device_security_level/baselib/utils/src/
H A Dutils_timer.cpp58 uint32_t timerId = st.Register([callback, context]() { DoTimerProcess(callback, context); }, interval, false); in DslmUtilsStartPeriodicTimerTask() local
65 uint32_t timerId = st.Register([callback, context]() { DoTimerProcess(callback, context); }, interval, true); in DslmUtilsStartOnceTimerTask() local
/base/time/time_service/services/ipc/stub/
H A Dtimer_call_back_stub.cpp43 auto timerId = data.ReadUint64(); in OnTriggerStub() local
H A Dtimer_notify_callback_stub.cpp44 auto timerId = data.ReadUint64(); in OnFinishStub() local
/base/time/time_service/services/ipc/proxy/
H A Dtimer_notify_callback_proxy.cpp30 void TimerNotifyCallbackProxy::Finish(uint64_t timerId) in Finish() argument
H A Dtimer_call_back_proxy.cpp29 int32_t TimerCallbackProxy::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) in NotifyTimer() argument
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A Dtimetesttimer_fuzzer.cpp36 uint64_t timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); in FuzzTimeCreateTimer() local
41 bool FuzzTimeStartTimer(int64_t timerId, size_t size) in FuzzTimeStartTimer() argument
47 bool FuzzTimeStopTimer(int64_t timerId, size_t size) in FuzzTimeStopTimer() argument
53 bool FuzzTimeDestroyTimer(int64_t timerId, size_t size) in FuzzTimeDestroyTimer() argument
65 uint64_t timerId in FuzzTimeCreateTimerV9() local
71 FuzzTimeStartTimerV9(int64_t timerId, size_t size) FuzzTimeStartTimerV9() argument
77 FuzzTimeStopTimerV9(int64_t timerId, size_t size) FuzzTimeStopTimerV9() argument
83 FuzzTimeDestroyTimerV9(int64_t timerId, size_t size) FuzzTimeDestroyTimerV9() argument
102 auto timerId = static_cast<int64_t>(*data); LLVMFuzzerTestOneInput() local
[all...]
/base/time/time_service/test/fuzztest/timeservice_fuzzer/common/
H A Dtime_service_fuzz_utils.cpp42 uint64_t timerId = 0; in SetTimer() local
/base/useriam/user_auth_framework/services/base/src/
H A Drelative_timer.cpp42 void RelativeTimer::Unregister(uint32_t timerId) in Unregister() argument
/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h75 uint32_t timerId; member
/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
/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

Completed in 7 milliseconds

123456