/third_party/mbedtls/include/mbedtls/ |
H A D | check_config.h | 21 #error "Mbed TLS requires a platform with 8-bit chars" 28 #error "MBEDTLS_PLATFORM_C is required on Windows" 35 #error "The NET module is not available for mbed OS - please use the network functions provided by Mbed OS" 40 #error "MBEDTLS_DEPRECATED_WARNING only works with GCC and Clang" 44 #error "MBEDTLS_HAVE_TIME_DATE without MBEDTLS_HAVE_TIME does not make sense" 59 #error "Unsupported partial support for ECC key type acceleration, see docs/driver-only-builds.md" 82 #error "Unsupported partial support for ECC curves acceleration, see docs/driver-only-builds.md" 90 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites" 94 #error "MBEDTLS_DHM_C defined, but not all prerequisites" 99 #error "MBEDTLS_CMAC_ [all...] |
/third_party/lwip/src/core/ |
H A D | init.c | 89 #error "BYTE_ORDER is not defined, you have to define it in your cc.h" 92 #error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_BROADCAST=1 in your lwipopts.h" 95 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h" 98 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h" 101 #error "If you want to use LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 and/or LWIP_RAW=1 in your lwipopts.h" 104 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h" 108 #error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts.h" 111 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h" 114 #error "If you want to use UDP, you have to define MEMP_NUM_UDP_PCB>=1 in your lwipopts.h" 117 #error "I [all...] |
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/ |
H A D | mock_musl.cpp | 65 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AddServerConfig() local 66 if (error == nullptr) { in AddServerConfig() 69 error->code = 0; in AddServerConfig() 70 error->msg.data = nullptr; in AddServerConfig() 71 return error; in AddServerConfig() 76 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in RemoveServerConfig() local 77 if (error == nullptr) { in RemoveServerConfig() 80 error->code = 0; in RemoveServerConfig() 81 error->msg.data = nullptr; in RemoveServerConfig() 82 return error; in RemoveServerConfig() 88 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccountServerConfig() local 100 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); Auth() local 112 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); AuthWithPopup() local 124 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); AuthWithToken() local 136 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccountInfo() local 148 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAuthStatusInfo() local 160 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); BindAccount() local 171 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); UnbindAccount() local 183 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); UpdateAccountInfo() local 195 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); IsAccountTokenValid() local 207 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccessToken() local 218 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); SetAccountPolicy() local 230 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetServerConfig() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.cpp | 14 #define error(X) \ macro 21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()() 22 error(IO.mapInteger(Gap.Range)); in operator ()() 30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange() 31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange() 32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange() 37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin() 42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd() 43 error(IO.endRecord()); in visitSymbolEnd() 49 error(I in visitKnownRecord() [all...] |
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_service_proxy.cpp | 38 int32_t error = SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel); in RegisterCallBack() local 39 if (error != TELEPHONY_SUCCESS) { in RegisterCallBack() 40 TELEPHONY_LOGE("Function RegisterCallBack! errCode:%{public}d", error); in RegisterCallBack() 41 return error; in RegisterCallBack() 53 int32_t error = SendRequest(INTERFACE_OBSERVER_ON_CALL_DETAILS_CHANGE); in ObserverOnCallDetailsChange() local 54 if (error != ERR_NONE) { in ObserverOnCallDetailsChange() 55 TELEPHONY_LOGE("function ObserverOnCallDetailsChange failed! errCode:%{public}d", error); in ObserverOnCallDetailsChange() 80 int32_t error = SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel); in DialCall() local 81 if (error != TELEPHONY_SUCCESS) { in DialCall() 82 TELEPHONY_LOGE("function DialCall call failed! errCode:%{public}d", error); in DialCall() 101 int32_t error = SendRequest(INTERFACE_MAKE_CALL, dataParcel, replyParcel); MakeCall() local 119 int32_t error = SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel); AnswerCall() local 138 int32_t error = SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel); RejectCall() local 155 int32_t error = SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel); HangUpCall() local 177 int32_t error = SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel); HoldCall() local 187 int32_t error = SendRequest(INTERFACE_VOIP_REGISTER_CALLBACK); RegisterVoipCallManagerCallback() local 209 int32_t error = SendRequest(INTERFACE_UNHOLD_CALL, dataParcel, replyParcel); UnHoldCall() local 226 int32_t error = SendRequest(INTERFACE_SWAP_CALL, dataParcel, replyParcel); SwitchCall() local 242 int32_t error = SendRequest(INTERFACE_HAS_CALL, dataParcel, replyParcel); HasCall() local 258 int32_t error = SendRequest(INTERFACE_IS_NEW_CALL_ALLOWED, dataParcel, replyParcel); IsNewCallAllowed() local 279 int32_t error = SendRequest(INTERFACE_SET_MUTE, dataParcel, replyParcel); SetMuted() local 301 int32_t error = SendRequest(INTERFACE_SET_AUDIO_DEVICE, dataParcel, replyParcel); SetAudioDevice() local 317 int32_t error = SendRequest(INTERFACE_IS_RINGING, dataParcel, replyParcel); IsRinging() local 337 int32_t error = SendRequest(INTERFACE_IS_EMERGENCY_CALL, dataParcel, replyParcel); IsInEmergencyCall() local 359 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_START_DTMF, dataParcel, replyParcel); StartDtmf() local 376 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_STOP_DTMF, dataParcel, replyParcel); StopDtmf() local 394 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_POST_DIAL_PROCEED, dataParcel, replyParcel); PostDialProceed() local 411 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_WAITING, dataParcel, replyParcel); GetCallWaiting() local 429 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_WAITING, dataParcel, replyParcel); SetCallWaiting() local 447 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_RESTRICTION, dataParcel, replyParcel); GetCallRestriction() local 465 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_RESTRICTION, dataParcel, replyParcel); SetCallRestriction() local 490 int32_t error = SetCallRestrictionPassword() local 509 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_TRANSFER, dataParcel, replyParcel); GetCallTransferInfo() local 527 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_TRANSFER, dataParcel, replyParcel); SetCallTransferInfo() local 551 int32_t error = CanSetCallTransferTime() local 570 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SETCALL_PREFERENCEMODE, dataParcel, replyParcel); SetCallPreferenceMode() local 592 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_START_RTT, dataParcel, replyParcel); StartRtt() local 609 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_STOP_RTT, dataParcel, replyParcel); StopRtt() local 626 int32_t error = SendRequest(INTERFACE_COMBINE_CONFERENCE, dataParcel, replyParcel); CombineConference() local 643 int32_t error = SendRequest(INTERFACE_SEPARATE_CONFERENCE, dataParcel, replyParcel); SeparateConference() local 660 int32_t error = SendRequest(INTERFACE_KICK_OUT_CONFERENCE, dataParcel, replyParcel); KickOutFromConference() local 678 int32_t error = SendRequest(INTERFACE_CTRL_CAMERA, dataParcel, replyParcel); ControlCamera() local 702 int32_t error = SendRequest(INTERFACE_SET_PREVIEW_WINDOW, dataParcel, replyParcel); SetPreviewWindow() local 726 int32_t error = SendRequest(INTERFACE_SET_DISPLAY_WINDOW, dataParcel, replyParcel); SetDisplayWindow() local 743 int32_t error = SendRequest(INTERFACE_SET_CAMERA_ZOOM, dataParcel, replyParcel); SetCameraZoom() local 761 int32_t error = SendRequest(INTERFACE_SET_PAUSE_IMAGE, dataParcel, replyParcel); SetPausePicture() local 779 int32_t error = SendRequest(INTERFACE_SET_DEVICE_DIRECTION, dataParcel, replyParcel); SetDeviceDirection() local 801 int32_t error = SendRequest(INTERFACE_IS_EMERGENCY_NUMBER, dataParcel, replyParcel); IsEmergencyPhoneNumber() local 828 int32_t error = SendRequest(INTERFACE_IS_FORMAT_NUMBER, dataParcel, replyParcel); FormatPhoneNumber() local 855 int32_t error = SendRequest(INTERFACE_IS_FORMAT_NUMBER_E164, dataParcel, replyParcel); FormatPhoneNumberToE164() local 876 int32_t error = SendRequest(INTERFACE_GET_MAINID, dataParcel, replyParcel); GetMainCallId() local 897 int32_t error = SendRequest(INTERFACE_GET_SUBCALL_LIST_ID, dataParcel, replyParcel); GetSubCallIdList() local 918 int32_t error = SendRequest(INTERFACE_GET_CALL_LIST_ID_FOR_CONFERENCE, dataParcel, replyParcel); GetCallIdListForConference() local 940 int32_t error = SendRequest(INTERFACE_GET_IMS_CONFIG, dataParcel, replyParcel); GetImsConfig() local 959 int32_t error = SendRequest(INTERFACE_SET_IMS_CONFIG, dataParcel, replyParcel); SetImsConfig() local 977 int32_t error = SendRequest(INTERFACE_GET_IMS_FEATURE_VALUE, dataParcel, replyParcel); GetImsFeatureValue() local 996 int32_t error = SendRequest(INTERFACE_SET_IMS_FEATURE_VALUE, dataParcel, replyParcel); SetImsFeatureValue() local 1014 int32_t error = SendRequest(INTERFACE_UPDATE_CALL_MEDIA_MODE, dataParcel, replyParcel); UpdateImsCallMode() local 1031 int32_t error = SendRequest(INTERFACE_ENABLE_VOLTE, dataParcel, replyParcel); EnableImsSwitch() local 1048 int32_t error = SendRequest(INTERFACE_DISABLE_VOLTE, dataParcel, replyParcel); DisableImsSwitch() local 1065 int32_t error = SendRequest(INTERFACE_IS_VOLTE_ENABLED, dataParcel, replyParcel); IsImsSwitchEnabled() local 1084 int32_t error = SendRequest(INTERFACE_SET_VONR_STATE, dataParcel, replyParcel); SetVoNRState() local 1101 int32_t error = SendRequest(INTERFACE_GET_VONR_STATE, dataParcel, replyParcel); GetVoNRState() local 1120 int32_t error = SendRequest(INTERFACE_JOIN_CONFERENCE, dataParcel, replyParcel); JoinConference() local 1145 int32_t error = SendRequest(INTERFACE_REPORT_OTT_CALL_DETAIL_INFO, dataParcel, replyParcel); ReportOttCallDetailsInfo() local 1162 int32_t error = SendRequest(INTERFACE_REPORT_OTT_CALL_EVENT_INFO, dataParcel, replyParcel); ReportOttCallEventInfo() local 1179 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_CLOSE_UNFINISHED_USSD, dataParcel, replyParcel); CloseUnFinishedUssd() local 1196 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_INPUT_DIALER_SPECIAL_CODE, dataParcel, replyParcel); InputDialerSpecialCode() local 1212 int32_t error = SendRequest( RemoveMissedIncomingCallNotification() local 1230 int32_t error = SendRequest(INTERFACE_SET_VOIP_CALL_STATE, dataParcel, replyParcel); SetVoIPCallState() local 1246 int32_t error = SendRequest(INTERFACE_GET_VOIP_CALL_STATE, dataParcel, replyParcel); GetVoIPCallState() local 1264 int32_t error = SendRequest(INTERFACE_GET_PROXY_OBJECT_PTR, dataParcel, replyParcel); GetProxyObjectPtr() local 1286 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_CANCEL_CALL_UPGRADE, dataParcel, replyParcel); CancelCallUpgrade() local 1303 int32_t error = SendRequest( RequestCameraCapabilities() local 1320 int32_t error = SendRequest(code, dataParcel, replyParcel); SendRequest() local 1350 int32_t error = SendRequest(INTERFACE_SEND_CALLUI_EVENT, dataParcel, replyParcel); SendCallUiEvent() local 1367 int32_t error = SendRequest(INTERFACE_BLUETOOTH_REGISTER_CALLBACKPTR, dataParcel, replyParcel); RegisterBluetoothCallManagerCallbackPtr() local [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | error.hpp | 56 /// Class that represents an error that can be converted to an 59 class error : public std::runtime_error { class 61 error(cl_int code, std::string what = "") : in error() function in clover::error 73 class invalid_build_options_error : public error { 76 error(CL_INVALID_BUILD_OPTIONS, what) {} in invalid_build_options_error() 79 class build_error : public error { 82 error(CL_BUILD_PROGRAM_FAILURE, what) {} in build_error() 89 class invalid_object_error<command_queue> : public error { 92 error(CL_INVALID_COMMAND_QUEUE, what) {} in invalid_object_error() 96 class invalid_object_error<context> : public error { [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cProgramInterfaceQueryTests.cpp | 136 virtual inline void ExpectError(GLenum expected, long& error) in ExpectError() argument 138 if (error != NO_ERROR) in ExpectError() 144 << tcu::TestLog::Message << "Found expected error" << tcu::TestLog::EndMessage; in ExpectError() 145 error = NO_ERROR; // Error is expected in ExpectError() 149 error = ERROR; in ExpectError() 151 << " error was expected, found: " << tmp << tcu::TestLog::EndMessage; in ExpectError() 156 long& error) in VerifyGetProgramInterfaceiv() 164 error = ERROR; in VerifyGetProgramInterfaceiv() 169 GLuint expected, long& error) in VerifyGetProgramResourceIndex() 176 error in VerifyGetProgramResourceIndex() 155 VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, int expected, long& error) VerifyGetProgramInterfaceiv() argument 168 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const std::string& name, GLuint expected, long& error) VerifyGetProgramResourceIndex() argument 180 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, std::map<std::string, GLuint>& indices, const std::string& name, long& error) VerifyGetProgramResourceIndex() argument 207 VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, const std::string& expected, long& error) VerifyGetProgramResourceName() argument 229 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocation() argument 241 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) VerifyGetProgramResourceLocation() argument 268 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) VerifyGetProgramResourceiv() argument 334 long error = NO_ERROR; Run() local 402 long error = NO_ERROR; Run() local 587 VerifyCompute(GLuint program, long& error) VerifyCompute() argument 639 long error = NO_ERROR; Run() local 695 long error = NO_ERROR; Run() local 791 long error = NO_ERROR; Run() local 863 long error = NO_ERROR; Run() local 958 long error = NO_ERROR; Run() local 1041 long error = NO_ERROR; Run() local 1163 long error = NO_ERROR; Run() local 1347 long error = NO_ERROR; Run() local 1565 long error = NO_ERROR; Run() local 1634 long error = NO_ERROR; Run() local 1727 long error = NO_ERROR; Run() local 1819 long error = NO_ERROR; Run() local 1968 long error = NO_ERROR; Run() local 2066 long error = NO_ERROR; Run() local 2169 long error = NO_ERROR; Run() local 2226 long error = NO_ERROR; Run() local 2357 long error = NO_ERROR; Run() local 2652 long error = NO_ERROR; Run() local 2730 long error = NO_ERROR; Run() local 2815 long error = NO_ERROR; Run() local 2923 long error = NO_ERROR; Run() local 3030 long error = NO_ERROR; Run() local 3112 long error = NO_ERROR; Run() local 3170 long error = NO_ERROR; Run() local 3286 long error = NO_ERROR; Run() local 3378 long error = NO_ERROR; Run() local 3458 long error = NO_ERROR; Run() local 3543 long error = NO_ERROR; Run() local 3661 long error = NO_ERROR; Run() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 188 virtual inline void ExpectError(GLenum expected, long& error) in ExpectError() argument 190 if (error != NO_ERROR) in ExpectError() 196 << tcu::TestLog::Message << "Found expected error" << tcu::TestLog::EndMessage; in ExpectError() 197 error = NO_ERROR; // Error is expected in ExpectError() 201 error = ERROR; in ExpectError() 203 << " error was expected, found: " << tmp << tcu::TestLog::EndMessage; in ExpectError() 208 long& error) in VerifyGetProgramInterfaceiv() 216 error = ERROR; in VerifyGetProgramInterfaceiv() 221 GLuint expected, long& error) in VerifyGetProgramResourceIndex() 228 error in VerifyGetProgramResourceIndex() 207 VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, int expected, long& error) VerifyGetProgramInterfaceiv() argument 220 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const std::string& name, GLuint expected, long& error) VerifyGetProgramResourceIndex() argument 232 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, std::map<std::string, GLuint>& indices, const std::string& name, long& error) VerifyGetProgramResourceIndex() argument 259 VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, const std::string& expected, long& error) VerifyGetProgramResourceName() argument 281 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocation() argument 293 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) VerifyGetProgramResourceLocation() argument 320 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) VerifyGetProgramResourceiv() argument 350 VerifyGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocationIndex() argument 410 long error = NO_ERROR; Run() local 490 long error = NO_ERROR; Run() local 590 long error = NO_ERROR; Run() local 704 long error = NO_ERROR; Run() local 790 long error = NO_ERROR; Run() local 849 long error = NO_ERROR; Run() local 918 long error = NO_ERROR; Run() local 1004 long error = NO_ERROR; Run() local 1114 long error = NO_ERROR; Run() local 1209 long error = NO_ERROR; Run() local 1280 long error = NO_ERROR; Run() local 1409 long error = NO_ERROR; Run() local 1625 long error = NO_ERROR; Run() local 1863 long error = NO_ERROR; Run() local 1949 long error = NO_ERROR; Run() local 2155 VerifyVS(GLuint program, long& error) VerifyVS() argument 2208 VerifyTCS(GLuint program, long& error) VerifyTCS() argument 2262 long error = NO_ERROR; Run() local 2290 long error = NO_ERROR; Run() local 2311 VerifyTES(GLuint program, long& error) VerifyTES() argument 2353 long error = NO_ERROR; Run() local 2374 VerifyGEO(GLuint program, long& error) VerifyGEO() argument 2414 long error = NO_ERROR; Run() local 2435 VerifyFS(GLuint program, long& error) VerifyFS() argument 2475 long error = NO_ERROR; Run() local 2653 VerifyCompute(GLuint program, long& error) VerifyCompute() argument 2716 long error = NO_ERROR; Run() local 2749 long error = NO_ERROR; Run() local 2834 long error = NO_ERROR; Run() local 2889 long error = NO_ERROR; Run() local 3019 long error = NO_ERROR; Run() local 3263 long error = NO_ERROR; Run() local 3333 long error = NO_ERROR; Run() local 3499 long error = NO_ERROR; Run() local 3573 long error = NO_ERROR; Run() local 3661 long error = NO_ERROR; Run() local 3800 long error = NO_ERROR; Run() local 3899 long error = NO_ERROR; Run() local 3981 long error = NO_ERROR; Run() local 4070 long error = NO_ERROR; Run() local 4236 long error = NO_ERROR; Run() local 4318 long error = NO_ERROR; Run() local 4376 long error = NO_ERROR; Run() local 4491 long error = NO_ERROR; Run() local 4696 VerifyCompute(GLuint program, long& error) VerifyCompute() argument 4748 long error = NO_ERROR; Run() local 4813 long error = NO_ERROR; Run() local 4909 long error = NO_ERROR; Run() local 5028 long error = NO_ERROR; Run() local [all...] |
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 35 int error = Remote()->SendRequest( in NotifyCloseCamera() local 37 CHECK_ERROR_PRINT_LOG(error != ERR_NONE, "HCameraServiceProxy notifyCloseCamera failed, error: %{public}d", error); in NotifyCloseCamera() 39 return error; in NotifyCloseCamera() 51 int error = Remote()->SendRequest( in NotifyMuteCamera() local 53 CHECK_ERROR_PRINT_LOG(error != ERR_NONE, "HCameraServiceProxy NotifyMuteCamera failed, error: %{public}d", error); in NotifyMuteCamera() 55 return error; in NotifyMuteCamera() 70 int error = Remote()->SendRequest( GetCameras() local 97 int error = Remote()->SendRequest( GetCameraIds() local 119 int error = Remote()->SendRequest( GetCameraAbility() local 137 int error = Remote()->SendRequest( CreateCameraDevice() local 166 int error = Remote()->SendRequest( SetCameraCallback() local 189 int error = Remote()->SendRequest( SetMuteCallback() local 211 int error = Remote()->SendRequest( SetTorchCallback() local 233 int error = Remote()->SendRequest( SetFoldStatusCallback() local 250 int error = Remote()->SendRequest( CreateCaptureSession() local 280 int error = Remote()->SendRequest( CreateDeferredPhotoProcessingSession() local 309 int error = Remote()->SendRequest( CreateDeferredVideoProcessingSession() local 341 int error = Remote()->SendRequest( CreatePhotoOutput() local 375 int error = Remote()->SendRequest( CreatePreviewOutput() local 406 int error = Remote()->SendRequest( CreateDeferredPreviewOutput() local 440 int error = Remote()->SendRequest(static_cast<uint32_t>( CreateDepthDataOutput() local 474 int error = Remote()->SendRequest( CreateMetadataOutput() local 508 int error = Remote()->SendRequest( CreateVideoOutput() local 531 int error = Remote()->SendRequest( SetListenerObject() local 549 int error = Remote()->SendRequest( MuteCamera() local 566 int error = Remote()->SendRequest( MuteCameraPersist() local 581 int error = Remote()->SendRequest( PrelaunchCamera() local 603 int32_t error = Remote()->SendRequest( SetPrelaunchConfig() local 618 int32_t error = Remote()->SendRequest( PreSwitchCamera() local 633 int error = Remote()->SendRequest( IsCameraMuted() local 653 int error = Remote()->SendRequest( SetTorchLevel() local 673 int32_t error = Remote()->SendRequest( AllowOpenByOHSide() local 694 int32_t error = Remote()->SendRequest( NotifyCameraState() local 714 int error = Remote()->SendRequest( SetPeerCallback() local 729 int error = Remote()->SendRequest( UnsetPeerCallback() local 744 int error = Remote()->SendRequest( DestroyStubObj() local 764 int error = Remote()->SendRequest( ProxyForFreeze() local 777 int error = Remote()->SendRequest( ResetAllFreezeStatus() local 791 int error = Remote()->SendRequest( GetDmDeviceInfo() local 807 int error = Remote()->SendRequest( GetCameraOutputStatus() local [all...] |
H A D | hstream_capture_proxy.cpp | 38 int error = Remote()->SendRequest( in Capture() local 40 if (error != ERR_NONE) { in Capture() 41 MEDIA_ERR_LOG("HStreamCaptureProxy Capture failed, error: %{public}d", error); in Capture() 44 return error; in Capture() 54 int error = Remote()->SendRequest( in CancelCapture() local 56 if (error != ERR_NONE) { in CancelCapture() 57 MEDIA_ERR_LOG("HStreamCaptureProxy CancelCapture failed, error: %{public}d", error); in CancelCapture() 60 return error; in CancelCapture() 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 D | hcapture_session_proxy.cpp | 33 int error = Remote()->SendRequest( in BeginConfig() local 35 if (error != ERR_NONE) { in BeginConfig() 36 MEDIA_ERR_LOG("HCaptureSessionProxy BeginConfig failed, error: %{public}d", error); in BeginConfig() 39 return error; in BeginConfig() 57 int error = Remote()->SendRequest( in CanAddInput() local 59 if (error != ERR_NONE) { in CanAddInput() 60 MEDIA_ERR_LOG("HCaptureSessionProxy CanAddInput failed, error: %{public}d", error); in CanAddInput() 61 return error; in CanAddInput() 82 int error = Remote()->SendRequest( AddInput() local 106 int error = Remote()->SendRequest( AddOutput() local 129 int error = Remote()->SendRequest( RemoveInput() local 153 int error = Remote()->SendRequest( RemoveOutput() local 169 int error = Remote()->SendRequest( CommitConfig() local 185 int error = Remote()->SendRequest( Start() local 201 int error = Remote()->SendRequest( Stop() local 217 int error = Remote()->SendRequest( Release() local 238 int error = Remote()->SendRequest( SetCallback() local 271 int error = Remote()->SendRequest( GetActiveColorSpace() local 290 int error = Remote()->SendRequest( SetColorSpace() local 308 int error = Remote()->SendRequest( SetSmoothZoom() local 325 int error = Remote()->SendRequest( SetFeatureMode() local 340 int error = Remote()->SendRequest( EnableMovingPhoto() local 356 int error = Remote()->SendRequest( EnableMovingPhotoMirror() local 374 int error = Remote()->SendRequest( CreateMediaLibrary() local 400 int error = Remote()->SendRequest( CreateMediaLibrary() local 420 int error = Remote()->SendRequest( SetPreviewRotation() local [all...] |
H A D | hcamera_device_proxy.cpp | 39 int error = Remote()->SendRequest( in Open() local 41 if (error != ERR_NONE) { in Open() 42 MEDIA_ERR_LOG("HCameraDeviceProxy Open failed, error: %{public}d", error); in Open() 44 return error; in Open() 55 int error = Remote()->SendRequest( in OpenSecureCamera() local 57 if (error != ERR_NONE) { in OpenSecureCamera() 58 MEDIA_ERR_LOG("HCameraDeviceProxy Open failed, error: %{public}d", error); in OpenSecureCamera() 61 return error; in OpenSecureCamera() 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...] |
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 172 * On failure, it returns -1 with the specific error in errno. in rpcclnt_send() 204 int error = 0; in rpcclnt_receive() local 225 error = get_errno(); in rpcclnt_receive() 226 nfs_debug_error("rpcclnt_receive select error %d\n", error); in rpcclnt_receive() 227 return error; in rpcclnt_receive() 233 error = get_errno(); in rpcclnt_receive() 234 nfs_debug_error("psock_recvfrom failed: %d\n", error); in rpcclnt_receive() 238 error = memcpy_s((void *)&xid, sizeof(xid), ((char *)reply + RPC_RMSIZE), sizeof(xid)); in rpcclnt_receive() 239 if (error ! in rpcclnt_receive() 272 int error; rpcclnt_receive() local 356 int error; rpcclnt_reply() local 509 int error; rpcclnt_fmtheader() local 551 int error; rpcclnt_reconnect() local 649 int error; rpcclnt_connect() local 878 int error; rpcclnt_umount() local 972 int error = 0; rpcclnt_request() local [all...] |
/third_party/node/lib/internal/webstreams/ |
H A D | adapters.js | 139 const cleanup = finished(streamWritable, (error) => { 140 if (error?.code === 'ERR_STREAM_PREMATURE_CLOSE') { 141 const err = new AbortError(undefined, { cause: error }); 142 error = err; 147 // that happen to emit an error event again after finished is called. 148 streamWritable.on('error', () => {}); 149 if (error != null) { 151 backpressurePromise.reject(error); 152 // If closed is not undefined, the error is happening 156 closed.reject(error); [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmm.c | 41 FT_Error error; in ft_face_get_mm_service() local 49 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service() 58 error = FT_Err_Ok; in ft_face_get_mm_service() 61 return error; in ft_face_get_mm_service() 69 FT_Error error; in ft_face_get_mvar_service() local 77 error = FT_ERR( Invalid_Argument ); in ft_face_get_mvar_service() 86 error = FT_Err_Ok; in ft_face_get_mvar_service() 89 return error; in ft_face_get_mvar_service() 99 FT_Error error; in FT_EXPORT_DEF() local 108 error in FT_EXPORT_DEF() 126 FT_Error error; FT_EXPORT_DEF() local 173 FT_Error error; FT_EXPORT_DEF() local 208 FT_Error error; FT_EXPORT_DEF() local 241 FT_Error error; FT_EXPORT_DEF() local 269 FT_Error error; FT_EXPORT_DEF() local 317 FT_Error error; FT_EXPORT_DEF() local 345 FT_Error error; FT_EXPORT_DEF() local 396 FT_Error error; FT_EXPORT_DEF() local 444 FT_Error error; FT_EXPORT_DEF() local 475 FT_Error error; FT_EXPORT_DEF() local 526 FT_Error error; FT_EXPORT_DEF() local [all...] |
/third_party/ffmpeg/doc/examples/ |
H A D | transcode_aac.c | 66 int error; in open_input_file() local 69 if ((error = avformat_open_input(input_format_context, filename, NULL, in open_input_file() 71 fprintf(stderr, "Could not open input file '%s' (error '%s')\n", in open_input_file() 72 filename, av_err2str(error)); in open_input_file() 74 return error; in open_input_file() 78 if ((error = avformat_find_stream_info(*input_format_context, NULL)) < 0) { in open_input_file() 79 fprintf(stderr, "Could not open find stream info (error '%s')\n", in open_input_file() 80 av_err2str(error)); in open_input_file() 82 return error; in open_input_file() 111 error in open_input_file() 155 int error; open_output_file() local 290 int error; init_resampler() local 348 int error; write_output_file_header() local 377 int error; decode_audio_frame() local 448 int error; init_converted_samples() local 492 int error; convert_samples() local 518 int error; add_samples_to_fifo() local 623 int error; init_output_frame() local 672 int error; encode_audio_frame() local 779 int error; write_output_file_trailer() local [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_generic.c | 92 int error; in ugen_transfer_setup() local 100 error = usbd_transfer_setup(udev, &iface_index, f->xfer, in ugen_transfer_setup() 102 if (error == 0) { in ugen_transfer_setup() 104 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup() 107 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup() 111 if (error) { in ugen_transfer_setup() 117 return (error); in ugen_transfer_setup() 321 /* signal error */ in ugen_start_read() 334 /* signal error */ in ugen_start_write() 351 ugen_ctrl_read_callback(struct usb_xfer *xfer, usb_error_t error) in ugen_ctrl_read_callback() argument 403 ugen_ctrl_write_callback(struct usb_xfer *xfer, usb_error_t error) ugen_ctrl_write_callback() argument 441 ugen_read_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error) ugen_read_clear_stall_callback() argument 458 ugen_write_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error) ugen_write_clear_stall_callback() argument 475 ugen_isoc_read_callback(struct usb_xfer *xfer, usb_error_t error) ugen_isoc_read_callback() argument 514 ugen_isoc_write_callback(struct usb_xfer *xfer, usb_error_t error) ugen_isoc_write_callback() argument 614 int error; ugen_get_cdesc() local 666 int error; ugen_get_sdesc() local 715 int error; ugen_get_iface_driver() local 813 int error; ugen_do_request() local 850 int error; ugen_re_enumerate() local 947 int error; ugen_fs_copy_in() local 1110 int error; ugen_fs_copy_out_cancelled() local 1154 int error; ugen_fs_copy_out() local 1334 int error = 0; ugen_ioctl() local 1901 int error = 0; ugen_iface_ioctl() local 2122 int error = 0; ugen_ioctl_post() local 2497 ugen_ctrl_fs_callback(struct usb_xfer *xfer, usb_error_t error) ugen_ctrl_fs_callback() argument [all...] |
/third_party/jerryscript/jerry-core/ |
H A D | config.h | 84 # error "Should not define this macro on WIN simulator!" 279 * Enable/Disable built-in error messages for error objects. 282 * 0: Disable error messages. 283 * 1: Enable error message. 599 # error "Invalid value for JERRY_BUILTIN_ANNEXB macro." 603 # error "Invalid value for JERRY_BUILTIN_ARRAY macro." 607 # error "Invalid value for JERRY_BUILTIN_BOOLEAN macro." 611 # error "Invalid value for JERRY_BUILTIN_DATE macro." 615 # error "Invali [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate.cpp | 52 // The error will be logged in the ProcessInstruction pass. in RegisterExtension() 186 // This parse should not produce any error messages. Hijack the context and in ValidateBinaryUsingContextAndValidationState() 198 if (auto error = spvBinaryParse(&context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState() 201 return error; in ValidateBinaryUsingContextAndValidationState() 269 if (auto error = IdPass(*vstate, inst)) return error; in ValidateBinaryUsingContextAndValidationState() 272 if (auto error = CapabilityPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState() 273 if (auto error = ModuleLayoutPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState() [all...] |
/third_party/musl/libc-test/src/api/ |
H A D | tgmath.c | 9 #error no acos(x) in f() 14 #error no acosh(x) in f() 19 #error no asin(x) in f() 24 #error no asinh(x) in f() 29 #error no atan(x) in f() 34 #error no atan2(x,y) in f() 39 #error no atanh(x) in f() 44 #error no carg(x) in f() 49 #error no cbrt(x) in f() 54 #error n in f() [all...] |
/third_party/rust/crates/rust-openssl/openssl-errors/tests/ |
H A D | test.rs | 2 use openssl::error::Error; 22 let error = Error::get().unwrap(); in basic() 23 assert_eq!(error.library().unwrap(), "test library"); in basic() 24 assert_eq!(error.function().unwrap(), "function foo"); in basic() 25 assert_eq!(error.reason().unwrap(), "out of milk"); in basic() 28 error.file().replace('\\', "/"), in basic() 31 assert_eq!(error.line(), line!() - 11); in basic() 35 assert!(error.data().is_none() || error.data() == Some("")); in basic() 37 assert_eq!(error in basic() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_proxy.cpp | 51 int error; in StartAbility() local 74 error = SendRequest(AbilityManagerInterfaceCode::START_ABILITY, data, reply, option); in StartAbility() 75 if (error != NO_ERROR) { in StartAbility() 76 TAG_LOGE(AAFwkTag::ABILITYMGR, "request error:%{public}d", error); in StartAbility() 77 return error; in StartAbility() 95 int error = SendRequest(AbilityManagerInterfaceCode::GET_TOP_ABILITY, data, reply, option); in GetTopAbility() local 96 if (error != NO_ERROR) { in GetTopAbility() 97 TAG_LOGE(AAFwkTag::ABILITYMGR, "request error:%{public}d", error); in GetTopAbility() 124 int error = SendRequest(AbilityManagerInterfaceCode::GET_ELEMENT_NAME_BY_TOKEN, data, reply, option); GetElementNameByToken() local 141 int error; StartAbility() local 186 int error; StartAbility() local 228 int error; StartAbilityWithSpecifyTokenId() local 307 int32_t error = SendRequest(AbilityManagerInterfaceCode::START_ABILITY_BY_INSIGHT_INTENT, data, reply, option); StartAbilityByInsightIntent() local 318 int error; StartAbility() local 384 int error = SendRequest(AbilityManagerInterfaceCode::START_ABILITY_AS_CALLER_BY_TOKEN, data, reply, option); StartAbilityAsCaller() local 396 int error; StartAbilityAsCaller() local 447 int error = SendRequest(AbilityManagerInterfaceCode::START_ABILITY_FOR_RESULT_AS_CALLER, data, reply, option); StartAbilityForResultAsCaller() local 475 int error = StartAbilityForResultAsCaller() local 524 int error; StartAbilityByUIContentSession() local 550 int error; StartAbilityByUIContentSession() local 607 int32_t error = SendRequest(AbilityManagerInterfaceCode::START_ABILITY_ONLY_UI_ABILITY, data, reply, option); StartAbilityOnlyUIAbility() local 619 int error; StartExtensionAbility() local 668 int error; RequestModalUIExtension() local 694 int error; PreloadUIExtensionAbility() local 721 auto error = SendRequest(AbilityManagerInterfaceCode::CHANGE_ABILITY_VISIBILITY, data, reply, option); ChangeAbilityVisibility() local 745 auto error = SendRequest(AbilityManagerInterfaceCode::CHANGE_UI_ABILITY_VISIBILITY_BY_SCB, data, reply, option); ChangeUIAbilityVisibilityBySCB() local 755 int error; StartUIExtensionAbility() local 820 auto error = SendRequest(AbilityManagerInterfaceCode::START_UI_ABILITY_BY_SCB, data, reply, option); StartUIAbilityBySCB() local 832 int error; StopExtensionAbility() local 878 int error; TerminateAbility() local 916 int error; BackToCallerAbilityWithResult() local 956 int error; TerminateUIServiceExtensionAbility() local 987 int error; TerminateUIExtensionAbility() local 1025 int error; CloseUIAbilityBySCB() local 1056 int error; SendResultToAbility() local 1082 int error; MoveAbilityToBackground() local 1121 int32_t error = SendRequest(AbilityManagerInterfaceCode::MOVE_UI_ABILITY_TO_BACKGROUND, data, reply, option); MoveUIAbilityToBackground() local 1167 int error = SendRequest(AbilityManagerInterfaceCode::CONNECT_ABILITY_WITH_TYPE, data, reply, option); ConnectAbilityCommon() local 1208 int error = SendRequest(AbilityManagerInterfaceCode::CONNECT_UI_EXTENSION_ABILITY, data, reply, option); ConnectUIExtensionAbility() local 1225 int error; DisconnectAbility() local 1252 int error; AcquireDataAbility() local 1281 int error; ReleaseDataAbility() local 1307 int error; AttachAbilityThread() local 1335 int error; AbilityTransitionDone() local 1368 int error; AbilityWindowConfigTransitionDone() local 1396 int error; ScheduleConnectAbilityDone() local 1439 int error; ScheduleDisconnectAbilityDone() local 1462 int error; ScheduleCommandAbilityDone() local 1489 int error; ScheduleCommandAbilityWindowDone() local 1525 int error; DumpSysState() local 1562 int error; DumpState() local 1586 int error; MinimizeAbility() local 1614 int error; MinimizeUIExtensionAbility() local 1650 int error; MinimizeUIAbilityBySCB() local 1688 int error; StopServiceAbility() local 1746 int error; GetMissionSnapshot() local 1799 auto error = SendRequest(AbilityManagerInterfaceCode::UPDATE_MISSION_SNAPSHOT_FROM_WMS, UpdateMissionSnapShot() local 1808 int error; EnableRecoverAbility() local 1833 int error; ScheduleRecoverAbility() local 1865 int error; SubmitSaveRecoveryInfo() local 1905 int error = SendRequest(AbilityManagerInterfaceCode::KILL_PROCESS, data, reply, option); KillProcess() local 1924 int error = SendRequest(AbilityManagerInterfaceCode::CLEAR_RECOVERY_PAGE_STACK, data, reply, option); ScheduleClearRecoveryPageStack() local 1950 int error = SendRequest(AbilityManagerInterfaceCode::FORCE_TIMEOUT, data, reply, option); ForceTimeoutForTest() local 1985 int error = SendRequest(AbilityManagerInterfaceCode::UNINSTALL_APP, data, reply, option); UninstallApp() local 2007 int error = SendRequest(AbilityManagerInterfaceCode::UPGRADE_APP, data, reply, option); UpgradeApp() local 2045 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_WANT_SENDER, data, reply, option); GetWantSender() local 2073 auto error = SendRequest(AbilityManagerInterfaceCode::SEND_PENDING_WANT_SENDER, data, reply, option); SendWantSender() local 2093 auto error = SendRequest(AbilityManagerInterfaceCode::CANCEL_PENDING_WANT_SENDER, data, reply, option); CancelWantSender() local 2112 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_WANT_UID, data, reply, option); GetPendingWantUid() local 2132 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_WANT_USERID, data, reply, option); GetPendingWantUserId() local 2152 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_WANT_BUNDLENAME, data, reply, option); GetPendingWantBundleName() local 2172 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_WANT_CODE, data, reply, option); GetPendingWantCode() local 2192 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_WANT_TYPE, data, reply, option); GetPendingWantType() local 2216 auto error = SendRequest(AbilityManagerInterfaceCode::REGISTER_CANCEL_LISTENER, data, reply, option); RegisterCancelListener() local 2239 auto error = SendRequest(AbilityManagerInterfaceCode::UNREGISTER_CANCEL_LISTENER, data, reply, option); UnregisterCancelListener() local 2262 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_REQUEST_WANT, data, reply, option); GetPendingRequestWant() local 2293 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PENDING_WANT_SENDER_INFO, data, reply, option); GetWantSenderInfo() local 2317 auto error = SendRequest(AbilityManagerInterfaceCode::GET_APP_MEMORY_SIZE, data, reply, option); GetAppMemorySize() local 2334 auto error = SendRequest(AbilityManagerInterfaceCode::IS_RAM_CONSTRAINED_DEVICE, data, reply, option); IsRamConstrainedDevice() local 2373 auto error = SendRequest(AbilityManagerInterfaceCode::CONTINUE_MISSION, data, reply, option); ContinueMission() local 2418 auto error = SendRequest(AbilityManagerInterfaceCode::CONTINUE_MISSION_OF_BUNDLENAME, data, reply, option); ContinueMission() local 2447 auto error = SendRequest(AbilityManagerInterfaceCode::CONTINUE_ABILITY, data, reply, option); ContinueAbility() local 2476 auto error = SendRequest(AbilityManagerInterfaceCode::START_CONTINUATION, data, reply, option); StartContinuation() local 2504 auto error = SendRequest(AbilityManagerInterfaceCode::NOTIFY_COMPLETE_CONTINUATION, data, reply, option); NotifyCompleteContinuation() local 2528 auto error = SendRequest(AbilityManagerInterfaceCode::NOTIFY_CONTINUATION_RESULT, data, reply, option); NotifyContinuationResult() local 2538 int error; LockMissionForCleanup() local 2562 int error; UnlockMissionForCleanup() local 2602 auto error = SendRequest(AbilityManagerInterfaceCode::SET_SESSION_LOCKED_STATE, data, reply, option); SetLockedState() local 2612 int error; RegisterMissionListener() local 2653 int error = SendRequest(AbilityManagerInterfaceCode::REGISTER_SESSION_HANDLER, data, reply, option); RegisterSessionHandler() local 2679 auto error = SendRequest(AbilityManagerInterfaceCode::REGISTER_REMOTE_MISSION_LISTENER, RegisterMissionListener() local 2706 auto error = SendRequest(AbilityManagerInterfaceCode::REGISTER_REMOTE_ON_LISTENER, data, reply, option); RegisterOnListener() local 2732 auto error = SendRequest(AbilityManagerInterfaceCode::REGISTER_REMOTE_OFF_LISTENER, data, reply, option); RegisterOffListener() local 2742 int error; UnRegisterMissionListener() local 2771 int error; GetMissionInfos() local 2803 int error; GetMissionInfo() local 2836 int error; CleanMission() local 2859 int error; CleanAllMissions() local 2878 int error; MoveMissionToFront() local 2901 int error; MoveMissionToFront() local 2944 auto error = SendRequest(AbilityManagerInterfaceCode::MOVE_MISSIONS_TO_FOREGROUND, data, reply, option); MoveMissionsToForeground() local 2967 auto error = SendRequest(AbilityManagerInterfaceCode::MOVE_MISSIONS_TO_BACKGROUND, data, reply, option); MoveMissionsToBackground() local 3005 auto error = SendRequest(AbilityManagerInterfaceCode::START_USER, data, reply, option); StartUser() local 3029 auto error = SendRequest(AbilityManagerInterfaceCode::SET_MISSION_CONTINUE_STATE, data, reply, option); SetMissionContinueState() local 3059 auto error = SendRequest(AbilityManagerInterfaceCode::STOP_USER, data, reply, option); StopUser() local 3080 int error = SendRequest(AbilityManagerInterfaceCode::LOGOUT_USER, data, reply, option); LogoutUser() local 3105 auto error = SendRequest(AbilityManagerInterfaceCode::SET_MISSION_LABEL, data, reply, option); SetMissionLabel() local 3137 auto error = SendRequest(AbilityManagerInterfaceCode::SET_MISSION_ICON, data, reply, option); SetMissionIcon() local 3167 auto error = SendRequest(AbilityManagerInterfaceCode::REGISTER_WMS_HANDLER, data, reply, option); RegisterWindowManagerServiceHandler() local 3188 auto error = SendRequest(AbilityManagerInterfaceCode::COMPLETEFIRSTFRAMEDRAWING, data, reply, option); CompleteFirstFrameDrawing() local 3201 int error = 0; PrepareTerminateAbility() local 3247 auto error = SendRequest(AbilityManagerInterfaceCode::GET_DIALOG_SESSION_INFO, data, reply, option); GetDialogSessionInfo() local 3280 auto error = SendRequest(AbilityManagerInterfaceCode::SEND_DIALOG_RESULT, data, reply, option); SendDialogResult() local 3356 auto error = SendRequest(AbilityManagerInterfaceCode::COMPLETE_FIRST_FRAME_DRAWING_BY_SCB, data, reply, option); CompleteFirstFrameDrawing() local 3373 auto error = SendRequest(AbilityManagerInterfaceCode::GET_ABILITY_RUNNING_INFO, data, reply, option); GetAbilityRunningInfos() local 3401 auto error = SendRequest(AbilityManagerInterfaceCode::GET_EXTENSION_RUNNING_INFO, data, reply, option); GetExtensionRunningInfos() local 3424 auto error = SendRequest(AbilityManagerInterfaceCode::GET_PROCESS_RUNNING_INFO, data, reply, option); GetProcessRunningInfos() local 3463 auto error = SendRequest(AbilityManagerInterfaceCode::START_SYNC_MISSIONS, data, reply, option); StartSyncRemoteMissions() local 3486 auto error = SendRequest(AbilityManagerInterfaceCode::STOP_SYNC_MISSIONS, data, reply, option); StopSyncRemoteMissions() local 3512 auto error = SendRequest(AbilityManagerInterfaceCode::UNREGISTER_REMOTE_MISSION_LISTENER, UnRegisterMissionListener() local 3525 int error; StartAbilityByCall() local 3597 auto error = SendRequest(AbilityManagerInterfaceCode::CALL_REQUEST_DONE, data, reply, option); CallRequestDone() local 3607 int error; ReleaseCall() local 3648 auto error = SendRequest(AbilityManagerInterfaceCode::GET_ABILITY_TOKEN, data, reply, option); GetAbilityTokenByCalleeObj() local 3668 auto error = SendRequest(AbilityManagerInterfaceCode::REGISTER_SNAPSHOT_HANDLER, data, reply, option); RegisterSnapshotHandler() local 3697 auto error = SendRequest(AbilityManagerInterfaceCode::SET_ABILITY_CONTROLLER, data, reply, option); SetAbilityController() local 3713 auto error = SendRequest(AbilityManagerInterfaceCode::IS_USER_A_STABILITY_TEST, data, reply, option); IsRunningInStabilityTest() local 3738 auto error = SendRequest(AbilityManagerInterfaceCode::START_USER_TEST, data, reply, option); StartUserTest() local 3769 auto error = SendRequest(AbilityManagerInterfaceCode::FINISH_USER_TEST, data, reply, option); FinishUserTest() local 3787 auto error = SendRequest(AbilityManagerInterfaceCode::GET_TOP_ABILITY_TOKEN, data, reply, option); GetTopAbility() local 3817 auto error = SendRequest(AbilityManagerInterfaceCode::CHECK_UI_EXTENSION_IS_FOCUSED, data, reply, option); CheckUIExtensionIsFocused() local 3842 auto error = SendRequest(AbilityManagerInterfaceCode::DELEGATOR_DO_ABILITY_FOREGROUND, DelegatorDoAbilityForeground() local 3867 auto error = SendRequest(AbilityManagerInterfaceCode::DELEGATOR_DO_ABILITY_BACKGROUND, DelegatorDoAbilityBackground() local 3897 auto error = SendRequest(AbilityManagerInterfaceCode::DO_ABILITY_FOREGROUND, data, reply, option); DoAbilityForeground() local 3926 auto error = SendRequest(AbilityManagerInterfaceCode::DO_ABILITY_BACKGROUND, data, reply, option); DoAbilityBackground() local 3955 auto error = SendRequest(AbilityManagerInterfaceCode::GET_MISSION_ID_BY_ABILITY_TOKEN, GetMissionIdByToken() local 3996 auto error = SendRequest(AbilityManagerInterfaceCode::FREE_INSTALL_ABILITY_FROM_REMOTE, FreeInstallAbilityFromRemote() local 4039 auto error = SendRequest(AbilityManagerInterfaceCode::ADD_FREE_INSTALL_OBSERVER, data, reply, option); AddFreeInstallObserver() local 4067 auto error = SendRequest(AbilityManagerInterfaceCode::DUMP_ABILITY_INFO_DONE, data, reply, option); DumpAbilityInfoDone() local 4095 auto error = SendRequest(AbilityManagerInterfaceCode::QUERY_MISSION_VAILD, data, reply, option); IsValidMissionIds() local 4146 auto error = SendRequest(AbilityManagerInterfaceCode::VERIFY_PERMISSION, data, reply, option); VerifyPermission() local 4180 auto error = SendRequest(AbilityManagerInterfaceCode::REQUEST_DIALOG_SERVICE, data, reply, option); RequestDialogService() local 4208 auto error = SendRequest(AbilityManagerInterfaceCode::REPORT_DRAWN_COMPLETED, data, reply, option); ReportDrawnCompleted() local 4239 int32_t error = SendRequest(AbilityManagerInterfaceCode::ACQUIRE_SHARE_DATA, data, reply, option); AcquireShareData() local 4281 int32_t error = SendRequest(AbilityManagerInterfaceCode::SHARE_DATA_DONE, data, reply, option); ShareDataDone() local 4304 int32_t error = SendRequest(AbilityManagerInterfaceCode::FORCE_EXIT_APP, data, reply, option); ForceExitApp() local 4327 int32_t error = SendRequest(AbilityManagerInterfaceCode::RECORD_APP_EXIT_REASON, data, reply, option); RecordAppExitReason() local 4351 int32_t error = SendRequest(AbilityManagerInterfaceCode::RECORD_PROCESS_EXIT_REASON, data, reply, option); RecordProcessExitReason() local 4375 auto error = SendRequest(AbilityManagerInterfaceCode::SET_ROOT_SCENE_SESSION, data, reply, option); SetRootSceneSession() local 4402 auto error = SendRequest(AbilityManagerInterfaceCode::CALL_ABILITY_BY_SCB, data, reply, option); CallUIAbilityBySCB() local 4425 auto error = SendRequest(AbilityManagerInterfaceCode::START_SPECIFIED_ABILITY_BY_SCB, data, reply, option); StartSpecifiedAbilityBySCB() local 4455 auto error = SendRequest(AbilityManagerInterfaceCode::NOTIFY_SAVE_AS_RESULT, data, reply, option); NotifySaveAsResult() local 4480 int32_t error = SendRequest(AbilityManagerInterfaceCode::SET_SESSIONMANAGERSERVICE, data, reply, option); SetSessionManagerService() local 4749 auto error = SendRequest(AbilityManagerInterfaceCode::PREPARE_TERMINATE_ABILITY_BY_SCB, PrepareTerminateAbilityBySCB() local 4776 int32_t error = SendRequest(AbilityManagerInterfaceCode::REGISTER_APP_DEBUG_LISTENER, data, reply, option); RegisterAppDebugListener() local 4800 int32_t error = SendRequest(AbilityManagerInterfaceCode::UNREGISTER_APP_DEBUG_LISTENER, data, reply, option); UnregisterAppDebugListener() local 4824 int32_t error = SendRequest(AbilityManagerInterfaceCode::ATTACH_APP_DEBUG, data, reply, option); AttachAppDebug() local 4848 int32_t error = SendRequest(AbilityManagerInterfaceCode::DETACH_APP_DEBUG, data, reply, option); DetachAppDebug() local 4883 int32_t error = SendRequest(AbilityManagerInterfaceCode::EXECUTE_INTENT, data, reply, option); ExecuteIntent() local 4907 auto error = SendRequest(AbilityManagerInterfaceCode::IS_ABILITY_CONTROLLER_START, IsAbilityControllerStart() local 4956 auto error = SendRequest(AbilityManagerInterfaceCode::GET_FOREGROUND_UI_ABILITIES, data, reply, option); GetForegroundUIAbilities() local 5201 auto error = SendRequest(AbilityManagerInterfaceCode::GET_UI_EXTENSION_ROOT_HOST_INFO, data, reply, option); GetUIExtensionRootHostInfo() local 5242 auto error = SendRequest(AbilityManagerInterfaceCode::GET_UI_EXTENSION_SESSION_INFO, data, reply, option); GetUIExtensionSessionInfo() local 5379 auto error = SendRequest(AbilityManagerInterfaceCode::IS_EMBEDDED_OPEN_ALLOWED, data, reply, option); IsEmbeddedOpenAllowed() local 5404 auto error = SendRequest(AbilityManagerInterfaceCode::START_SHORTCUT, data, reply, option); StartShortcut() local 5424 auto error = SendRequest(AbilityManagerInterfaceCode::GET_ABILITY_STATE_BY_PERSISTENT_ID, data, reply, option); GetAbilityStateByPersistentId() local 5455 auto error = SendRequest(AbilityManagerInterfaceCode::TRANSFER_ABILITY_RESULT, data, reply, option); TransferAbilityResultForExtension() local 5482 int error = SendRequest(AbilityManagerInterfaceCode::NOTIFY_FROZEN_PROCESS_BY_RSS, data, reply, option); NotifyFrozenProcessByRSS() local 5490 int error; CleanUIAbilityBySCB() local 5543 auto error = SendRequest(AbilityManagerInterfaceCode::PRE_START_MISSION, data, reply, option); PreStartMission() local 5580 auto error = SendRequest(AbilityManagerInterfaceCode::OPEN_LINK, data, reply, option); OpenLink() local 5601 auto error = SendRequest(AbilityManagerInterfaceCode::TERMINATE_MISSION, TerminateMission() local 5624 auto error = SendRequest(AbilityManagerInterfaceCode::BLOCK_ALL_APP_START, BlockAllAppStart() local 5667 auto error = SendRequest(AbilityManagerInterfaceCode::UPDATE_ASSOCIATE_CONFIG_LIST, data, reply, option); UpdateAssociateConfigList() local [all...] |
/third_party/ltp/utils/sctp/testlib/ |
H A D | sctputil.h | 150 int error = bind(sk, addr, addrlen); in test_bind() local 152 if (error == -1) in test_bind() 155 return error; in test_bind() 160 int error = sctp_bindx(sk, addr, count, SCTP_BINDX_ADD_ADDR); in test_bindx_add() local 162 if (error == -1) in test_bindx_add() 165 return error; in test_bindx_add() 170 int error = listen(sk, backlog); in test_listen() local 172 if (error == -1) in test_listen() 175 return error; in test_listen() 180 int error in test_connect() local 190 int error = sctp_connectx(sk, addr, count, NULL); test_connectx() local 200 int error = accept(sk, addr, addrlen); test_accept() local 210 int error = send(sk, msg, len, flags); test_send() local 221 int error = sendto(sk, msg, len, flags, to, tolen); test_sendto() local 232 int error = sendmsg(sk, msg, flags); test_sendmsg() local 242 int error = recv(sk, buf, len, flags); test_recv() local 252 int error = recvmsg(sk, msg, flags); test_recvmsg() local 262 int error = shutdown(sk, how); test_shutdown() local 273 int error = getsockopt(sk, SOL_SCTP, optname, optval, optlen); test_getsockopt() local 284 int error = setsockopt(sk, SOL_SCTP, optname, optval, optlen); test_setsockopt() local 295 int error = sctp_peeloff(sk, assoc_id); test_sctp_peeloff() local 309 int error = sctp_sendmsg(s, msg, len, to, tolen, ppid, flags, stream_no, test_sctp_sendmsg() local 323 int error = sctp_send(s, msg, len, sinfo, flags); test_sctp_send() local 337 int error = sctp_recvmsg(sk, msg, len, from, fromlen, sinfo, msg_flags); test_sctp_recvmsg() local [all...] |
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataPromiseJsTest.js | 82 console.error('beforeAll createKVManager err ' + `, error code is ${err.code}, message is ${err.message}`); 101 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 114 console.error('afterEach deleteKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 117 console.error('afterEach closeKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 135 }).catch((error) => { 136 console.error('SingleKvStorePutStringPromiseTest00 [all...] |
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_so_plugin.cpp | 64 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in Auth() local 65 if (error == nullptr) {
in Auth() 74 error->code = 0;
in Auth() 75 error->msg.data = nullptr;
in Auth() 81 return error;
in Auth() 87 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in BindAccount() local 88 if (error == nullptr) {
in BindAccount() 91 error->code = 0;
in BindAccount() 92 error->msg.data = nullptr;
in BindAccount() 93 return error;
in BindAccount() 100 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccountInfo() local 141 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); IsAuthenticationExpired() local 173 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); SetAccountPolicy() local 186 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); UpdateAccountInfo() local [all...] |