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:GetRefCount
(Results
1 - 25
of
34
) sorted by relevance
1
2
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H
A
D
resource_handle.h
117
virtual int32_t
GetRefCount
() const = 0;
176
inline int32_t
GetRefCount
() const noexcept;
229
int32_t RenderHandleReference::
GetRefCount
() const noexcept
232
return counter_->
GetRefCount
();
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H
A
D
entity_reference.h
34
virtual int32_t
GetRefCount
() const noexcept = 0;
117
int32_t
GetRefCount
() const noexcept
120
return counter_->
GetRefCount
();
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
gpu_resource_cache.cpp
83
if (imagesRef.handle && (imagesRef.handle.
GetRefCount
() > 2)) { // 2:count number
in ~GpuResourceCache()
88
if (imagesRef.handle && (imagesRef.handle.
GetRefCount
() > 2)) { // 2: count number
in ~GpuResourceCache()
189
if (imgRef.handle.
GetRefCount
() > 2) {
in DestroyOldImages()
192
PLUGIN_ASSERT(imgRef.handle.
GetRefCount
() == 2);
in DestroyOldImages()
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
light_refcount_base.h
31
inline int
GetRefCount
() const
in GetRefCount()
function in OHOS::Idl::LightRefCountBase
/foundation/ability/idl_tool/util/
H
A
D
light_refcount_base.h
31
int
GetRefCount
() const
in GetRefCount()
function in OHOS::Idl::LightRefCountBase
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
resource_handle_impl.cpp
34
int32_t RenderReferenceCounter::
GetRefCount
() const
in GetRefCount()
function in RenderReferenceCounter
H
A
D
resource_handle_impl.h
36
int32_t
GetRefCount
() const override;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H
A
D
entity_manager.cpp
79
int32_t
GetRefCount
() const noexcept override
187
if (e.counter->
GetRefCount
() > 0) {
in GetReferenceCounted()
238
(!state.counter || (state.counter->
GetRefCount
() > 0));
in IsAlive()
325
if ((e.state != EntityState::State::FREE) && e.counter && (e.counter->
GetRefCount
() == 0)) {
in UpdateDeadEntities()
343
if ((e.state != valid) || (e.counter && e.counter->
GetRefCount
() == 0)) {
in IteratorImpl()
373
if ((state.state == valid) && ((!state.counter) || (state.counter->
GetRefCount
() > 0))) {
in Next()
/foundation/arkui/napi/native_engine/
H
A
D
native_reference.h
41
virtual uint32_t
GetRefCount
() = 0;
/foundation/filemanagement/app_file_service/tests/mock/napi/include/
H
A
D
native_reference_mock.h
37
MOCK_METHOD0(
GetRefCount
, uint32_t());
/foundation/filemanagement/user_file_service/test/unittest/mock/
H
A
D
native_reference_mock.h
38
MOCK_METHOD0(
GetRefCount
, uint32_t());
/foundation/ai/ai_engine/services/server/communication_adapter/include/
H
A
D
sa_server_adapter.h
77
int
GetRefCount
() const;
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_reference.h
67
uint32_t
GetRefCount
() override;
H
A
D
ark_native_reference.cpp
200
uint32_t ArkNativeReference::
GetRefCount
()
in GetRefCount()
function in ArkNativeReference
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H
A
D
render_util.cpp
50
desc.refCount = handle.
GetRefCount
();
in GetRenderHandleDesc()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H
A
D
native_devicemanager_js.h
149
int32_t
GetRefCount
();
167
int32_t
GetRefCount
();
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H
A
D
sa_server_adapter.cpp
64
int SaServerAdapter::
GetRefCount
() const
in GetRefCount()
function in OHOS::AI::SaServerAdapter
/foundation/ability/ability_runtime/test/unittest/js_ui_service_proxy_test/
H
A
D
js_ui_service_proxy_test.cpp
66
MOCK_METHOD0(
GetRefCount
, uint32_t());
/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H
A
D
native_devicemanager_js.h
204
int32_t
GetRefCount
();
222
int32_t
GetRefCount
();
/foundation/multimedia/image_framework/mock/native/src/
H
A
D
refbase.cpp
68
int RefCounter::
GetRefCount
()
in GetRefCount()
function in OHOS::RefCounter
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
mock_refbase_test.cpp
64
* @tc.desc: test
GetRefCount
71
int getref = refs.
GetRefCount
();
in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H
A
D
refbase.cpp
66
int RefCounter::
GetRefCount
()
in GetRefCount()
function in OHOS::RefCounter
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
render_node_graph_manager.cpp
73
if (ref && (ref.
GetRefCount
() > 1)) {
in ~RenderNodeGraphManager()
205
if (rngRef && (rngRef.
GetRefCount
() <= 1)) {
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H
A
D
refbase.cpp
167
int RefCounter::
GetRefCount
()
in GetRefCount()
function in OHOS::RefCounter
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H
A
D
native_devicemanager_js.cpp
435
int32_t DmNapiDiscoveryCallback::
GetRefCount
()
in GetRefCount()
function in DmNapiDiscoveryCallback
494
int32_t DmNapiPublishCallback::
GetRefCount
()
in GetRefCount()
function in DmNapiPublishCallback
775
if (publishCallback->
GetRefCount
() == 0) {
in ReleasePublishCallback()
795
if (DiscoveryCallback->
GetRefCount
() == 0) {
in ReleaseDiscoveryCallback()
Completed in 20 milliseconds
1
2