Home
last modified time | relevance | path

Searched defs:timerId (Results 101 - 121 of 121) sorted by relevance

12345

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp892 auto timerId = subscriber->timerId_; in ClearTimer() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp1050 TimerId timerId = 0u; in RetrySendTask() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp311 TimerId timerId = 0; in StartTimer() local
331 TimerId timerId; in StopTimer() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp839 void SingleVerSyncStateMachine::StepToTimeout(TimerId timerId) in StepToTimeout() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc400 const String16& timerId = in timeFunction() local
418 const String16& timerId = in timeEndFunction() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp199 int timerId = in RetryToGetAccount() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp462 uint64_t timerId = StartAutoDelete(record, in StartFinishTimer() local
499 uint64_t timerId = StartAutoDelete(record, in StartUpdateTimer() local
545 uint64_t timerId = StartAutoDelete(record, in StartArchiveTimer() local
562 uint64_t timerId in StartAutoDeletedTimer() local
[all...]
H A Dadvanced_notification_utils.cpp1811 uint64_t timerId = timer->CreateTimer(notificationTimerInfo); in StartAutoDelete() local
1816 void AdvancedNotificationService::CancelTimer(uint64_t timerId) in CancelTimer() argument
H A Dreminder_data_manager.cpp1828 uint64_t timerId = 0; in StopTimer() local
[all...]
/base/time/time_service/services/
H A Dtime_system_ability.cpp403 int32_t TimeSystemAbility::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer() argument
413 int32_t TimeSystemAbility::StopTimer(uint64_t timerId) in StopTimer() argument
423 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId, boo argument
347 CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &obj, uint64_t &timerId) CreateTimer() argument
393 CreateTimer(TimerPara &paras, std::function<int32_t (const uint64_t)> callback, uint64_t &timerId) CreateTimer() argument
983 auto timerId = static_cast<uint64_t>(GetLong(resultSet, 0)); RecoverTimerInner() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp165 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_CheckFMSReady", in CheckFMSReady() local
205 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_AddForm", in AddForm() local
272 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_DeleteForm", in DeleteForm() local
460 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_NotifyWhetherVisibleForms", in NotifyWhetherVisibleForms() local
874 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_DeleteInvalidForms", in DeleteInvalidForms() local
1025 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_GetFormsInfoByApp", GetFormsInfoByApp() local
1735 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_IsFormBundleForbidden", IsFormBundleForbidden() local
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp214 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer() argument
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp1109 auto timerId = idleTimer_->Register(timerCallback, timerInterval); in StartTimedQuery() local
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp282 uint32_t timerId = reportEventTimer_->Register([this] {this->ReportGetSAPeriodically();}, in StartDfxTimer() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1556 TimerId timerId = 0; in StartHeartBeatTimer() local
1579 void CloudSyncer::HeartBeat(TimerId timerId, TaskId taskId) in HeartBeat() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2947 TimerId timerId = 0u; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp627 TimerId timerId = lifeTimerId_; in StopLifeCycleTimer() local
641 TimerId timerId = 0; in StartLifeCycleTimer() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1966 void DhcpClientStateMachine::StartTimer(TimerType type, uint32_t &timerId, int64_t interval, bool once) in StartTimer() argument
2005 StopTimer(uint32_t &timerId) StopTimer() argument
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp905 uint32_t timerId = static_cast<uint32_t>(data[0]); in StartTimerFuzzerTest() local
920 uint32_t timerId = static_cast<uint32_t>(data[0]); in StopTimerFuzzerTest() local
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1316 int32_t timerId = TimerMgr->AddTimer(SPECIAL_KEY_DOWN_DELAY, 1, [this, tmpKey] () { in OnHandleEvent() local
1476 int32_t timerId = TimerMgr->AddTimer( HandleRepeatKeyAbility() local
1532 int32_t timerId = TimerMgr->AddTimer( SetIsFreezePowerKey() local
2079 auto timerId = shortcutKey.timerId; HandleKeyCancel() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp188 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_INFO); in GetBundleInfo() local
274 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_BATCH_BUNDLE_INFO); in BatchGetBundleInfo() local
526 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_NAME_FOR_UID); in GetNameForUid() local
1202 int32_t timerId in GetHapModuleInfo() local
2724 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_VERIFY_CALLING_PERMISSION); VerifyCallingPermission() local
3165 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MANAGER_PROXY); GetOverlayManagerProxy() local
3310 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_VERIFY_SYSTEM_API); VerifySystemApi() local
3401 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_SHARED_BUNDLE_INFO_BY_SELF); GetSharedBundleInfoBySelf() local
3841 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_RESOURCE_PROXY); GetBundleResourceProxy() local
4229 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_CLONE_BUNDLE_INFO); GetCloneBundleInfo() local
[all...]

Completed in 53 milliseconds

12345