Home
last modified time | relevance | path

Searched refs:GetTimerId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp103 uint64_t timerId = StrongAuthManger::GetInstance()->GetTimerId(userId); in StrongAuthTimerCallback()
123 uint64_t StrongAuthManger::GetTimerId(int32_t userId) in GetTimerId() function in OHOS::ScreenLock::StrongAuthManger
180 uint64_t timerId = GetTimerId(userId); in StartStrongAuthTimer()
198 uint64_t timerId = GetTimerId(userId); in ResetStrongAuthTimer()
220 uint64_t timerId = GetTimerId(userId); in DestroyStrongAuthTimer()
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_strongauth_test.cpp68 authmanager->GetTimerId(userId);
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockauthmanager_fuzzer/
H A Dscreenlockauthmanager_fuzzer.cpp43 authmanager->GetTimerId(userId); in FuzzScreenlockAuthManager()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_sync_task_context.h50 MOCK_CONST_METHOD0(GetTimerId, TimerId(void));
H A Ddistributeddb_mock_sync_module_test.cpp427 EXPECT_CALL(syncTaskContext, GetTimerId()).WillOnce(Return(expectId));
450 EXPECT_CALL(syncTaskContext, GetTimerId()).WillOnce(Return(expectId));
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h39 uint64_t GetTimerId(int32_t userId);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h114 virtual TimerId GetTimerId() const = 0;
H A Dsync_task_context.h111 TimerId GetTimerId() const override;
H A Dsync_state_machine.cpp85 TimerId timer = syncContext_->GetTimerId(); in TimeoutCallback()
H A Dsync_task_context.cpp373 TimerId SyncTaskContext::GetTimerId() const in GetTimerId() function in DistributedDB::SyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_state_machine.cpp188 TimerId timer = syncContext_->GetTimerId(); in StepToTimeout()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp569 inline uint32_t GetTimerId() const { return timerId_; } in GetTimerId() function in OHOS::__anon7e5fee520110::TimerEventHandler
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp843 TimerId timer = syncContext_->GetTimerId(); in StepToTimeout()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp700 inline uint32_t GetTimerId() const { return timerId_; } in GetTimerId() function in OHOS::__anond27b26990110::TimerEventHandler