Searched refs:CheckStatus (Results 1 - 12 of 12) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 118 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 D | softbus_client.cpp | 69 auto result = CheckStatus(); in SendData() 87 auto status = CheckStatus(); in OpenConnect() 127 Status SoftBusClient::CheckStatus() in CheckStatus() function in OHOS::AppDistributedKv::SoftBusClient
|
H A D | softbus_client.h | 40 Status CheckStatus();
|
H A D | softbus_adapter_standard.cpp | 223 auto status = conn->CheckStatus(); in SendData()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_impl.h | 39 int CheckStatus() const;
|
H A D | event_impl.cpp | 223 int EventImpl::CheckStatus() const in CheckStatus() function in DistributedDB::EventImpl
|
H A D | event_loop_impl.cpp | 282 int errCode = event->CheckStatus(); in QueueRequest()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 313 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 D | webgl_rendering_context_base_impl.cpp | 1884 GLenum result = framebufferBinding->CheckStatus(env, this); in CheckFrameBufferStatus() 2738 framebufferBinding->CheckStatus(env, this) != WebGLRenderingContextBase::FRAMEBUFFER_COMPLETE) { in CheckFrameBufferBoundComplete()
|
H A D | webgl_rendering_context_draw.cpp | 1120 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 D | dfx_manager.h | 71 void CheckStatus();
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_manager.cpp | 312 void DfxManager::CheckStatus() in CheckStatus() function in OHOS::Media::DfxManager 331 CheckStatus(); in HandleFiveMinuteTask()
|
Completed in 13 milliseconds