Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RemoveTimer
(Results
1 - 25
of
47
) sorted by relevance
1
2
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
anr_manager.cpp
70
TimerMgr->
RemoveTimer
(item);
in MarkProcessed()
85
TimerMgr->
RemoveTimer
(item);
in RemoveTimers()
92
TimerMgr->
RemoveTimer
(item);
in RemoveTimers()
108
TimerMgr->
RemoveTimer
(item);
in RemoveTimersByType()
149
TimerMgr->
RemoveTimer
(item);
in AddTimer()
H
A
D
key_auto_repeat.cpp
110
TimerMgr->
RemoveTimer
(timerId_);
in SelectAutoRepeat()
121
TimerMgr->
RemoveTimer
(timerId_);
in SelectAutoRepeat()
228
void KeyAutoRepeat::
RemoveTimer
()
in RemoveTimer()
function in OHOS::MMI::KeyAutoRepeat
231
TimerMgr->
RemoveTimer
(timerId_);
in RemoveTimer()
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_timer_manager.h
32
virtual int32_t
RemoveTimer
(int32_t) = 0;
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H
A
D
pkg_delay_suspend_info.cpp
115
timerManager_->
RemoveTimer
(info->GetRequestId());
in StopAccounting()
129
timerManager_->
RemoveTimer
(info->GetRequestId());
in StopAccountingAll()
H
A
D
timer_manager.cpp
38
void TimerManager::
RemoveTimer
(int32_t requestId)
in RemoveTimer()
function in OHOS::BackgroundTaskMgr::TimerManager
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
H
A
D
timer_linux.cpp
36
void
RemoveTimer
(Timer &timer);
183
void TimerManager::
RemoveTimer
(Timer &timer)
in RemoveTimer()
function in utility::TimerManager
213
TimerManager::GetInstance().
RemoveTimer
(*this);
in ~Timer()
/foundation/multimodalinput/input/service/subscriber/test/include/
H
A
D
timer_manager.h
37
int32_t
RemoveTimer
(int32_t timerId);
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H
A
D
timer_manager.h
33
void
RemoveTimer
(int32_t requestId);
/foundation/multimodalinput/input/service/subscriber/test/src/
H
A
D
timer_manager.cpp
59
int32_t TimerManager::
RemoveTimer
(int32_t timerId)
in RemoveTimer()
function in OHOS::MMI::TimerManager
/foundation/multimodalinput/input/service/timer_manager/include/
H
A
D
timer_manager.h
38
int32_t
RemoveTimer
(int32_t timerId);
/foundation/multimodalinput/input/service/timer_manager/test/
H
A
D
timer_manager_test.cpp
61
* @tc.desc: Test the function
RemoveTimer
71
ASSERT_EQ(TimerMgr->
RemoveTimer
(timerld), rationId);
in HWTEST_F()
152
auto ret = timermanager.
RemoveTimer
(timerId);
in HWTEST_F()
155
ret = timermanager.
RemoveTimer
(timerId);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
distributeddb_thread_pool_test.cpp
337
RuntimeContext::GetInstance()->
RemoveTimer
(timer - 1, true);
in HWTEST_F()
340
RuntimeContext::GetInstance()->
RemoveTimer
(timer, true);
in HWTEST_F()
380
RuntimeContext::GetInstance()->
RemoveTimer
(timerId, true);
in HWTEST_F()
429
RuntimeContext::GetInstance()->
RemoveTimer
(timer);
in HWTEST_F()
/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/
H
A
D
timer_manager.h
40
int32_t
RemoveTimer
(int32_t timerId) override;
/foundation/multimodalinput/input/service/event_handler/include/
H
A
D
key_auto_repeat.h
43
void
RemoveTimer
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
scheduler_manager.h
34
void
RemoveTimer
(const Key &key);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H
A
D
rdb_subscriber_manager.cpp
53
SchedulerManager::GetInstance().
RemoveTimer
(key);
in Delete()
159
SchedulerManager::GetInstance().
RemoveTimer
(key);
in Delete()
180
SchedulerManager::GetInstance().
RemoveTimer
(key);
in Delete()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
sync_state_machine.cpp
280
RuntimeContext::GetInstance()->
RemoveTimer
(saveDataNotifyTimerId_);
in StopSaveDataNotifyNoLock()
365
RuntimeContext::GetInstance()->
RemoveTimer
(watchDogController_[flag].feedDogTimerId);
in StopFeedDogForSyncNoLock()
508
RuntimeContext::GetInstance()->
RemoveTimer
(timerId);
in StopFeedDogForGetDataInner()
H
A
D
remote_executor.h
119
void
RemoveTimer
(uint32_t sessionId);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_sync_engine.cpp
98
RuntimeContext::GetInstance()->
RemoveTimer
(subscribeTimerId, true);
in StopAutoSubscribeTimer()
H
A
D
single_ver_data_message_schedule.cpp
262
RuntimeContext::GetInstance()->
RemoveTimer
(timerId);
in StopTimer()
292
RuntimeContext::GetInstance()->
RemoveTimer
(timerId);
in TimeOut()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
time_tick_monitor.cpp
79
runtimeCxt_->
RemoveTimer
(monitorTimerId_, true);
in StopTimeTickMonitor()
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
542
TimerMgr->
RemoveTimer
(twoFingerGesture_.timerId);
in StopTwoFingerGesture()
1463
TimerMgr->
RemoveTimer
(repeatKeyTimerIds_[item.ability.bundleName]);
in HandleRepeatKey()
1488
TimerMgr->
RemoveTimer
(repeatTimerId_);
in HandleRepeatKeyAbility()
1529
TimerMgr->
RemoveTimer
(sosDelayTimerId_);
in SetIsFreezePowerKey()
1584
TimerMgr->
RemoveTimer
(repeatTimerId_);
in HandleRepeatKeyCount()
1649
TimerMgr->
RemoveTimer
(lastMatchedKey_.timerId);
in HandleShortKeys()
1782
TimerMgr->
RemoveTimer
(matchedSequence_.timerId);
in HandleSequences()
2081
TimerMgr->
RemoveTimer
(timerId);
in HandleKeyCancel()
2200
TimerMgr->
RemoveTimer
(item);
in RemoveSubscribedTimer()
2234
TimerMgr->
RemoveTimer
(ite
in InterruptTimers()
[all...]
/foundation/multimodalinput/input/service/account_manager/src/
H
A
D
account_manager.cpp
80
TimerMgr->
RemoveTimer
(timerId_);
in ~AccountSetting()
312
TimerMgr->
RemoveTimer
(timerId_);
in ~AccountManager()
/foundation/multimodalinput/input/service/timer_manager/src/
H
A
D
timer_manager.cpp
57
int32_t TimerManager::
RemoveTimer
(int32_t timerId)
in RemoveTimer()
function in OHOS::MMI::TimerManager
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_shortcut_manager.cpp
757
TimerMgr->
RemoveTimer
(item.second);
in ResetAll()
854
TimerMgr->
RemoveTimer
(iter->second);
in ResetTriggering()
866
TimerMgr->
RemoveTimer
(iter->second);
in ResetTriggering()
896
TimerMgr->
RemoveTimer
(iter->second);
in ResetTriggering()
Completed in 15 milliseconds
1
2