Home
last modified time | relevance | path

Searched refs:GetRefCount (Results 1 - 25 of 34) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dresource_handle.h117 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 Dentity_reference.h34 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 Dgpu_resource_cache.cpp83 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 Dlight_refcount_base.h31 inline int GetRefCount() const in GetRefCount() function in OHOS::Idl::LightRefCountBase
/foundation/ability/idl_tool/util/
H A Dlight_refcount_base.h31 int GetRefCount() const in GetRefCount() function in OHOS::Idl::LightRefCountBase
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Dresource_handle_impl.cpp34 int32_t RenderReferenceCounter::GetRefCount() const in GetRefCount() function in RenderReferenceCounter
H A Dresource_handle_impl.h36 int32_t GetRefCount() const override;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.cpp79 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 Dnative_reference.h41 virtual uint32_t GetRefCount() = 0;
/foundation/filemanagement/app_file_service/tests/mock/napi/include/
H A Dnative_reference_mock.h37 MOCK_METHOD0(GetRefCount, uint32_t());
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dnative_reference_mock.h38 MOCK_METHOD0(GetRefCount, uint32_t());
/foundation/ai/ai_engine/services/server/communication_adapter/include/
H A Dsa_server_adapter.h77 int GetRefCount() const;
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.h67 uint32_t GetRefCount() override;
H A Dark_native_reference.cpp200 uint32_t ArkNativeReference::GetRefCount() in GetRefCount() function in ArkNativeReference
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_util.cpp50 desc.refCount = handle.GetRefCount(); in GetRenderHandleDesc()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Dnative_devicemanager_js.h149 int32_t GetRefCount();
167 int32_t GetRefCount();
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server_adapter.cpp64 int SaServerAdapter::GetRefCount() const in GetRefCount() function in OHOS::AI::SaServerAdapter
/foundation/ability/ability_runtime/test/unittest/js_ui_service_proxy_test/
H A Djs_ui_service_proxy_test.cpp66 MOCK_METHOD0(GetRefCount, uint32_t());
/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Dnative_devicemanager_js.h204 int32_t GetRefCount();
222 int32_t GetRefCount();
/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp68 int RefCounter::GetRefCount() in GetRefCount() function in OHOS::RefCounter
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_refbase_test.cpp64 * @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 Drefbase.cpp66 int RefCounter::GetRefCount() in GetRefCount() function in OHOS::RefCounter
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp73 if (ref && (ref.GetRefCount() > 1)) { in ~RenderNodeGraphManager()
205 if (rngRef && (rngRef.GetRefCount() <= 1)) {
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp167 int RefCounter::GetRefCount() in GetRefCount() function in OHOS::RefCounter
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp435 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 14 milliseconds

12