/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 | 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...] |
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 | hstream_repeat_proxy.cpp | 38 int error = Remote()->SendRequest( in Start() local 40 if (error != ERR_NONE) { in Start() 41 MEDIA_ERR_LOG("HStreamRepeatProxy Start failed, error: %{public}d", error); in Start() 44 return error; in Start() 54 int error = Remote()->SendRequest( in Stop() local 56 if (error != ERR_NONE) { in Stop() 57 MEDIA_ERR_LOG("HStreamRepeatProxy Stop failed, error: %{public}d", error); in Stop() 60 return error; in Stop() 70 int error = Remote()->SendRequest( Release() local 92 int error = Remote()->SendRequest( SetCallback() local 114 int error = Remote()->SendRequest( AddDeferredSurface() local 141 int error = Remote()->SendRequest( ForkSketchStreamRepeat() local 167 int error = Remote()->SendRequest( UpdateSketchRatio() local 182 int error = Remote()->SendRequest( RemoveSketchStreamRepeat() local 200 int error = Remote()->SendRequest( SetFrameRate() local 216 int error = Remote()->SendRequest( EnableSecure() local 232 int error = Remote()->SendRequest( SetMirror() local 252 int error = Remote()->SendRequest( AttachMetaSurface() local 270 int error = Remote()->SendRequest( SetCameraRotation() local [all...] |
H A D | hstream_depth_data_proxy.cpp | 38 int error = Remote()->SendRequest(
in Start() local 40 if (error != ERR_NONE) {
in Start() 41 MEDIA_ERR_LOG("HStreamDepthDataProxy Start failed, error: %{public}d", error);
in Start() 44 return error;
in Start() 54 int error = Remote()->SendRequest(
in Stop() local 56 if (error != ERR_NONE) {
in Stop() 57 MEDIA_ERR_LOG("HStreamDepthDataProxy Stop failed, error: %{public}d", error);
in Stop() 60 return error;
in Stop() 70 int error = Remote()->SendRequest( Release() local 92 int error = Remote()->SendRequest(static_cast<uint32_t>( SetCallback() local 110 int error = Remote()->SendRequest(static_cast<uint32_t>( SetDataAccuracy() local [all...] |
H A D | hstream_metadata_proxy.cpp | 31 int error = Remote()->SendRequest( in Start() local 33 if (error != ERR_NONE) { in Start() 34 MEDIA_ERR_LOG("HStreamMetadataProxy::Start failed, error: %{public}d", error); in Start() 37 return error; in Start() 47 int error = Remote()->SendRequest( in Stop() local 49 if (error != ERR_NONE) { in Stop() 50 MEDIA_ERR_LOG("HStreamMetadataProxy::Stop failed, error: %{public}d", error); in Stop() 53 return error; in Stop() 63 int error = Remote()->SendRequest( Release() local 86 int error = Remote()->SendRequest( SetCallback() local 103 int error = Remote()->SendRequest( EnableMetadataType() local 119 int error = Remote()->SendRequest( DisableMetadataType() local [all...] |
H A D | hstream_capture_callback_proxy.cpp | 34 int error = Remote()->SendRequest( in OnCaptureStarted() local 37 if (error != ERR_NONE) { in OnCaptureStarted() 38 MEDIA_ERR_LOG("HStreamCaptureCallbackProxy OnCaptureStarted failed, error: %{public}d", error); in OnCaptureStarted() 41 return error; in OnCaptureStarted() 54 int error = Remote()->SendRequest( in OnCaptureStarted() local 57 if (error != ERR_NONE) { in OnCaptureStarted() 58 MEDIA_ERR_LOG("HStreamCaptureCallbackProxy OnCaptureStarted failed, error: %{public}d", error); in OnCaptureStarted() 61 return error; in OnCaptureStarted() 74 int error = Remote()->SendRequest( OnCaptureEnded() local 95 int error = Remote()->SendRequest( OnCaptureError() local 116 int error = Remote()->SendRequest( OnFrameShutter() local 137 int error = Remote()->SendRequest( OnFrameShutterEnd() local 157 int error = Remote()->SendRequest( OnCaptureReady() local [all...] |
H A D | hcamera_service_callback_proxy.cpp | 39 int error = Remote()->SendRequest( in OnCameraStatusChanged() local 42 if (error != ERR_NONE) { in OnCameraStatusChanged() 43 MEDIA_ERR_LOG("HCameraServiceCallbackProxy OnCameraStatusChanged failed, error: %{public}d", error); in OnCameraStatusChanged() 45 return error; in OnCameraStatusChanged() 54 int error = ERR_NONE; in OnFlashlightStatusChanged() local 59 error = Remote()->SendRequest( in OnFlashlightStatusChanged() 62 if (error != ERR_NONE) { in OnFlashlightStatusChanged() 63 MEDIA_ERR_LOG("HCameraServiceCallbackProxy OnFlashlightStatus failed, error: %{public}d", error); in OnFlashlightStatusChanged() 81 int error = Remote()->SendRequest( OnCameraMute() local 99 int error = ERR_NONE; OnTorchStatusChange() local 121 int error = ERR_NONE; OnFoldStatusChanged() local [all...] |
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/ |
H A D | deferred_photo_processing_session_proxy.cpp | 34 int error = Remote()->SendRequest( in BeginSynchronize() local 36 if (error != ERR_NONE) { in BeginSynchronize() 37 DP_ERR_LOG("DeferredPhotoProcessingSessionProxy::BeginSynchronize failed, error: %{public}d", error); in BeginSynchronize() 39 return error; in BeginSynchronize() 49 int error = Remote()->SendRequest( in EndSynchronize() local 51 if (error != ERR_NONE) { in EndSynchronize() 52 DP_ERR_LOG("DeferredPhotoProcessingSessionProxy::EndSynchronize failed, error: %{public}d", error); in EndSynchronize() 54 return error; in EndSynchronize() 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/barrierfree/accessibility/common/interface/src/ |
H A D | accessible_ability_manager_config_observer_proxy.cpp | 43 int32_t error = NO_ERROR; in OnConfigStateChanged() local 54 HILOG_ERROR("fail, connection write stateType error"); in OnConfigStateChanged() 64 error = remote->SendRequest( in OnConfigStateChanged() 67 if (error != NO_ERROR) { in OnConfigStateChanged() 68 HILOG_ERROR("OnConfigStateChanged fail, error: %{public}d", error); in OnConfigStateChanged() 77 int32_t error = NO_ERROR; in OnAudioBalanceChanged() local 88 HILOG_ERROR("fail, connection write stateType error"); in OnAudioBalanceChanged() 98 error = remote->SendRequest( in OnAudioBalanceChanged() 101 if (error ! in OnAudioBalanceChanged() 111 int32_t error = NO_ERROR; OnBrightnessDiscountChanged() local 145 int32_t error = NO_ERROR; OnContentTimeoutChanged() local 179 int32_t error = NO_ERROR; OnDaltonizationColorFilterChanged() local 213 int32_t error = NO_ERROR; OnMouseAutoClickChanged() local 247 int32_t error = NO_ERROR; OnShortkeyTargetChanged() local 282 int32_t error = NO_ERROR; OnShortkeyMultiTargetChanged() local 316 int32_t error = NO_ERROR; OnClickResponseTimeChanged() local 350 int32_t error = NO_ERROR; OnIgnoreRepeatClickTimeChanged() local [all...] |
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessible_ability_manager_config_observer_proxy.cpp | 43 int32_t error = NO_ERROR; in OnConfigStateChanged() local 54 HILOG_ERROR("fail, connection write stateType error"); in OnConfigStateChanged() 64 error = remote->SendRequest( in OnConfigStateChanged() 67 if (error != NO_ERROR) { in OnConfigStateChanged() 68 HILOG_ERROR("OnConfigStateChanged fail, error: %{public}d", error); in OnConfigStateChanged() 77 int32_t error = NO_ERROR; in OnAudioBalanceChanged() local 88 HILOG_ERROR("fail, connection write stateType error"); in OnAudioBalanceChanged() 98 error = remote->SendRequest( in OnAudioBalanceChanged() 101 if (error ! in OnAudioBalanceChanged() 111 int32_t error = NO_ERROR; OnBrightnessDiscountChanged() local 145 int32_t error = NO_ERROR; OnContentTimeoutChanged() local 179 int32_t error = NO_ERROR; OnDaltonizationColorFilterChanged() local 213 int32_t error = NO_ERROR; OnMouseAutoClickChanged() local 247 int32_t error = NO_ERROR; OnShortkeyTargetChanged() local 282 int32_t error = NO_ERROR; OnShortkeyMultiTargetChanged() local 316 int32_t error = NO_ERROR; OnClickResponseTimeChanged() local 350 int32_t error = NO_ERROR; OnIgnoreRepeatClickTimeChanged() local [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...] |
/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...] |
H A D | DeviceKvStoreDataPromiseJsTest.js | 85 console.error('beforeAll createKVManager err ' + `, error code is ${err.code}, message is ${err.message}`); 91 console.error('beforeAll getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 109 }).catch((error) => { 110 console.error('beforeAll can NOT getDeviceId, fail: ' + `, error code is ${error.code}, message is ${error.message}`); 133 console.error('beforeEac [all...] |
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/ |
H A D | opengl_wrapper_api_test.cpp | 83 EGLint error = eglGetError(); in HWTEST_F() local 84 EXPECT_EQ(error, EGL_SUCCESS); in HWTEST_F() 90 error = eglGetError(); in HWTEST_F() 91 EXPECT_EQ(error, EGL_BAD_PARAMETER); in HWTEST_F() 109 EGLint error = eglGetError(); in HWTEST_F() local 110 EXPECT_EQ(error, EGL_BAD_DISPLAY); in HWTEST_F() 118 error = eglGetError(); in HWTEST_F() 119 EXPECT_EQ(error, EGL_SUCCESS); in HWTEST_F() 136 EGLint error = eglGetError(); in HWTEST_F() local 137 EXPECT_EQ(error, EGL_BAD_PARAMETE in HWTEST_F() 165 EGLint error = eglGetError(); HWTEST_F() local 194 EGLint error = eglGetError(); HWTEST_F() local 242 EGLint error = eglGetError(); HWTEST_F() local 266 EGLint error = eglGetError(); HWTEST_F() local 309 EGLint error = eglGetError(); HWTEST_F() local 341 GLint error = glGetError(); HWTEST_F() local 360 GLint error = glGetError(); HWTEST_F() local 378 EGLint error = eglGetError(); HWTEST_F() local 408 EGLint error = eglGetError(); HWTEST_F() local 439 EGLint error = eglGetError(); HWTEST_F() local 470 EGLint error = eglGetError(); HWTEST_F() local 495 EGLint error = eglGetError(); HWTEST_F() local [all...] |
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 63 int error = GetParcelableInfo<FormJsInfo>(IFormMgr::Message::FORM_MGR_ADD_FORM, data, formInfo); in AddForm() local 64 if (error != ERR_OK) { in AddForm() 65 HILOG_ERROR("SendRequest:%{public}d failed", error); in AddForm() 68 return error; in AddForm() 118 int error = SendTransactCmd( in DeleteForm() local 123 if (error != ERR_OK) { in DeleteForm() 124 HILOG_ERROR("SendRequest:%{public}d failed", error); in DeleteForm() 147 int error = SendTransactCmd( in StopRenderingForm() local 152 if (error != ERR_OK) { in StopRenderingForm() 153 HILOG_ERROR("SendRequest:%{public}d failed", error); in StopRenderingForm() 188 int error = SendTransactCmd( ReleaseForm() local 224 int error = SendTransactCmd( UpdateForm() local 261 int error = SendTransactCmd( SetNextRefreshTime() local 291 int error = SendTransactCmd( ReleaseRenderer() local 328 int32_t error = SendTransactCmd( RequestPublishForm() local 369 int32_t error = SendTransactCmd( SetPublishFormResult() local 396 int32_t error = SendTransactCmd( AcquireAddFormResult() local 433 int error = SendTransactCmd( LifecycleUpdate() local 476 int error = SendTransactCmd( RequestForm() local 523 int error = SendTransactCmd( NotifyWhetherVisibleForms() local 557 int error = SendTransactCmd( HasFormVisible() local 595 int error = SendTransactCmd( CastTempForm() local 619 int error = GetStringInfo(IFormMgr::Message::FORM_MGR_STORAGE_FORM_INFOS, data, formInfos); DumpStorageFormInfos() local 645 int error = GetStringInfo(IFormMgr::Message::FORM_MGR_FORM_INFOS_BY_NAME, data, formInfos); DumpFormInfoByBundleName() local 670 int error = GetStringInfo(IFormMgr::Message::FORM_MGR_FORM_INFOS_BY_ID, data, formInfo); DumpFormInfoByFormId() local 695 int error = GetStringInfo(IFormMgr::Message::FORM_MGR_FORM_TIMER_INFO_BY_ID, data, isTimingService); DumpFormTimerByFormId() local 732 int error = SendTransactCmd(IFormMgr::Message::FORM_MGR_MESSAGE_EVENT, MessageEvent() local 771 int error = SendTransactCmd(IFormMgr::Message::FORM_MGR_BACKGROUND_EVENT, BackgroundEvent() local 810 int error = SendTransactCmd(IFormMgr::Message::FORM_MGR_ROUTER_EVENT, RouterEvent() local 849 int error; GetStringInfo() local 880 int error; GetFormsInfo() local 900 ErrCode error; GetRunningFormInfos() local 919 int error; GetParcelableInfo() local 985 int error = SendTransactCmd( DeleteInvalidForms() local 1029 int error = SendTransactCmd( AcquireFormState() local 1079 int error = SendTransactCmd( NotifyFormsVisible() local 1120 int error = SendTransactCmd( NotifyFormsPrivacyProtected() local 1168 int error = SendTransactCmd( NotifyFormsEnableUpdate() local 1199 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_ALL_FORMS_INFO, data, formInfos); GetAllFormsInfo() local 1227 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO_BY_APP, data, formInfos); GetFormsInfoByApp() local 1261 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO_BY_MODULE, data, formInfos); GetFormsInfoByModule() local 1297 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO_BY_FILTER, data, formInfos); GetFormsInfoByFilter() local 1318 ErrCode error = GetRunningFormInfos(IFormMgr::Message::FORM_MGR_GET_RUNNING_FORM_INFOS, data, runningFormInfos); GetRunningFormInfos() local 1344 ErrCode error = GetRunningFormInfos(IFormMgr::Message::FORM_MGR_GET_RUNNING_FORM_INFOS_BY_BUNDLE, GetRunningFormInfosByBundleName() local 1366 int error = GetFormsInfo(IFormMgr::Message::FORM_MGR_GET_FORMS_INFO, data, formInfos); GetFormsInfo() local 1387 int error = SendTransactCmd( IsRequestPublishFormSupported() local 1422 int error = SendTransactCmd( StartAbility() local 1466 auto error = SendTransactCmd( ShareForm() local 1499 int error; AcquireFormData() local 1536 auto error = SendTransactCmd( RecvFormShareInfoFromRemote() local 1557 int error = SendTransactCmd( CheckFMSReady() local 1581 int error = SendTransactCmd(IFormMgr::Message::FORM_MGR_IS_SYSTEM_APP_FORM, data, reply, option); IsSystemAppForm() local 1610 int error = remote->SendRequest(Constants::EVENT_CALL_NOTIFY, data, reply, option); SetBackgroundFunction() local 1633 int error = SendTransactCmd( GetFormsCount() local 1666 auto error = SendTransactCmd( RegisterFormAddObserverByBundle() local 1697 auto error = SendTransactCmd( RegisterFormRemoveObserverByBundle() local 1721 int error = SendTransactCmd( GetHostFormsCount() local 1746 auto error = GetFormInstance(IFormMgr::Message::FORM_MGR_GET_FORM_INSTANCES_FROM_BY_FILTER, data, formInstances); GetFormInstancesByFilter() local 1767 auto error = GetParcelableInfo<FormInstance>(IFormMgr::Message::FORM_MGR_GET_FORM_INSTANCES_FROM_BY_ID, GetFormInstanceById() local 1794 auto error = GetParcelableInfo<FormInstance>(IFormMgr::Message::FORM_MGR_GET_FORM_INSTANCES_FROM_BY_ID, GetFormInstanceById() local 1807 int error; GetFormInstance() local 1845 auto error = SendTransactCmd( RegisterAddObserver() local 1872 int error = SendTransactCmd( RegisterRemoveObserver() local 1900 int error = SendTransactCmd( RegisterFormRouterProxy() local 1923 int error = SendTransactCmd( UnregisterFormRouterProxy() local 1954 int32_t error = SendTransactCmd(IFormMgr::Message::FORM_MGR_UPDATE_PROXY_FORM, data, reply, option); UpdateProxyForm() local 1993 int32_t error = SendTransactCmd(IFormMgr::Message::FORM_MGR_REQUEST_PUBLISH_PROXY_FORM, data, reply, option); RequestPublishProxyForm() local 2043 int error = SendTransactCmd( RegisterPublishFormInterceptor() local 2073 int error = SendTransactCmd( UnregisterPublishFormInterceptor() local 2112 int error = SendTransactCmd( RegisterClickEventObserver() local 2148 int error = SendTransactCmd( UnregisterClickEventObserver() local 2171 int32_t error = SendTransactCmd(IFormMgr::Message::FORM_MGR_SET_FORMS_RECYCLABLE, data, reply, option); SetFormsRecyclable() local 2197 int32_t error = SendTransactCmd(IFormMgr::Message::FORM_MGR_RECYCLE_FORMS, data, reply, option); RecycleForms() local 2223 int32_t error = SendTransactCmd(IFormMgr::Message::FORM_MGR_RECOVER_FORMS, data, reply, option); RecoverForms() local 2249 int32_t error = SendTransactCmd(IFormMgr::Message::FORM_MGR_UPDATE_FORM_LOCATION, data, reply, option); UpdateFormLocation() local 2283 int32_t error = SendTransactCmd( RequestPublishFormWithSnapshot() local 2312 int32_t error = SendTransactCmd(IFormMgr::Message::FORM_MGR_BATCH_REFRESH_FORMS, data, reply, option); BatchRefreshForms() local 2341 int error = SendTransactCmd(IFormMgr::Message::FORM_MGR_ENABLE_FORMS, data, reply, option); EnableForms() local 2364 int error = SendTransactCmd( IsFormBundleForbidden() local [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/ |
H A D | audio_policy_proxy.cpp | 56 int32_t error = Remote()->SendRequest( in SetRingerModeLegacy() local 58 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "set SetRingerModeLegacy failed, error: %d", error); in SetRingerModeLegacy() 72 int32_t error = Remote()->SendRequest( in SetRingerMode() local 74 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "set ringermode failed, error: %d", error); in SetRingerMode() 90 int32_t error = Remote()->SendRequest( GetSupportedTones() local 115 int32_t error = Remote()->SendRequest( GetToneConfig() local 134 int32_t error = Remote()->SendRequest( GetPersistentMicMuteState() local 149 int32_t error = Remote()->SendRequest( GetRingerMode() local 166 int32_t error = Remote()->SendRequest( SetAudioScene() local 181 int32_t error = Remote()->SendRequest( GetAudioScene() local 199 int32_t error = Remote()->SendRequest( SetStreamMuteLegacy() local 215 int32_t error = Remote()->SendRequest( SetStreamMute() local 230 int32_t error = Remote()->SendRequest( GetStreamMute() local 245 int32_t error = Remote()->SendRequest( IsStreamActive() local 261 int32_t error = Remote()->SendRequest( GetDevices() local 283 int32_t error = Remote()->SendRequest( GetDevicesInner() local 309 int32_t error = Remote()->SendRequest( GetPreferredOutputDeviceDescriptors() local 335 int32_t error = Remote()->SendRequest( GetPreferredInputDeviceDescriptors() local 361 int32_t error = Remote()->SendRequest( GetOutputDevice() local 387 int32_t error = Remote()->SendRequest( GetInputDevice() local 409 int32_t error = Remote()->SendRequest( SetDeviceActive() local 425 int32_t error = Remote()->SendRequest( LoadSplitModule() local 441 int32_t error = Remote()->SendRequest( IsAllowedPlayback() local 456 int32_t error = Remote()->SendRequest( IsDeviceActive() local 471 int32_t error = Remote()->SendRequest( GetActiveOutputDevice() local 488 int32_t error = Remote()->SendRequest( GetActiveInputDevice() local 516 int error = Remote()->SendRequest( SelectOutputDevice() local 533 int error = Remote()->SendRequest( GetSelectedDeviceInfo() local 560 int error = Remote()->SendRequest( SelectInputDevice() local 579 int error = Remote()->SendRequest( ConfigDistributedRoutingRole() local 594 int32_t error = Remote()->SendRequest( ActivateAudioSession() local 609 int error = Remote()->SendRequest( DeactivateAudioSession() local 624 int error = Remote()->SendRequest( IsAudioSessionActivated() local 651 int32_t error = Remote()->SendRequest( GetAudioFocusInfoList() local 679 int error = Remote()->SendRequest( ActivateAudioInterrupt() local 696 int error = Remote()->SendRequest( DeactivateAudioInterrupt() local 715 int error = Remote()->SendRequest( RequestAudioFocus() local 733 int error = Remote()->SendRequest( AbandonAudioFocus() local 749 int32_t error = Remote()->SendRequest( GetStreamInFocus() local 766 int32_t error = Remote()->SendRequest( GetSessionInfoInFocus() local 849 int32_t error = Remote()->SendRequest( GetAudioLatencyFromXml() local 866 int32_t error = Remote()->SendRequest( GetSinkLatencyFromXml() local 885 int32_t error = Remote()->SendRequest( GetPreferredOutputStreamType() local 904 int32_t error = Remote()->SendRequest( GetPreferredInputStreamType() local 927 int32_t error = Remote()->SendRequest( RegisterTracker() local 946 int32_t error = Remote()->SendRequest( UpdateTracker() local 969 int32_t error = Remote()->SendRequest( FetchOutputDeviceForTrack() local 990 int32_t error = Remote()->SendRequest( FetchInputDeviceForTrack() local 1008 int32_t error = Remote()->SendRequest( GetCurrentRendererChangeInfos() local 1036 int32_t error = Remote()->SendRequest( GetCurrentCapturerChangeInfos() local 1066 int32_t error = Remote()->SendRequest( UpdateStreamState() local 1083 int32_t error = Remote()->SendRequest( GetNetworkIdByGroupId() local 1101 int32_t error = Remote()->SendRequest( IsAudioRendererLowLatencySupported() local 1119 int32_t error = Remote()->SendRequest( SetSystemSoundUri() local 1134 int32_t error = Remote()->SendRequest( GetSystemSoundUri() local 1148 int32_t error = Remote()->SendRequest( GetMaxRendererInstances() local 1222 int32_t error; QueryEffectSceneMode() local 1282 int32_t error = Remote()->SendRequest( SetPlaybackCapturerFilterInfos() local 1300 int32_t error = Remote()->SendRequest( SetCaptureSilentState() local 1321 int32_t error = Remote()->SendRequest( GetHardwareOutputSamplingRate() local 1341 int32_t error = Remote()->SendRequest( GetAvailableDevices() local 1363 int32_t error = Remote()->SendRequest( IsSpatializationEnabled() local 1379 int32_t error = Remote()->SendRequest( IsSpatializationEnabled() local 1396 int32_t error = Remote()->SendRequest( SetSpatializationEnabled() local 1417 int32_t error = Remote()->SendRequest( SetSpatializationEnabled() local 1432 int32_t error = Remote()->SendRequest( IsHeadTrackingEnabled() local 1449 int32_t error = Remote()->SendRequest( IsHeadTrackingEnabled() local 1466 int32_t error = Remote()->SendRequest( SetHeadTrackingEnabled() local 1486 int32_t error = Remote()->SendRequest( SetHeadTrackingEnabled() local 1503 int32_t error = Remote() ->SendRequest( GetSpatializationState() local 1522 int32_t error = Remote()->SendRequest( IsSpatializationSupported() local 1538 int32_t error = Remote()->SendRequest( IsSpatializationSupportedForDevice() local 1553 int32_t error = Remote()->SendRequest( IsHeadTrackingSupported() local 1569 int32_t error = Remote()->SendRequest( IsHeadTrackingSupportedForDevice() local 1588 int32_t error = Remote()->SendRequest( UpdateSpatialDeviceState() local 1612 int error = Remote()->SendRequest( CreateAudioInterruptZone() local 1636 int error = Remote()->SendRequest( AddAudioInterruptZonePids() local 1658 int error = Remote()->SendRequest( RemoveAudioInterruptZonePids() local 1672 int error = Remote()->SendRequest( ReleaseAudioInterruptZone() local 1689 int32_t error = Remote()->SendRequest( SetCallDeviceActive() local 1705 int32_t error = Remote()->SendRequest( GetActiveBluetoothDevice() local 1727 int32_t error = Remote()->SendRequest( NotifyCapturerAdded() local 1741 int32_t error = Remote()->SendRequest(static_cast<uint32_t>(AudioPolicyInterfaceCode::GET_AUDIO_CONVERTER_CONFIG), GetConverterConfig() local 1758 int32_t error = Remote()->SendRequest( IsHighResolutionExist() local 1776 int32_t error = Remote()->SendRequest( SetHighResolutionExist() local 1791 int32_t error = Remote()->SendRequest( GetSpatializationSceneType() local 1808 int32_t error = Remote()->SendRequest( SetSpatializationSceneType() local 1824 int32_t error = Remote()->SendRequest( GetMaxAmplitude() local 1840 int32_t error = Remote()->SendRequest( IsHeadTrackingDataRequested() local 1856 int32_t error = Remote()->SendRequest( TriggerFetchDevice() local 1875 int32_t error = Remote()->SendRequest( SetAudioDeviceAnahsCallback() local 1890 int32_t error = Remote()->SendRequest( UnsetAudioDeviceAnahsCallback() local 1907 int32_t error = Remote()->SendRequest( MoveToNewPipe() local 1922 int error = Remote()->SendRequest( ActivateAudioConcurrency() local 1937 int32_t error = Remote()->SendRequest( GetSupportedAudioEnhanceProperty() local 1960 int32_t error = Remote()->SendRequest( GetSupportedAudioEffectProperty() local 1983 int32_t error = Remote()->SendRequest( GetAudioEnhanceProperty() local 2006 int32_t error = Remote()->SendRequest( GetAudioEffectProperty() local 2035 int32_t error = Remote()->SendRequest( SetAudioEnhanceProperty() local 2055 int32_t error = Remote()->SendRequest( SetAudioEffectProperty() local 2074 int error = Remote()->SendRequest( InjectInterruption() local 2094 int error = Remote()->SendRequest( SetDefaultOutputDevice() local [all...] |
H A D | audio_policy_volume_proxy.cpp | 37 int32_t error = Remote()->SendRequest( in GetMaxVolumeLevel() local 39 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "get max volume failed, error: %d", error); in GetMaxVolumeLevel() 52 int32_t error = Remote()->SendRequest( in GetMinVolumeLevel() local 54 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "get min volume failed, error: %d", error); in GetMinVolumeLevel() 68 int32_t error = Remote()->SendRequest( SetSystemVolumeLevelLegacy() local 85 int32_t error = Remote()->SendRequest( SetSystemVolumeLevel() local 100 int32_t error = Remote()->SendRequest( GetSystemActiveVolumeType() local 117 int32_t error = Remote()->SendRequest( GetSystemVolumeLevel() local 133 int32_t error = Remote()->SendRequest( SetLowPowerVolume() local 148 int32_t error = Remote()->SendRequest( GetLowPowerVolume() local 163 int32_t error = Remote()->SendRequest( GetSingleStreamVolume() local 177 int32_t error = Remote()->SendRequest( IsVolumeUnadjustable() local 196 int32_t error = Remote()->SendRequest( AdjustVolumeByStep() local 215 int32_t error = Remote()->SendRequest( AdjustSystemVolumeByStep() local 236 int32_t error = Remote()->SendRequest( GetSystemVolumeInDb() local 255 int32_t error = Remote()->SendRequest( GetVolumeGroupInfos() local 278 int32_t error = Remote()->SendRequest( GetMinStreamVolume() local 292 int32_t error = Remote()->SendRequest( GetMaxStreamVolume() local 309 int32_t error = Remote()->SendRequest( SetDeviceAbsVolumeSupported() local 325 int32_t error = Remote()->SendRequest( IsAbsVolumeScene() local 344 int32_t error = Remote()->SendRequest( SetA2dpDeviceVolume() local 359 int32_t error = Remote()->SendRequest( DisableSafeMediaVolume() local [all...] |
H A D | audio_policy_callback_proxy.cpp | 43 int error = Remote()->SendRequest( in SetAudioInterruptCallback() local 45 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, in SetAudioInterruptCallback() 46 "set callback failed, error: %{public}d", error); in SetAudioInterruptCallback() 62 int error = Remote()->SendRequest( in UnsetAudioInterruptCallback() local 64 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, in UnsetAudioInterruptCallback() 65 "unset callback failed, error: %{public}d", error); in UnsetAudioInterruptCallback() 82 int error = Remote()->SendRequest( SetAudioManagerInterruptCallback() local 101 int error = Remote()->SendRequest( UnsetAudioManagerInterruptCallback() local 120 int error = Remote()->SendRequest( SetQueryClientTypeCallback() local 145 int error = Remote()->SendRequest( SetAvailableDeviceChangeCallback() local 164 int error = Remote()->SendRequest( UnsetAvailableDeviceChangeCallback() local 187 int32_t error = Remote()->SendRequest( SetAudioConcurrencyCallback() local 203 int error = Remote()->SendRequest( UnsetAudioConcurrencyCallback() local 221 int error = Remote()->SendRequest( SetDistributedRoutingRoleCallback() local 236 int error = Remote()->SendRequest( UnsetDistributedRoutingRoleCallback() local 254 int error = Remote()->SendRequest( SetClientCallbacksEnable() local 273 int error = Remote()->SendRequest( RegisterPolicyCallbackClient() local 291 int32_t error = Remote()->SendRequest( SetAudioDeviceRefinerCallback() local 306 int32_t error = Remote()->SendRequest( UnsetAudioDeviceRefinerCallback() local 327 int32_t error = Remote() ->SendRequest( RegisterSpatializationStateEventListener() local 344 int32_t error = Remote() ->SendRequest( UnregisterSpatializationStateEventListener() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_state_loader_util.cpp | 163 SafeGetJsonValue(jsonData, "enablePrimitiveRestart", context.error, context.data.enablePrimitiveRestart); in FromJson() 164 SafeGetJsonEnum(jsonData, "primitiveTopology", context.error, context.data.primitiveTopology); in FromJson() 169 SafeGetJsonValue(jsonData, "enableDepthClamp", context.error, context.data.enableDepthClamp); in FromJson() 170 SafeGetJsonValue(jsonData, "enableDepthBias", context.error, context.data.enableDepthBias); in FromJson() 171 SafeGetJsonValue(jsonData, "enableRasterizerDiscard", context.error, context.data.enableRasterizerDiscard); in FromJson() 173 SafeGetJsonEnum(jsonData, "polygonMode", context.error, context.data.polygonMode); in FromJson() 174 SafeGetJsonBitfield<CullModeFlagBits>(jsonData, "cullModeFlags", context.error, context.data.cullModeFlags); in FromJson() 175 SafeGetJsonEnum(jsonData, "frontFace", context.error, context.data.frontFace); in FromJson() 177 SafeGetJsonValue(jsonData, "depthBiasConstantFactor", context.error, context.data.depthBiasConstantFactor); in FromJson() 178 SafeGetJsonValue(jsonData, "depthBiasClamp", context.error, contex in FromJson() [all...] |
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_service_proxy.cpp | 48 int error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option);
in SetListenerObject() local 49 CHECK_AND_RETURN_RET_LOG(error == MSERR_OK, MSERR_INVALID_OPERATION,
in SetListenerObject() 50 "SetListenerObject failed, error: %{public}d", error);
in SetListenerObject() 65 int error = Remote()->SendRequest(SET_VIDEO_ENCODER, data, reply, option);
in SetVideoEncoder() local 66 CHECK_AND_RETURN_RET_LOG(error == MSERR_OK, MSERR_INVALID_OPERATION,
in SetVideoEncoder() 67 "SetVideoEncoder failed, error: %{public}d", error);
in SetVideoEncoder() 83 int error = Remote()->SendRequest(SET_VIDEO_SIZE, data, reply, option);
in SetVideoSize() local 84 CHECK_AND_RETURN_RET_LOG(error in SetVideoSize() 100 int error = Remote()->SendRequest(SET_VIDEO_ENCODING_BIT_RATE, data, reply, option); SetVideoEncodingBitRate() local 117 int error = Remote()->SendRequest(SET_AUDIO_ENCODER, data, reply, option); SetAudioEncoder() local 134 int error = Remote()->SendRequest(SET_AUDIO_ENCODING_BIT_RATE, data, reply, option); SetAudioEncodingBitRate() local 151 int error = Remote()->SendRequest(SET_OUTPUT_FORMAT, data, reply, option); SetOutputFormat() local 170 int32_t error = Remote()->SendRequest(SET_INPUT_FILE_FD, data, reply, option); SetInputFile() local 186 int error = Remote()->SendRequest(SET_OUTPUT_FILE, data, reply, option); SetOutputFile() local 202 int error = Remote()->SendRequest(PREPARE, data, reply, option); Prepare() local 218 int error = Remote()->SendRequest(START, data, reply, option); Start() local 234 int error = Remote()->SendRequest(PAUSE, data, reply, option); Pause() local 250 int error = Remote()->SendRequest(RESUME, data, reply, option); Resume() local 266 int error = Remote()->SendRequest(CANCEL, data, reply, option); Cancel() local 282 int error = Remote()->SendRequest(RELEASE, data, reply, option); Release() local 298 int error = Remote()->SendRequest(DESTROY, data, reply, option); DestroyStub() local [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_pixel_map_napi_kits.cpp | 52 int32_t &error) in GetPixelMap() 55 error = IMAGE_RESULT_DATA_ABNORMAL; in GetPixelMap() 122 int32_t error = IMAGE_RESULT_SUCCESS; in PixelMapNapiCreate() local 126 error = IMAGE_RESULT_BAD_PARAMETER; in PixelMapNapiCreate() 127 return error; in PixelMapNapiCreate() 129 auto pixelmap = PixelMap::Create(static_cast<uint32_t*>(args->inBuffer), args->bufferLen, pam, info, error); in PixelMapNapiCreate() 131 return error; in PixelMapNapiCreate() 158 int32_t error = IMAGE_RESULT_SUCCESS; in PixelMapNapiCreateAlpha() local 159 auto alphaPixelMap = PixelMap::Create(*pixelmap, rect, opts, error); in PixelMapNapiCreateAlpha() 161 return error; in PixelMapNapiCreateAlpha() 51 GetPixelMap(PixelMapNapi* napi, PixelMapNapiArgs* args, int32_t &error) GetPixelMap() argument 168 CheckAndGetPixelMap(PixelMapNapi* native, PixelMapNapiArgs* args, int32_t error) CheckAndGetPixelMap() argument 176 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiGetRowBytes() local 187 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiIsEditable() local 199 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiIsSupportAlpha() local 211 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiSetAlphaAble() local 231 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiGetDensity() local 243 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiSetDensity() local 262 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiSetOpacity() local 276 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiScale() local 292 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiTranslate() local 304 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiRotate() local 316 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiFlip() local 328 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiCrop() local 344 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiGetImageInfo() local 361 int32_t error = IMAGE_RESULT_SUCCESS; PixelMapNapiAccessPixels() local [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 27 HILOGE("BluetoothAvrcpTgProxy::RegisterObserver WriteInterfaceToken error"); in RegisterObserver() 31 HILOGE("BluetoothAvrcpTgProxy::RegisterObserver observer error"); in RegisterObserver() 37 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_REGISTER_OBSERVER, option, data, reply); in RegisterObserver() local 38 if (error != NO_ERROR) { in RegisterObserver() 39 HILOGE("BluetoothAvrcpTgProxy::RegisterObserver done fail, error: %{public}d", error); in RegisterObserver() 50 HILOGE("BluetoothAvrcpTgProxy::UnregisterObserver WriteInterfaceToken error"); in UnregisterObserver() 54 HILOGE("BluetoothAvrcpTgProxy::UnregisterObserver observer error"); in UnregisterObserver() 60 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_UNREGISTER_OBSERVER, option, data, reply); in UnregisterObserver() local 61 if (error ! in UnregisterObserver() 83 int error = InnerTransact( SetActiveDevice() local 106 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_CONNECT, option, data, reply); Connect() local 129 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_DISCONNECT, option, data, reply); Disconnect() local 148 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_GET_CONNECTED_DEVICES, option, data, reply); GetConnectedDevices() local 186 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_GET_DEVICES_BY_STATES, option, data, reply); GetDevicesByStates() local 217 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_GET_DEVICE_STATE, option, data, reply); GetDeviceState() local 244 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_PLAYBACK_STATUS_CHANGED, NotifyPlaybackStatusChanged() local 272 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_TRACK_CHANGED, option, data, reply); NotifyTrackChanged() local 295 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_TRACK_REACHED_END, NotifyTrackReachedEnd() local 319 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_TRACK_REACHED_START, NotifyTrackReachedStart() local 343 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_PLAYBACK_POS_CHANGED, NotifyPlaybackPosChanged() local 386 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_PLAYER_APP_SETTING_CHANGED, NotifyPlayerAppSettingChanged() local 406 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_NOWPLAYING_CONTENT_CHANGED, NotifyNowPlayingContentChanged() local 427 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_AVAILABLE_PLAYERS_CHANGED, NotifyAvailablePlayersChanged() local 455 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_ADDRESSED_PLAYER_CHANGED, NotifyAddressedPlayerChanged() local 479 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_UID_CHANGED, option, data, reply); NotifyUidChanged() local 502 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_VOLUME_CHANGED, option, data, reply); NotifyVolumeChanged() local 530 int error = SetDeviceAbsoluteVolume() local 559 int error = SetDeviceAbsVolumeAbility() local 583 int error = GetDeviceAbsVolumeAbility() local [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_engine_proxy.cpp | 35 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_SET_CALLBACK, data, reply, option); in SetCallback() local 36 if (error != 0) { in SetCallback() 37 INTELL_VOICE_LOG_ERROR("send request error: %{public}d", error); in SetCallback() 55 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_ATTACH, data, reply, option); in Attach() local 56 if (error != 0) { in Attach() 57 INTELL_VOICE_LOG_ERROR("attach error: %{public}d", error); in Attach() 72 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_DETACH, data, reply, option); in Detach() local 73 if (error ! in Detach() 88 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_SET_PARAMETER, data, reply, option); SetParameter() local 105 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_GET_PARAMETER, data, reply, option); GetParameter() local 122 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_START, data, reply, option); Start() local 138 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_STOP, data, reply, option); Stop() local 156 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_WRITE_AUDIO, data, reply, option); WriteAudio() local 172 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_STAET_CAPTURER, data, reply, option); StartCapturer() local 187 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_READ, parcelData, reply, option); Read() local 220 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_STOP_CAPTURER, data, reply, option); StopCapturer() local 235 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_GET_WAKEUP_PCM, parcelData, reply, option); GetWakeupPcm() local 268 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_EVALUATE, data, reply, option); Evaluate() local 292 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_NOTIFY_HEADSET_WAKE_EVENT, data, reply, option); NotifyHeadsetWakeEvent() local 309 int32_t error = Remote()->SendRequest(INTELL_VOICE_ENGINE_NOTIFY_HEADSET_HOSTEVENT, data, reply, option); NotifyHeadsetHostEvent() local [all...] |