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:SetCallback
(Results
1 - 6
of
6
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
io_event_handler.h
50
inline void
SetCallback
(const EventCallback& cb)
in SetCallback()
function in OHOS::Utils::IOEventHandler
H
A
D
refbase.h
93
void
SetCallback
(const RefPtrCallback& callback);
/commonlibrary/c_utils/base/src/
H
A
D
refbase.cpp
199
void RefCounter::
SetCallback
(const RefPtrCallback& callback)
in SetCallback()
function in OHOS::RefCounter
420
refs_->
SetCallback
([this] { this->RefPtrCallback(); });
in RefBase()
431
refs_->
SetCallback
([this] { this->RefPtrCallback(); });
in RefBase()
466
refs_->
SetCallback
([this] { this->RefPtrCallback(); });
in operator =()
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_event_test.cpp
94
handler->
SetCallback
(&TestCallback);
in HWTEST_F()
137
handler->
SetCallback
(&TestCallback);
in HWTEST_F()
285
SetCallback
(std::bind(&TimerFdHandler::TimeOut, this));
in Initialize()
457
handler->
SetCallback
(nullptr);
in HWTEST_F()
865
handler_->
SetCallback
(std::bind(&TimerEventHandler::TimeOut, this));
in Initialize()
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H
A
D
event_benchmark_test.cpp
111
handler->
SetCallback
(&TestCallback);
in SetFdAndCallback()
386
SetCallback
(std::bind(&TimerFdHandler::TimeOut, this));
in Initialize()
565
handler->
SetCallback
(nullptr);
in BENCHMARK_F()
1010
handler_->
SetCallback
(std::bind(&TimerEventHandler::TimeOut, this));
in Initialize()
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H
A
D
refbase_benchmark_test.cpp
1721
@tc.desc: Test for
SetCallback
, RemoveCallback and IsRefPtrValid
1730
// Use the
SetCallback
method to set a lambda function as a
in BENCHMARK_F()
1732
refs->
SetCallback
([&externalVariable]() { externalVariable = 42; });
in BENCHMARK_F()
Completed in 9 milliseconds