Home
last modified time | relevance | path

Searched defs:error (Results 526 - 550 of 2357) sorted by relevance

1...<<21222324252627282930>>...95

/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp51 int error = eglGetError(); in RetryEGLContext() local
126 int error = eglGetError(); in CreateAndSetEGLContext() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Dmock_iremote_object.h73 void SetErrorStatus(int error) in SetErrorStatus() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_proxy.cpp34 int error = Remote()->SendRequest( in BeginSynchronize() local
49 int error = Remote()->SendRequest( in EndSynchronize() local
69 int error = Remote()->SendRequest( AddImage() local
87 int error = Remote()->SendRequest( RemoveImage() local
104 int error = Remote()->SendRequest( RestoreImage() local
122 int error = Remote()->SendRequest( ProcessImage() local
139 int error = Remote()->SendRequest( CancelProcessImage() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.cpp49 EGLint error = eglGetError(); in Create() local
59 EGLint error = eglGetError(); in Create() local
75 EGLint error = eglGetError(); in Init() local
84 EGLint error = eglGetError(); in Init() local
98 EGLint error = eglGetError(); in Release() local
[all...]
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_func_unit_test.cpp1842 auto error = memcpy_s(array, capacity_, inputBuffer_.data(), capacity_); in HWTEST_F() local
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp38 int error = Remote()->SendRequest( in Capture() local
54 int error = Remote()->SendRequest( in CancelCapture() local
70 int error = Remote()->SendRequest( ConfirmCapture() local
86 int error = Remote()->SendRequest( Release() local
109 int error = Remote()->SendRequest( SetCallback() local
133 int error = Remote()->SendRequest( SetThumbnail() local
150 int error = Remote()->SendRequest( EnableRawDelivery() local
172 int error = Remote()->SendRequest( SetBufferProducerInfo() local
188 int error = Remote()->SendRequest( DeferImageDeliveryFor() local
203 int error = Remote()->SendRequest( IsDeferredPhotoEnabled() local
218 int error = Remote()->SendRequest( IsDeferredVideoEnabled() local
234 int error = Remote()->SendRequest( SetMovingPhotoVideoCodecType() local
[all...]
H A Dhcamera_device_proxy.cpp39 int error = Remote()->SendRequest( in Open() local
55 int error = Remote()->SendRequest( in OpenSecureCamera() local
71 int error = Remote()->SendRequest( Close() local
87 int error = Remote()->SendRequest( Release() local
110 int error = Remote()->SendRequest( SetCallback() local
131 int error = Remote()->SendRequest( UpdateSetting() local
152 int error = Remote()->SendRequest( SetUsedAsPosition() local
174 int error = Remote()->SendRequest( GetStatus() local
192 int error = Remote()->SendRequest( GetEnabledResults() local
213 int error = Remote()->SendRequest( EnableResult() local
231 int error = Remote()->SendRequest( DisableResult() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfragment_metadata.cpp119 PICTURE_ERR error; in Unmarshalling() local
128 FragmentMetadata *FragmentMetadata::Unmarshalling(Parcel &parcel, PICTURE_ERR &error) in Unmarshalling() argument
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_proxy.cpp51 int error = SendRequest(HelperListenerMsg::ON_ERROR_MSG, data, reply, option); in OnError() local
67 int error = SendRequest(HelperListenerMsg::ON_INFO, data, reply, option); in OnInfo() local
97 int32_t error in SendRequest() local
[all...]
/foundation/multimedia/player_framework/services/services/media_data_source/ipc/
H A Dmedia_data_source_proxy.cpp143 int error = Remote()->SendRequest(static_cast<uint32_t>(ListenerMsg::READ_AT), data, reply, option); in ReadAt() local
158 int error = Remote()->SendRequest(static_cast<uint32_t>(ListenerMsg::GET_SIZE), data, reply, option); in GetSize() local
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_proxy.cpp50 int error = SendRequest(PlayerListenerMsg::ON_ERROR_MSG, data, reply, option); in OnError() local
74 int error = SendRequest(PlayerListenerMsg::ON_INFO, data, reply, option); in OnInfo() local
105 int32_t error in SendRequest() local
[all...]
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_listener_proxy.cpp48 int error = Remote()->SendRequest(RecorderListenerMsg::ON_ERROR, data, reply, option); in OnError() local
63 int error = Remote()->SendRequest(RecorderListenerMsg::ON_INFO, data, reply, option); in OnInfo() local
77 int error in OnAudioCaptureChange() local
91 int error = Remote()->SendRequest(RecorderListenerMsg::ON_PHOTO_ASSERT_AVAILABLE, data, reply, option); OnPhotoAssertAvailable() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextensionquery_fuzzer/src/
H A Dmedialibrary_extension_query_fuzzer.cpp119 DatashareBusinessError error; in FuzzDataShareBusinessError() local
128 auto error = FuzzDataShareBusinessError(data, size); in QueryFuzzer() local
129 extension.Query(FuzzUri(data, size), FuzzDataSharePredicates(data, size), columns, error); in QueryFuzzer() local
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_proxy.cpp48 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_ERROR, data, reply, option); in OnError() local
63 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_AUDIO_AVAILABLE, data, reply, option); in OnAudioBufferAvailable() local
77 int error in OnVideoBufferAvailable() local
91 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_STAGE_CHANGE, data, reply, option); OnStateChange() local
[all...]
/foundation/window/window_manager/previewer/src/
H A Dwindow.cpp41 WMError error = windowImpl->Create(option->GetParentId(), context); in Create() local
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_rpc_error.cpp65 napi_value error = GetError(env); in ThrowError() local
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dfwmark_client.cpp90 int32_t error = 0; in Send() local
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dfoo_service.cpp125 int error = Remote()->SendRequest(SEND_WRONG_REPLY, dataParcel, replyParcel, option); in TestNestingSend() local
/foundation/communication/netstack/test/unittest/websocket_inner_unittest/
H A Dwebsocket_inner_unittest.cpp53 static void OnError(WebSocketClient *client, ErrorResult error) {} in OnError() argument
/foundation/communication/netstack/test/unittest/websocket_test/
H A Dwebsocket_inner_unittest.cpp53 static void OnError(WebSocketClient *client, ErrorResult error) {} in OnError() argument
H A Dwebsocket_capi_unittest.cpp44 static void OnError(struct WebSocket *client, WebSocket_ErrorResult error) {} in OnError() argument
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_session_proxy.cpp59 int error = SendRequestExpectReplyNone(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_CE_HCE_ON), in RegHceCmdCallback() local
134 int error in StopHce() local
162 int error = SendRequestExpectReplyBool( IsDefaultService() local
191 int error = SendRequestExpectReplyNone( StartHce() local
[all...]
/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket_adapter.cpp81 int32_t Conv2ErrorResult(struct ErrorResult error, struct WebSocket_ErrorResult *webSocketErrorResult) in Conv2ErrorResult() argument
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_impl_test.cpp119 KITS::ErrorCode error = nfcControllerImpl->RegisterCallBack(callback, type, callerToken); in HWTEST_F() local
134 KITS::ErrorCode error = nfcControllerImpl->UnRegisterCallBack(type, callerToken); in HWTEST_F() local
149 KITS::ErrorCode error = nfcControllerImpl->UnRegisterCallBack(type, callerToken); in HWTEST_F() local
163 KITS::ErrorCode error = nfcControllerImpl->UnRegisterAllCallBack(callerToken); in HWTEST_F() local
177 KITS::ErrorCode error = nfcControllerImpl->UnRegisterAllCallBack(callerToken); in HWTEST_F() local
217 KITS::ErrorCode error = nfcControllerImpl->RegNdefMsgCallback(callback); HWTEST_F() local
231 KITS::ErrorCode error = nfcControllerImpl->RegQueryApplicationCb(callback); HWTEST_F() local
245 KITS::ErrorCode error = nfcControllerImpl->RegCardEmulationNotifyCb(callback); HWTEST_F() local
[all...]
/foundation/communication/netstack/test/unittest/websocket_capi_unittest/
H A Dwebsocket_capi_unittest.cpp45 static void OnError(struct WebSocket *client, WebSocket_ErrorResult error) {} in OnError() argument

Completed in 11 milliseconds

1...<<21222324252627282930>>...95