Home
last modified time | relevance | path

Searched refs:GetSptrRefCount (Results 1 - 25 of 36) sorted by relevance

12

/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/
H A Davcodec_service_stub_mock.cpp58 listener->GetSptrRefCount()); in GetSubSystemAbility()
67 UNITTEST_INFO_LOG("object refCount:%d", object->GetSptrRefCount()); in SetDeathListener()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_callback.cpp34 if (finishedCallback_.GetRefPtr()->GetSptrRefCount() == 1) { in OnAnimationFinished()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/surface/capi/
H A Dsurface_capi_mock.cpp34 if ((nativeWindow_ != nullptr) && (nativeWindow_->GetSptrRefCount() >= 1)) { in ~SurfaceCapiMock()
/foundation/graphic/graphic_2d/rosen/samples/hello_native_buffer/
H A Dhello_native_buffer.cpp89 if (sfBuffer->GetSptrRefCount() != HARDWARE_BUFFER_REFERENCE_TWICE) { in main()
109 if (sfBuffer->GetSptrRefCount() != 1) { in main()
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1501 EXPECT_EQ(object->GetSptrRefCount(), 1); in HWTEST_F()
1520 EXPECT_EQ(object->GetSptrRefCount(), 2); in HWTEST_F()
1524 EXPECT_EQ(object->GetSptrRefCount(), 3); in HWTEST_F()
1528 EXPECT_EQ(object->GetSptrRefCount(), 2); in HWTEST_F()
1532 EXPECT_EQ(object->GetSptrRefCount(), 1); in HWTEST_F()
1559 EXPECT_EQ(remoteObject->GetSptrRefCount(), 2); in HWTEST_F()
1567 EXPECT_EQ(remoteObject2->GetSptrRefCount(), 2); in HWTEST_F()
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davbuffer.cpp149 FALSE_RETURN_V_MSG_E(surfaceBuffer->GetSptrRefCount() > 0, nullptr, "GetSptrRefCount is invalid, count:%{public}d", in CreateAVBuffer()
150 surfaceBuffer->GetSptrRefCount()); in CreateAVBuffer()
H A Dav_surface_memory.cpp71 MEDIA_LOG_DD("GetSptrRefCount:%{public}d", surfaceBuffer->GetSptrRefCount()); in Free()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_refbase_test.cpp307 * @tc.desc: test GetSptrRefCount
314 int getref = refb.GetSptrRefCount(); in HWTEST_F()
321 * @tc.desc: test GetSptrRefCount
328 int getref = refb.GetSptrRefCount(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_mini_proxy.cpp163 int32_t sptrRefCount = remote->GetSptrRefCount(); in SendTransactCmdWithLog()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_async_work.cpp185 int count = contextBase->GetSptrRefCount(); in GenerateOutput()
/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp339 int RefBase::GetSptrRefCount() in GetSptrRefCount() function in OHOS::RefBase
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp67 ZLOGD(LABEL, "TestService: strong = %d", newInstance->GetSptrRefCount()); in Instantiate()
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H A Drefbase.cpp342 int RefBase::GetSptrRefCount() in GetSptrRefCount() function in OHOS::RefBase
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager.cpp149 int refCount = sessionManagerServiceProxy_->GetSptrRefCount(); in ClearSessionManagerProxy()
150 WLOGFI("sessionManagerServiceProxy GetSptrRefCount : %{public}d", refCount); in ClearSessionManagerProxy()
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue.cpp68 if (producer_ == nullptr || producer_->GetSptrRefCount() <= 0) { in GetProducer()
82 if (consumer_ == nullptr || consumer_->GetSptrRefCount() <= 0) { in GetConsumer()
/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp519 iter.second->GetSptrRefCount()); in NotifySceneBoardAvailableToLiteClient()
599 iter.second->GetSptrRefCount()); in NotifyWMSConnectionChangedToLiteClient()
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_record.cpp416 scheduler_ ? scheduler_->GetSptrRefCount() : 0, in Dump()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp496 int RefBase::GetSptrRefCount() in GetSptrRefCount() function in OHOS::RefBase
H A Drefbase.h465 int GetSptrRefCount();
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp300 frameRecord->GetFrameId().c_str(), frameRecord->GetSptrRefCount()); in EncodeSurfaceBuffer()
H A Davcodec_task_manager.cpp106 frameRecord->GetSptrRefCount()); in EncodeVideoBuffer()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp594 if ((proxy == nullptr) || (proxy->GetSptrRefCount() <= 0)) { in OnBinderDied()
643 if (obj->GetSptrRefCount() <= 0) { in OnAcquireObject()
765 if (targetObject->GetSptrRefCount() > 0) { in GeneralServiceSendRequest()
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_session_manager_service.cpp515 CLOGD("Session refcount is %d, session count:%zu", session->GetSptrRefCount(), sessionMap_.size()); in DestroyCastSession()
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp60 producer_->GetSptrRefCount(), uniqueId_); in ~ConsumerSurface()
/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.cpp468 MEDIA_LOGD("And it's count is: %{public}d in PlayerImpl", keySessionProxy->GetSptrRefCount()); in SetDecryptConfig()

Completed in 23 milliseconds

12