Home
last modified time | relevance | path

Searched refs:GSERROR_OK (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dsurface_adapter_impl_test.cpp134 … EXPECT_EQ(surfaceAdapter_->RegisterConsumerListener(std::move(listenerTest_)), OHOS::GSERROR_OK);
135 EXPECT_EQ(surfaceAdapter_->SetUserData("testkey", "testval"), OHOS::GSERROR_OK);
136 EXPECT_EQ(surfaceAdapter_->SetQueueSize(1), OHOS::GSERROR_OK);
147 EXPECT_EQ(pSurface->RequestBuffer(buffer, fence, requestConfig), OHOS::GSERROR_OK);
149 EXPECT_EQ(pSurface->FlushBuffer(buffer, fence, flushConfig_), OHOS::GSERROR_OK);
Dwindow_adapter_impl_test.cpp41 window, WindowAdapter::SET_BUFFER_GEOMETRY, 0, 0), OHOS::GSERROR_OK);
/base/web/webview/ohos_adapter/graphic_adapter/src/
Dvsync_adapter_impl.cpp32 if (ret != VsyncError::GSERROR_OK) { in RequestVsync()
49 if (ret != VsyncError::GSERROR_OK) { in RequestVsync()
Dsurface_adapter_impl.cpp35 const int32_t GSErrorCode::GSERROR_OK = GSError::GSERROR_OK; member in OHOS::NWeb::GSErrorCode
132 if (ret != GSERROR_OK) { in OnBufferAvailable()
/base/web/webview/ohos_adapter/interfaces/
Dgraphic_adapter.h37 static const int32_t GSERROR_OK; member