/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | native_interface_xcomponent_impl.cpp | 67 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 D | plugin_render.cpp | 40 …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 D | my_xcomponent.cpp | 74 …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 D | native_interface_xcomponent.cpp | 203 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 D | native_interface_xcomponent.h | 64 OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.cpp | 215 …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 D | displaysoloist-native-guidelines.md | 135 …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 D | drawing-guidelines.md | 140 …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 D | displaysync-xcomponent.md | 66 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-accessibility-xcomponent.md | 83 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 D | displaysoloist-native-guidelines.md | 136 …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 D | drawing-guidelines.md | 140 …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 D | displaysync-xcomponent.md | 66 if ((xSize == OH_NATIVEXCOMPONENT_RESULT_SUCCESS) && (render != nullptr)) {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/plugin/ |
H A D | plugin_manager.cpp | 70 …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 D | plugin_manager.cpp | 68 …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 D | plugin_manager.cpp | 90 …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.md | 33 | {<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.md | 49 | { OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, OH_NATIVEXCOMPONENT_RESULT_FAILED&n… 219 | OH_NATIVEXCOMPONENT_RESULT_SUCCESS | 成功结果。 | 1642 OH_NATIVEXCOMPONENT_RESULT_SUCCESS - 成功。 1672 OH_NATIVEXCOMPONENT_RESULT_SUCCESS - 成功。
|
H A D | native__interface__xcomponent_8h.md | 46 | { [OH_NATIVEXCOMPONENT_RESULT_SUCCESS](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_RE…
|
H A D | ui__input__event_8h.md | 34 | {<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 D | native__interface__xcomponent_8h.md | 44 | { [OH_NATIVEXCOMPONENT_RESULT_SUCCESS](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_RE…
|
H A D | _o_h___native_x_component.md | 49 | { 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 D | ndk-accessibility-xcomponent.md | 209 …ativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | using-ndk-avplayer-for-video-playback.md | 431 …omponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | how-to-use-opengl-to-draw-3d-graphics.md | 599 if (ret != OH_NATIVEXCOMPONENT_RESULT_SUCCESS) {
|