Home
last modified time | relevance | path

Searched refs:OH_NATIVEXCOMPONENT_RESULT_SUCCESS (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp67 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetXComponentSize()
82 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetXComponentOffset()
96 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetHistoryPoints()
109 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetTouchEvent()
118 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetToolType()
127 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetTiltX()
136 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetTiltY()
145 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetWindowX()
154 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetWindowY()
163 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in GetDisplayX()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Dplugin_render.cpp40 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in OnSurfaceCreatedCB()
51 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) { in OnSurfaceCreatedCB()
67 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in OnSurfaceDestroyedCB()
127 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiDrawRectangle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.cpp74 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in OnSurfaceCreatedCB()
90 if ((status == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) { in OnSurfaceCreatedCB()
105 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in OnSurfaceDestroyedCB()
391 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiSetTestCount()
441 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiGetTime()
502 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiGetTestNames()
556 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiFunctionCpu()
608 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiStabilityCpu()
660 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiFunctionGpu()
714 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiPerformanceCpu()
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp203 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in OH_NativeXComponent_GetKeyEventAction()
212 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in OH_NativeXComponent_GetKeyEventCode()
222 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in OH_NativeXComponent_GetKeyEventSourceType()
231 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in OH_NativeXComponent_GetKeyEventDeviceId()
240 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS; in OH_NativeXComponent_GetKeyEventTimestamp()
H A Dnative_interface_xcomponent.h64 OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp215 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in NapiDrawPattern()
299 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in OnSurfaceCreatedCB()
313 if (xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in OnSurfaceCreatedCB()
328 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in OnSurfaceDestroyedCB()
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md135 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
172 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
184 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
234 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
H A Ddrawing-guidelines.md140 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
168 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
179 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
191 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
201 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
592 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
H A Ddisplaysync-xcomponent.md66 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dndk-accessibility-xcomponent.md83 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS;
98 return OH_NATIVEXCOMPONENT_RESULT_SUCCESS;
245 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
/ohos5.0/docs/en/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md136 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
173 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
185 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
235 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
H A Ddrawing-guidelines.md140 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
168 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
179 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
191 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
201 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
606 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
H A Ddisplaysync-xcomponent.md66 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/plugin/
H A Dplugin_manager.cpp70 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in Export()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp68 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in Export()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/plugin/
H A Dplugin_manager.cpp90 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) { in Export()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___event_module.md33 | {<br/>OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, OH_NATIVEXCOMPONENT_RESULT_FAILED = -1, OH_NATIVEXC…
127 | OH_NATIVEXCOMPONENT_RESULT_SUCCESS | 成功结果。 |
H A D_o_h___native_x_component.md49 | {&nbsp;OH_NATIVEXCOMPONENT_RESULT_SUCCESS&nbsp;=&nbsp;0,&nbsp;OH_NATIVEXCOMPONENT_RESULT_FAILED&n…
219 | OH_NATIVEXCOMPONENT_RESULT_SUCCESS | 成功结果。 |
1642 OH_NATIVEXCOMPONENT_RESULT_SUCCESS - 成功。
1672 OH_NATIVEXCOMPONENT_RESULT_SUCCESS - 成功。
H A Dnative__interface__xcomponent_8h.md46 | { [OH_NATIVEXCOMPONENT_RESULT_SUCCESS](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_RE…
H A Dui__input__event_8h.md34 | {<br/>[OH_NATIVEXCOMPONENT_RESULT_SUCCESS](_ark_u_i___event_module.md) = 0, [OH_NATIVEXCOMPONENT_…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md44 | { [OH_NATIVEXCOMPONENT_RESULT_SUCCESS](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_RE…
H A D_o_h___native_x_component.md49 | { OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, OH_NATIVEXCOMPONENT_RESULT_FAILED = -1, OH_NATIVEXCOMPO…
217 | OH_NATIVEXCOMPONENT_RESULT_SUCCESS | Success.|
1612 Returns **OH_NATIVEXCOMPONENT_RESULT_SUCCESS** if the operation is successful.
1642 Returns **OH_NATIVEXCOMPONENT_RESULT_SUCCESS** if the operation is successful.
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-accessibility-xcomponent.md209 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-ndk-avplayer-for-video-playback.md431 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dhow-to-use-opengl-to-draw-3d-graphics.md599 if (ret != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {

12