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:objectId
(Results
1 - 5
of
5
) sorted by relevance
/commonlibrary/c_utils/base/src/
H
A
D
refbase.cpp
52
void WeakRefCounter::IncWeakRefCount(const void *
objectId
)
in IncWeakRefCount()
argument
55
refCounter_->IncWeakRefCount(
objectId
);
in IncWeakRefCount()
59
void WeakRefCounter::DecWeakRefCount(const void *
objectId
)
in DecWeakRefCount()
argument
62
refCounter_->DecWeakRefCount(
objectId
);
in DecWeakRefCount()
67
bool WeakRefCounter::AttemptIncStrongRef(const void *
objectId
)
in AttemptIncStrongRef()
argument
70
return refCounter_->AttemptIncStrongRef(
objectId
, unuse);
in AttemptIncStrongRef()
121
void RefCounter::PrintRefs(const void*
objectId
)
in PrintRefs()
argument
125
"refcnt: %{public}d",
objectId
, this, atomicStrong_.load(std::memory_order_relaxed),
in PrintRefs()
129
void RefCounter::GetNewTrace(const void*
objectId
)
in GetNewTrace()
argument
132
RefTracker* newTracker = new RefTracker(refTracker,
objectId
, atomicStrong
in GetNewTrace()
162
DebugRefBase([[maybe_unused]]const void*
objectId
)
DebugRefBase()
argument
244
IncStrongRefCount(const void*
objectId
)
IncStrongRefCount()
argument
258
DecStrongRefCount(const void*
objectId
)
DecStrongRefCount()
argument
279
IncWeakRefCount(const void*
objectId
)
IncWeakRefCount()
argument
285
DecWeakRefCount(const void*
objectId
)
DecWeakRefCount()
argument
352
AttemptIncStrongRef(const void *
objectId
, int &outCount)
AttemptIncStrongRef()
argument
401
AttemptIncStrong(const void *
objectId
)
AttemptIncStrong()
argument
514
IncStrongRef(const void *
objectId
)
IncStrongRef()
argument
530
CheckIsAttemptAcquireSet(const void *
objectId
)
CheckIsAttemptAcquireSet()
argument
544
DecStrongRef(const void *
objectId
)
DecStrongRef()
argument
584
IncWeakRef(const void *
objectId
)
IncWeakRef()
argument
596
DecWeakRef(const void *
objectId
)
DecWeakRef()
argument
611
AttemptAcquire(const void *
objectId
)
AttemptAcquire()
argument
629
AttemptIncStrongRef(const void *
objectId
)
AttemptIncStrongRef()
argument
643
AttemptIncStrong(const void *
objectId
)
AttemptIncStrong()
argument
[all...]
/commonlibrary/c_utils/base/include/
H
A
D
refbase.h
134
int IncStrongRefCount(const void *
objectId
);
144
int DecStrongRefCount(const void *
objectId
);
160
int IncWeakRefCount(const void *
objectId
);
172
int DecWeakRefCount(const void *
objectId
);
213
bool AttemptIncStrongRef(const void *
objectId
, int &outCount);
223
bool AttemptIncStrong(const void *
objectId
);
261
void DebugRefBase(const void *
objectId
);
281
void PrintRefs(const void*
objectId
);
284
void GetNewTrace(const void*
objectId
);
331
void IncWeakRefCount(const void *
objectId
);
[all...]
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H
A
D
refbase_fuzzer.cpp
56
void OnLastStrongRef(const void*
objectId
) override;
57
void OnFirstStrongRef(const void*
objectId
) override;
64
void TestRefBase::OnLastStrongRef(const void*
objectId
)
in OnLastStrongRef()
argument
69
void TestRefBase::OnFirstStrongRef(const void*
objectId
)
in OnFirstStrongRef()
argument
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_refbase_test.cpp
63
void OnLastStrongRef(const void *
objectId
) override
214
void OnLastStrongRef(const void *
objectId
) override;
215
void OnFirstStrongRef(const void *
objectId
) override;
280
void IPCObjectProxy::OnLastStrongRef(const void *
objectId
)
in OnLastStrongRef()
argument
289
void IPCObjectProxy::OnFirstStrongRef(const void *
objectId
)
in OnFirstStrongRef()
argument
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H
A
D
refbase_benchmark_test.cpp
82
void OnLastStrongRef(const void *
objectId
) override
246
void OnLastStrongRef(const void *
objectId
) override;
247
void OnFirstStrongRef(const void *
objectId
) override;
317
void IPCObjectProxy::OnLastStrongRef(const void *
objectId
)
in OnLastStrongRef()
argument
319
BENCHMARK_LOGD("RefbaseTest void IPCObjectProxy::OnLastStrongRef(const void *
objectId
) is called.");
in OnLastStrongRef()
327
void IPCObjectProxy::OnFirstStrongRef(const void *
objectId
)
in OnFirstStrongRef()
argument
329
BENCHMARK_LOGD("RefbaseTest void IPCObjectProxy::OnFirstStrongRef(const void *
objectId
) is called.");
in OnFirstStrongRef()
Completed in 7 milliseconds