Home
last modified time | relevance | path

Searched refs:CheckStatus (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h118 GLenum CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context) const;
119 GLenum CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context, WebGLAttachmentInfo info,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp69 auto result = CheckStatus(); in SendData()
87 auto status = CheckStatus(); in OpenConnect()
127 Status SoftBusClient::CheckStatus() in CheckStatus() function in OHOS::AppDistributedKv::SoftBusClient
H A Dsoftbus_client.h40 Status CheckStatus();
H A Dsoftbus_adapter_standard.cpp223 auto status = conn->CheckStatus(); in SendData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.h39 int CheckStatus() const;
H A Devent_impl.cpp223 int EventImpl::CheckStatus() const in CheckStatus() function in DistributedDB::EventImpl
H A Devent_loop_impl.cpp282 int errCode = event->CheckStatus(); in QueueRequest()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp313 GLenum WebGLFramebuffer::CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context, in CheckStatus() function in OHOS::Rosen::WebGLFramebuffer
321 LOGE("CheckStatus info failed."); in CheckStatus()
348 GLenum WebGLFramebuffer::CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context) const in CheckStatus() function in OHOS::Rosen::WebGLFramebuffer
356 LOGD("CheckStatus %{public}u", static_cast<unsigned int>(attachments_.size())); in CheckStatus()
359 result = CheckStatus(env, context, info, attachments, attachedObject); in CheckStatus()
368 LOGE("CheckStatus attachmentInfo failed."); in CheckStatus()
H A Dwebgl_rendering_context_base_impl.cpp1884 GLenum result = framebufferBinding->CheckStatus(env, this); in CheckFrameBufferStatus()
2738 framebufferBinding->CheckStatus(env, this) != WebGLRenderingContextBase::FRAMEBUFFER_COMPLETE) { in CheckFrameBufferBoundComplete()
H A Dwebgl_rendering_context_draw.cpp1120 if (frameBuffer->CheckStatus(env, this) != WebGLRenderingContextBase::FRAMEBUFFER_COMPLETE) { in CheckReadBufferAndGetInfo()
1121 LOGE("CheckStatus not FRAMEBUFFER_COMPLETE"); in CheckReadBufferAndGetInfo()
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_manager.h71 void CheckStatus();
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp312 void DfxManager::CheckStatus() in CheckStatus() function in OHOS::Media::DfxManager
331 CheckStatus(); in HandleFiveMinuteTask()

Completed in 13 milliseconds