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:CreateWeakRef
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
refbase.h
468
WeakRefCounter *
CreateWeakRef
(void *cookie);
1347
refs_ = other->
CreateWeakRef
(other);
in wptr()
1369
refs_ = other->
CreateWeakRef
(other.GetRefPtr());
in wptr()
1391
refs_ = other->
CreateWeakRef
(other.GetRefPtr());
in wptr()
1403
newWeakRef = other->
CreateWeakRef
(other);
in operator =()
1424
newWeakRef = object->
CreateWeakRef
(object);
in operator =()
1458
newWeakRef = other->
CreateWeakRef
(other.GetRefPtr());
in operator =()
1494
newWeakRef = other->
CreateWeakRef
(other.GetRefPtr());
in operator =()
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H
A
D
refbase_fuzzer.cpp
189
FUZZ_LOGI("thread = %{public}u,
CreateWeakRef
", GetThreadId());
190
weakRef = g_ref->
CreateWeakRef
(nullptr);
192
// Only
CreateWeakRef
then release, will not delete RefBase, so g_refModified will not change.
/commonlibrary/c_utils/base/src/
H
A
D
refbase.cpp
576
WeakRefCounter *RefBase::
CreateWeakRef
(void *cookie)
in CreateWeakRef()
function in OHOS::RefBase
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H
A
D
refbase_benchmark_test.cpp
1670
* @tc.desc: test
CreateWeakRef
of Refbase,
1679
WeakRefCounter *newWeakRef = baseObject1->
CreateWeakRef
(newRefbase);
in BENCHMARK_F()
Completed in 6 milliseconds