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:ClearTimer
(Results
1 - 19
of
19
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H
A
D
timer_module.cpp
44
CreateNamedFunction(clearTimeout,
ClearTimer
);
in Init()
46
CreateNamedFunction(clearInterval,
ClearTimer
);
in Init()
130
jerry_value_t TimerModule::
ClearTimer
(const jerry_value_t func,
in ClearTimer()
function in OHOS::ACELite::TimerModule
H
A
D
timer_module.h
129
static jerry_value_t
ClearTimer
(const jerry_value_t func,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
scheduler_manager.h
35
void
ClearTimer
();
H
A
D
scheduler_manager.cpp
215
void SchedulerManager::
ClearTimer
()
in ClearTimer()
function in OHOS::DataShare::SchedulerManager
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_subscriber_handler.cpp
164
ClearTimer
(*it);
in RemoveSubscriber()
614
ClearTimer
(*it);
in OnSessionDelete()
877
ClearTimer
(subscriber);
in ClearSubscriberTimer()
881
void KeySubscriberHandler::
ClearTimer
(const std::shared_ptr<Subscriber> &subscriber)
in ClearTimer()
function in OHOS::MMI::KeySubscriberHandler
1049
ClearTimer
(subscriber);
in HandleKeyCancel()
1142
ClearTimer
(*it);
in RemoveSubscriberKeyUpTimer()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H
A
D
jsi_timer_module.cpp
82
delegate->
ClearTimer
(std::to_string(callbackId));
in ClearTimeoutOrInterval()
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
key_subscriber_handler.h
89
void
ClearTimer
(const std::shared_ptr<Subscriber> &subscriber);
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.h
172
void
ClearTimer
(const std::string& callbackId) override;
H
A
D
plugin_frontend_delegate.cpp
1032
void PluginFrontendDelegate::
ClearTimer
(const std::string& callbackId)
in ClearTimer()
function in OHOS::Ace::Framework::PluginFrontendDelegate
1039
LOGW("
ClearTimer
callbackId not found");
in ClearTimer()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate.h
254
virtual void
ClearTimer
(const std::string& callbackId) = 0;
H
A
D
frontend_delegate_impl.h
282
void
ClearTimer
(const std::string& callbackId) override;
H
A
D
frontend_delegate_impl.cpp
1179
void FrontendDelegateImpl::
ClearTimer
(const std::string& callbackId)
in ClearTimer()
function in OHOS::Ace::Framework::FrontendDelegateImpl
1186
LOGW("
ClearTimer
callbackId not found");
in ClearTimer()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H
A
D
mock_plugin_frontend_delegate.cpp
259
void PluginFrontendDelegate::
ClearTimer
(const std::string& callbackId) {}
in ClearTimer()
function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
frontend_delegate_declarative_ng.h
172
void
ClearTimer
(const std::string& callbackId) override;
H
A
D
frontend_delegate_declarative_ng.cpp
365
void FrontendDelegateDeclarativeNG::
ClearTimer
(const std::string& callbackId)
in ClearTimer()
function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.h
246
void
ClearTimer
(const std::string& callbackId) override;
H
A
D
frontend_delegate_declarative.cpp
2176
void FrontendDelegateDeclarative::
ClearTimer
(const std::string& callbackId)
in ClearTimer()
function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2183
LOGW("
ClearTimer
callbackId not found");
in ClearTimer()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_engine.cpp
1019
GetFrontendDelegate(runtime)->
ClearTimer
(callBackId);
in ClearTimeout()
3526
engineInstance_->GetFrontendDelegate()->
ClearTimer
(callbackId);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
2334
delegate->
ClearTimer
(callbackId);
in TimerCallback()
Completed in 35 milliseconds