Home
last modified time | relevance | path

Searched refs:objectId (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Drefbase.cpp52 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 Drefbase.h134 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 Drefbase_fuzzer.cpp56 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 Dutils_refbase_test.cpp63 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 Drefbase_benchmark_test.cpp82 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