/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | strongauthmanager.cpp | 103 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 D | screenlock_strongauth_test.cpp | 68 authmanager->GetTimerId(userId);
|
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockauthmanager_fuzzer/ |
H A D | screenlockauthmanager_fuzzer.cpp | 43 authmanager->GetTimerId(userId); in FuzzScreenlockAuthManager()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_sync_task_context.h | 50 MOCK_CONST_METHOD0(GetTimerId, TimerId(void));
|
H A D | distributeddb_mock_sync_module_test.cpp | 427 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 D | strongauthmanager.h | 39 uint64_t GetTimerId(int32_t userId);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | isync_task_context.h | 114 virtual TimerId GetTimerId() const = 0;
|
H A D | sync_task_context.h | 111 TimerId GetTimerId() const override;
|
H A D | sync_state_machine.cpp | 85 TimerId timer = syncContext_->GetTimerId(); in TimeoutCallback()
|
H A D | sync_task_context.cpp | 373 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 D | multi_ver_sync_state_machine.cpp | 188 TimerId timer = syncContext_->GetTimerId(); in StepToTimeout()
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 569 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 D | single_ver_sync_state_machine.cpp | 843 TimerId timer = syncContext_->GetTimerId(); in StepToTimeout()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 700 inline uint32_t GetTimerId() const { return timerId_; } in GetTimerId() function in OHOS::__anond27b26990110::TimerEventHandler
|