/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_skeleton.c | 37 return ERR_INVALID_PARAM; in SetMaxWorkThreadNum() 79 return ERR_INVALID_PARAM; in SetContextObject() 102 return ERR_INVALID_PARAM; in AddDeathRecipient() 115 return ERR_INVALID_PARAM; in RemoveDeathRecipient() 124 return ERR_INVALID_PARAM; in FreeBuffer() 137 return ERR_INVALID_PARAM; in MessageOptionInit() 153 return ERR_INVALID_PARAM; in ReleaseSvc()
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_manager_impl_test.cpp | 115 EXPECT_EQ(result, ERR_INVALID_PARAM); in HWTEST_F() 131 EXPECT_EQ(result, ERR_INVALID_PARAM); in HWTEST_F() 147 EXPECT_EQ(result, ERR_INVALID_PARAM); in HWTEST_F() 164 EXPECT_EQ(result, ERR_INVALID_PARAM); in HWTEST_F() 181 EXPECT_NE(result, ERR_INVALID_PARAM); in HWTEST_F() 198 EXPECT_NE(result, ERR_INVALID_PARAM); in HWTEST_F() 215 EXPECT_NE(result, ERR_INVALID_PARAM); in HWTEST_F() 232 EXPECT_NE(result, ERR_INVALID_PARAM); in HWTEST_F() 246 EXPECT_EQ(result, ERR_INVALID_PARAM); in HWTEST_F()
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_monitor_stub.cpp | 75 reply.WriteInt32(ERR_INVALID_PARAM); in HandleSetMediaParams() 80 reply.WriteInt32(ERR_INVALID_PARAM); in HandleSetMediaParams() 93 reply.WriteInt32(ERR_INVALID_PARAM); in HandleGetInputBuffer() 122 reply.WriteInt32(ERR_INVALID_PARAM); in HandleInputBufferFilled() 127 reply.WriteInt32(ERR_INVALID_PARAM); in HandleInputBufferFilled() 133 reply.WriteInt32(ERR_INVALID_PARAM); in HandleInputBufferFilled() 153 reply.WriteInt32(ERR_INVALID_PARAM); in HandleErasePreferredDeviceByType()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession_manager.cpp | 81 {ERR_INVALID_PARAM, 401}, 131 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in CreateAVSession() 134 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in CreateAVSession() 137 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in CreateAVSession() 141 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in CreateAVSession() 144 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in CreateAVSession() 217 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in GetHistoricalSessionDescriptors() 221 "invalid arguments", NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in GetHistoricalSessionDescriptors() 270 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in GetHistoricalAVQueueInfos() 274 NapiAVSessionManager::errcode_[ERR_INVALID_PARAM]); in GetHistoricalAVQueueInfos() [all...] |
/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avcast_control_command.cpp | 108 return ERR_INVALID_PARAM; in SetCommand() 122 return ERR_INVALID_PARAM; in SetForwardTime() 140 return ERR_INVALID_PARAM; in SetRewindTime() 158 return ERR_INVALID_PARAM; in SetSeekTime() 191 return ERR_INVALID_PARAM; in SetSpeed() 209 return ERR_INVALID_PARAM; in SetLoopMode()
|
H A D | avcontrol_command.cpp | 117 return ERR_INVALID_PARAM; in SetCommand() 131 return ERR_INVALID_PARAM; in SetSpeed() 153 return ERR_INVALID_PARAM; in SetForwardTime() 177 return ERR_INVALID_PARAM; in SetRewindTime() 199 return ERR_INVALID_PARAM; in SetSeekTime() 219 return ERR_INVALID_PARAM; in SetLoopMode() 239 return ERR_INVALID_PARAM; in SetAssetId()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
H A D | napi_errors.h | 35 { ERR_INVALID_PARAM, ERR_INVALID_PARAM }
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_stream_manager.cpp | 40 CHECK_AND_RETURN_RET_LOG(callback != nullptr, ERR_INVALID_PARAM, "callback is null"); in RegisterAudioRendererEventListener() 44 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ERR_INVALID_PARAM, "ret: %{public}d", ret); in RegisterAudioRendererEventListener() 57 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ERR_INVALID_PARAM, "ret: %{public}d", ret); in UnregisterAudioRendererEventListener() 67 CHECK_AND_RETURN_RET_LOG(callback != nullptr, ERR_INVALID_PARAM, "callback is null"); in RegisterAudioRendererEventListener() 70 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ERR_INVALID_PARAM, "ret: %{public}d", ret); in RegisterAudioRendererEventListener() 81 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ERR_INVALID_PARAM, "ret: %{public}d", ret); in UnregisterAudioRendererEventListener() 90 CHECK_AND_RETURN_RET_LOG(callback != nullptr, ERR_INVALID_PARAM, "callback is null"); in RegisterAudioCapturerEventListener()
|
H A D | audio_routing_manager.cpp | 47 CHECK_AND_RETURN_RET_LOG(groupManager != nullptr, ERR_INVALID_PARAM, in SetMicStateChangeCallback() 72 CHECK_AND_RETURN_RET_LOG(callback != nullptr, ERR_INVALID_PARAM, "callback is nullptr"); in SetPreferredOutputDeviceChangeCallback() 82 CHECK_AND_RETURN_RET_LOG(callback != nullptr, ERR_INVALID_PARAM, "callback is nullptr"); in SetPreferredInputDeviceChangeCallback() 117 CHECK_AND_RETURN_RET_LOG(callback != nullptr, ERR_INVALID_PARAM, "callback is nullptr"); in SetAudioDeviceRefinerCallback()
|
H A D | audio_session_manager.cpp | 55 CHECK_AND_RETURN_RET_LOG(audioSessionCallback != nullptr, ERR_INVALID_PARAM, "audioSessionCallback is null"); in SetAudioSessionCallback() 76 CHECK_AND_RETURN_RET_LOG(audioSessionCallback != nullptr, ERR_INVALID_PARAM, "audioSessionCallback is null"); in UnsetAudioSessionCallback()
|
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | cast_session.cpp | 42 return ERR_INVALID_PARAM; in RegisterListener() 68 return ERR_INVALID_PARAM; in AddDevice() 77 return ERR_INVALID_PARAM; in RemoveDevice() 86 return ERR_INVALID_PARAM; in StartAuth()
|
H A D | mirror_player.cpp | 38 return ERR_INVALID_PARAM; in Play() 47 return ERR_INVALID_PARAM; in Pause() 57 return ERR_INVALID_PARAM; in SetSurface()
|
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/ |
H A D | volume_tools_unit_test.cpp | 132 EXPECT_EQ(ERR_INVALID_PARAM, ret); in HWTEST() 134 EXPECT_EQ(ERR_INVALID_PARAM, ret); in HWTEST() 136 EXPECT_EQ(ERR_INVALID_PARAM, ret); in HWTEST() 138 EXPECT_EQ(ERR_INVALID_PARAM, ret); in HWTEST() 140 EXPECT_EQ(ERR_INVALID_PARAM, ret); in HWTEST() 142 EXPECT_EQ(ERR_INVALID_PARAM, ret); in HWTEST()
|
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | oh_audio_buffer.cpp | 83 CHECK_AND_RETURN_RET_LOG((size_ > 0 && size_ < MAX_MMAP_BUFFER_SIZE), ERR_INVALID_PARAM, in Init() 170 CHECK_AND_RETURN_RET_LOG((size > 0 && size < MAX_MMAP_BUFFER_SIZE), ERR_INVALID_PARAM, in WriteToParcel() 224 return ERR_INVALID_PARAM; in SizeCheck() 228 CHECK_AND_RETURN_RET_LOG((totalSizeInByte_ < MAX_MMAP_BUFFER_SIZE), ERR_INVALID_PARAM, "too large totalSizeInByte " in SizeCheck() 243 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ERR_INVALID_PARAM, "failed: invalid size."); in Init() 533 ERR_INVALID_PARAM, "Invalid read or write position:read%{public}" PRIu64" write%{public}" PRIu64".", in ResetCurReadWritePos() 563 CHECK_AND_RETURN_RET_LOG(writeFrame > oldWritePos, ERR_INVALID_PARAM, "Too small writeFrame:%{public}" PRIu64".", in SetCurWriteFrame() 567 CHECK_AND_RETURN_RET_LOG(deltaToBase / spanSizeInFrame_ * spanSizeInFrame_ == deltaToBase, ERR_INVALID_PARAM, in SetCurWriteFrame() 572 ERR_INVALID_PARAM, "Invalid writeFrame %{public}" PRIu64" out of base range.", writeFrame); in SetCurWriteFrame() 577 ERR_INVALID_PARAM, "Invali in SetCurWriteFrame() [all...] |
H A D | audio_resample.cpp | 72 return ERR_INVALID_PARAM; in ProcessFloatResample() 77 return ERR_INVALID_PARAM; in ProcessFloatResample()
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_impl.cpp | 239 return ERR_INVALID_PARAM; in SetVideoSource() 266 return ERR_INVALID_PARAM; in SetVideoEncoder() 270 return ERR_INVALID_PARAM; in SetVideoEncoder() 287 return ERR_INVALID_PARAM; in SetVideoSize() 291 return ERR_INVALID_PARAM; in SetVideoSize() 309 return ERR_INVALID_PARAM; in SetVideoFrameRate() 313 return ERR_INVALID_PARAM; in SetVideoFrameRate() 330 return ERR_INVALID_PARAM; in SetVideoEncodingBitRate() 334 return ERR_INVALID_PARAM; in SetVideoEncodingBitRate() 351 return ERR_INVALID_PARAM; in SetCaptureRate() [all...] |
H A D | recorder_sink.cpp | 93 return ERR_INVALID_PARAM; in Prepare() 177 return ERR_INVALID_PARAM; in SetMaxDuration() 194 return ERR_INVALID_PARAM; in SetMaxFileSize() 223 return ERR_INVALID_PARAM; in SendCallbackInfo() 245 return ERR_INVALID_PARAM; in SendCallbackInfo() 254 return ERR_INVALID_PARAM; in SendCallbackError() 268 return ERR_INVALID_PARAM; in SendCallbackError() 277 return ERR_INVALID_PARAM; in SinkOnError() 294 return ERR_INVALID_PARAM; in SinkOnInfo() 489 return ERR_INVALID_PARAM; in SetParameter() [all...] |
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_mirror_player.cpp | 135 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Play() 139 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Play() 181 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Pause() 185 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Pause() 227 NapiErrors::errcode_[ERR_INVALID_PARAM]); in SetSurface() 231 NapiErrors::errcode_[ERR_INVALID_PARAM]); in SetSurface() 277 NapiErrors::errcode_[ERR_INVALID_PARAM]); in SetAppInfo() 358 NapiErrors::errcode_[ERR_INVALID_PARAM]); in ResizeVirtualScreen() 362 NapiErrors::errcode_[ERR_INVALID_PARAM]); in ResizeVirtualScreen() 378 } else if (ret == ERR_INVALID_PARAM) { in ResizeVirtualScreen() [all...] |
H A D | napi_cast_session_manager.cpp | 86 NapiErrors::errcode_[ERR_INVALID_PARAM]); in StartDiscovery() 90 NapiErrors::errcode_[ERR_INVALID_PARAM]); in StartDiscovery() 94 NapiErrors::errcode_[ERR_INVALID_PARAM]); in StartDiscovery() 103 } else if (ret == ERR_INVALID_PARAM) { in StartDiscovery() 158 NapiErrors::errcode_[ERR_INVALID_PARAM]); in SetDiscoverable() 162 NapiErrors::errcode_[ERR_INVALID_PARAM]); in SetDiscoverable() 199 NapiErrors::errcode_[ERR_INVALID_PARAM]); in CreateCastSession() 203 NapiErrors::errcode_[ERR_INVALID_PARAM]); in CreateCastSession() 213 } else if (ret == ERR_INVALID_PARAM) { in CreateCastSession()
|
H A D | napi_stream_player.cpp | 717 NapiErrors::errcode_[ERR_INVALID_PARAM]); in SetSurface() 721 NapiErrors::errcode_[ERR_INVALID_PARAM]); in SetSurface() 736 } else if (ret == ERR_INVALID_PARAM) { in SetSurface() 765 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Load() 769 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Load() 772 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Load() 813 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Start() 817 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Start() 820 NapiErrors::errcode_[ERR_INVALID_PARAM]); in Start() 862 "invalid arguments", NapiErrors::errcode_[ERR_INVALID_PARAM]); in Play() [all...] |
/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_manager_impl.cpp | 111 return ERR_INVALID_PARAM; in CreateSession() 116 return ERR_INVALID_PARAM; in CreateSession() 148 return ERR_INVALID_PARAM; in GetSessionDescriptorsBySessionId() 187 return ERR_INVALID_PARAM; in CreateController() 201 return ERR_INVALID_PARAM; in GetAVCastController() 234 return ERR_INVALID_PARAM; in RegisterSessionListener() 258 return ERR_INVALID_PARAM; in RegisterSessionListenerForAllUsers() 300 "ERROR_CODE", ERR_INVALID_PARAM, "ERROR_INFO", "avsessionmanagerimpl command is invalid"); in SendSystemControlCommand() 317 CHECK_AND_RETURN_RET_LOG(descriptors.size() > 0, ERR_INVALID_PARAM, "devices size is zero"); in CastAudio() 325 CHECK_AND_RETURN_RET_LOG(descriptors.size() > 0, ERR_INVALID_PARAM, "device in CastAudioForAll() [all...] |
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
H A D | ability_service_manager.cpp | 54 return ERR_INVALID_PARAM;
in ConnectAbility() 59 return ERR_INVALID_PARAM;
in ConnectAbility() 84 return ERR_INVALID_PARAM;
in DisconnectAbility() 142 return ERR_INVALID_PARAM;
in ConnectAbilityCallBack()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/concurrency/ |
H A D | audio_concurrency_service.cpp | 78 CHECK_AND_RETURN_RET_LOG(object != nullptr, ERR_INVALID_PARAM, "AudioConcurrencytCb object is nullptr"); in SetAudioConcurrencyCallback() 81 CHECK_AND_RETURN_RET_LOG(listener != nullptr, ERR_INVALID_PARAM, "AudioConcurrencytCb obj cast failed"); in SetAudioConcurrencyCallback() 84 CHECK_AND_RETURN_RET_LOG(callback != nullptr, ERR_INVALID_PARAM, "AudioConcurrencyService create cb failed"); in SetAudioConcurrencyCallback() 98 return ERR_INVALID_PARAM; in SetAudioConcurrencyCallback() 110 return ERR_INVALID_PARAM; in UnsetAudioConcurrencyCallback()
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/composite_engine/impl/ |
H A D | video_composite_engine.cpp | 123 return VEFError::ERR_INVALID_PARAM; in CheckCompositeOptions() 127 return VEFError::ERR_INVALID_PARAM; in CheckCompositeOptions() 131 return VEFError::ERR_INVALID_PARAM; in CheckCompositeOptions()
|
/foundation/communication/ipc/ipc/test/ipc/server/ |
H A D | ipc_test_server.c | 78 return ERR_INVALID_PARAM; in ServerOpAdd() 94 return ERR_INVALID_PARAM; in ServerOpSub() 110 return ERR_INVALID_PARAM; in ServerOpMulit()
|