Home
last modified time | relevance | path

Searched refs:SLOGE (Results 1 - 25 of 104) sorted by relevance

12345

/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_test.cpp171 SLOGE("OnPlay %{public}d", g_onCall); in OnPlay()
176 SLOGE("OnPause %{public}d", g_onCall); in OnPause()
181 SLOGE("OnStop %{public}d", g_onCall); in OnStop()
186 SLOGE("OnPlayNext %{public}d", g_onCall); in OnPlayNext()
191 SLOGE("OnPlayPrevious %{public}d", g_onCall); in OnPlayPrevious()
196 SLOGE("OnFastForward %{public}d", g_onCall); in OnFastForward()
201 SLOGE("OnRewind %{public}d", g_onCall); in OnRewind()
205 SLOGE("OnSeek %{public}" PRId64, time); in OnSeek()
210 SLOGE("OnSetSpeed %{public}f", speed); in OnSetSpeed()
212 SLOGE("OnSetSpee in OnSetSpeed()
[all...]
H A Davsession_remote_test.cpp204 SLOGE("OnPlay %{public}d", g_onCall); in OnPlay()
209 SLOGE("OnPause %{public}d", g_onCall); in OnPause()
214 SLOGE("OnStop %{public}d", g_onCall); in OnStop()
219 SLOGE("OnPlayNext %{public}d", g_onCall); in OnPlayNext()
224 SLOGE("OnPlayPrevious %{public}d", g_onCall); in OnPlayPrevious()
229 SLOGE("OnFastForward %{public}d", g_onCall); in OnFastForward()
234 SLOGE("OnRewind %{public}d", g_onCall); in OnRewind()
238 SLOGE("OnSeek %{public}" PRId64, time); in OnSeek()
243 SLOGE("OnSetSpeed %{public}f", speed); in OnSetSpeed()
245 SLOGE("OnSetSpee in OnSetSpeed()
[all...]
/foundation/multimedia/av_session/services/session/adapter/
H A Dability_connect_helper.cpp43 SLOGE("write interface token failed"); in StartAbilityForegroundByCall()
52 SLOGE("want write failed"); in StartAbilityForegroundByCall()
57 SLOGE("connect is nullptr"); in StartAbilityForegroundByCall()
61 SLOGE("resolve write failed"); in StartAbilityForegroundByCall()
65 SLOGE("Failed to write flag"); in StartAbilityForegroundByCall()
69 SLOGE("Failed to write connect id"); in StartAbilityForegroundByCall()
79 SLOGE("Send request error"); in StartAbilityForegroundByCall()
92 SLOGE("write interface token failed"); in StartAbilityByCall()
100 SLOGE("want write failed"); in StartAbilityByCall()
106 SLOGE("connec in StartAbilityByCall()
[all...]
H A Daudio_adapter.cpp48 SLOGE("register audio renderer event listener failed"); in Init()
53 SLOGE("register audio device changed event listener failed"); in Init()
72 SLOGE("get renderer state failed"); in MuteAudioStream()
82 SLOGE("mute uid=%{public}d failed", uid); in MuteAudioStream()
95 SLOGE("get renderer state failed"); in UnMuteAudioStream()
105 SLOGE("mute uid=%{public}d failed", uid); in UnMuteAudioStream()
118 SLOGE("pause uid=%{public}d failed", uid); in PauseAudioStream()
147 SLOGE("get renderer state failed"); in GetRendererRunning()
H A Dcollaboration_manager.cpp63 SLOGE("Onstop to stop cast"); in OnStop()
73 SLOGE("return connect reject and reson:%{public}s", reason); in ApplyResult()
89 SLOGE("load libcfwk_allconnect_client.z.so failed"); in ReadCollaborationManagerSo()
102 SLOGE("RegisterLifecycleCallback function sptr nullptr"); in RegisterLifecycleCallback()
116 SLOGE("UnRegisterLifecycleCallback function sptr nullptr"); in UnRegisterLifecycleCallback()
130 SLOGE("PublishServiceState function sptr nullptr"); in PublishServiceState()
144 SLOGE("ApplyAdvancedResource function sptr nullptr"); in ApplyAdvancedResource()
148 SLOGE("resourceRequest_ is nullptr"); in ApplyAdvancedResource()
H A Ddistributed_object_adapter.cpp68 SLOGE("failed"); in CreateObject()
78 SLOGE("object is nullptr"); in PutData()
88 SLOGE("object is nullptr"); in GetData()
98 SLOGE("object is nullptr"); in SetCallback()
108 SLOGE("object is nullptr"); in SetDisconnectNotifier()
H A Dbundle_status_adapter.cpp69 SLOGE("bundle status has already register"); in SubscribeBundleStatusEvent()
78 SLOGE("no memory"); in SubscribeBundleStatusEvent()
83 SLOGE("SubscribeBundleStatusEvent with proxy null!"); in SubscribeBundleStatusEvent()
86 SLOGE("SubscribeBundleStatusEvent with proxy null after init!"); in SubscribeBundleStatusEvent()
96 SLOGE("Register bundle status callback failed, bundleName=%{public}s", bundleName.c_str()); in SubscribeBundleStatusEvent()
145 SLOGE("uiability discarded=%{public}d", abilityValue.is_discarded()); in CheckBundleSupport()
151 SLOGE("executeMode discarded=%{public}d", modeValues.is_discarded()); in CheckBundleSupport()
168 SLOGE("GetBundleInfo=%{public}s fail", bundleName.c_str()); in IsSupportPlayIntent()
183 SLOGE("Bundle=%{public}s does not support insight", bundleName.c_str()); in IsSupportPlayIntent()
H A Davsession_dynamic_insight.cpp61 SLOGE("uiability discarded=%{public}d", abilityValue.is_discarded()); in CheckBundleSupport()
67 SLOGE("executeMode discarded=%{public}d", modeValues.is_discarded()); in CheckBundleSupport()
99 SLOGE("GetBundleInfo=%{public}s fail", bundleName.c_str()); in IsSupportPlayIntent()
114 SLOGE("Bundle=%{public}s does not support insight", bundleName.c_str()); in IsSupportPlayIntent()
126 SLOGE("bundle=%{public}s does not support play insights", bundleName.c_str()); in GetPlayIntentParam()
142 SLOGE("uiability discarded=%{public}d", abilityValue.is_discarded()); in GetPlayIntentParam()
178 SLOGE("Fail to get registry"); in StartAVPlayback()
183 SLOGE("Fail to connect ability manager service"); in StartAVPlayback()
190 SLOGE("ExecuteIntent insightIntent=%{public}s fail", executeParam.insightIntentName_.c_str()); in StartAVPlayback()
/foundation/multimedia/av_session/utils/include/
H A Davsession_log.h40 #define SLOGE(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro
49 SLOGE(fmt, ##__VA_ARGS__); \
57 SLOGE(fmt, ##__VA_ARGS__); \
65 SLOGE(fmt, ##__VA_ARGS__); \
73 SLOGE(fmt, ##__VA_ARGS__); \
81 SLOGE(fmt, ##__VA_ARGS__); \
88 SLOGE("%{public}s, check failed! ret = %{public}s", #cond, #ret); \
96 SLOGE("%{public}s, check failed!", #cond); \
104 SLOGE("%{public}s, check failed!", #cond); \
112 SLOGE("
[all...]
H A Davsession_utils.h37 SLOGE("innerPixelMap is nullptr"); in WriteImageToFile()
44 SLOGE("WriteImageToFile check and create path failed %{public}s", fileDir.c_str()); in WriteImageToFile()
53 SLOGE("error, dataSize larger than %{public}d or invalid", MAX_FILE_SIZE); in WriteImageToFile()
59 SLOGE("open file error, filePath=%{public}s", filePath.c_str()); in WriteImageToFile()
73 SLOGE("innerPixelMap is nullptr"); in ReadImageFromFile()
79 SLOGE("ReadImageFromFile check path failed %{public}s", fileDir.c_str()); in ReadImageFromFile()
86 SLOGE("open file error, filePath=%{public}s", filePath.c_str()); in ReadImageFromFile()
94 SLOGE("error, dataSize larger than %{public}d or invalid", MAX_FILE_SIZE); in ReadImageFromFile()
111 SLOGE("remove .image.dat file fail filePath=%{public}s", filePath.c_str()); in DeleteFile()
161 SLOGE("GetAnonySessionI in GetAnonySessionId()
[all...]
/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_session_manager.cpp65 SLOGE("pkg name is null"); in Socket()
99 SLOGE("the params invalid, unable to send message by session."); in SendMessage()
104 SLOGE("SendMessage error, ret = %{public}d", ret); in SendMessage()
113 SLOGE("the params invalid, unable to send sendBytes by session."); in SendBytes()
118 SLOGE("SendBytes error, ret = %{public}d", ret); in SendBytes()
129 SLOGE("no find deviceid."); in ObtainPeerDeviceId()
140 SLOGE("the session listener is null, unable to add to session listener list."); in AddSessionListener()
151 SLOGE("PeerSocketInfo is nullptr"); in OnBind()
174 SLOGE("message data is nullptr"); in OnMessage()
186 SLOGE("byte in OnBytes()
[all...]
H A Dsoftbus_distributed_data_manager.cpp46 SLOGE("onSessionOpened: the group id is not match the media session group. sessionName is %{public}s", in SessionOpened()
56 SLOGE("onSessionOpened: the group id is not match the media session group."); in SessionClosed()
65 SLOGE("onSessionOpened: the group id is not match the media session group. sessionName is %{public}s", in MessageReceived()
76 SLOGE("onSessionOpened: the group id is not match the media session group. sessionName is %{public}s", in BytesReceived()
94 SLOGE("createServer fail for server is null."); in CreateServer()
154 SLOGE("onMessageHandleReceived: server is invalid deviceId %{public}s", anonymizeDeviceId.c_str()); in OnMessageHandleReceived()
170 SLOGE("onBytesServerReceived: server is invalid deviceId %{public}s", anonymizeDeviceId.c_str()); in OnBytesServerReceived()
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.cpp130 SLOGE("StartCastSession faileded"); in StartCastSession()
159 SLOGE("no need to release castSession for castId %{public}d is not exit in hwCastProviderSessionMap_", castId); in StopCastSession()
180 SLOGE("the castId corresonding to castSession is not exist"); in AddCastDevice()
185 SLOGE("the castId corresonding to castSession is nullptr"); in AddCastDevice()
198 SLOGE("the castId corresonding to castSession is not exist"); in RemoveCastDevice()
203 SLOGE("the castId corresonding to castSession is nullptr"); in RemoveCastDevice()
216 SLOGE("RegisterCastStateListener the listener is nullptr"); in RegisterCastStateListener()
220 SLOGE("RegisterCastStateListener the listener is already be registered"); in RegisterCastStateListener()
235 SLOGE("UnRegisterCastStateListener the listener is nullptr"); in UnRegisterCastStateListener()
247 SLOGE("listene in UnRegisterCastStateListener()
[all...]
H A Dhw_cast_provider_session.cpp41 SLOGE("castSession_ is not exist"); in Release()
52 SLOGE("castSession_ is not exist"); in AddDevice()
67 SLOGE("castSession_ is not exist"); in RemoveDevice()
78 SLOGE("castSession_ is not exist"); in CreateStreamPlayer()
91 SLOGE("castSession_ is not exist"); in GetRemoteNetWorkId()
118 SLOGE("RegisterCastSessionStateListener failed for the listener is nullptr"); in RegisterCastSessionStateListener()
125 SLOGE("listener is already in castSessionStateListenerList_"); in RegisterCastSessionStateListener()
148 SLOGE("UnRegisterCastSessionStateListener failed for the listener is nullptr"); in UnRegisterCastSessionStateListener()
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_manager_test/
H A Davsession_manager_test.cpp104 SLOGE("%{public}s error, failed to CreatSession!", __func__); in BENCHMARK_F()
127 SLOGE("%{public}s error, failed to CreateSession, session is nullptr.", __func__); in BENCHMARK_F()
135 SLOGE("%{public}s error, failed to GetAllSessionDescriptors, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
160 SLOGE("%{public}s error, failed to CreateSession, session is nullptr.", __func__); in BENCHMARK_F()
168 SLOGE("%{public}s error, failed to GetActivatedSessionDescriptors, error code is %{public}d.", in BENCHMARK_F()
194 SLOGE("%{public}s error, failed to CreateSession, session is nullptr.", __func__); in BENCHMARK_F()
203 SLOGE("%{public}s error, failed to GetSessionDescriptorsBySessionId, error code is %{public}d.", __func__, in BENCHMARK_F()
227 SLOGE("%{public}s error, failed to CreateSession, session is nullptr.", __func__); in BENCHMARK_F()
236 SLOGE("%{public}s error, failed to GetHistoricalSessionDescriptors, error code is %{public}d.", __func__, in BENCHMARK_F()
260 SLOGE(" in BENCHMARK_F()
[all...]
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcontroller_callback.cpp43 SLOGE("not register callback event=%{public}d", event); in HandleEvent()
52 SLOGE("checkCallbackValid with empty list for event %{public}d", event); in HandleEvent()
70 SLOGE("not register callback event=%{public}d", event); in HandleEvent()
79 SLOGE("checkCallbackValid with empty list for event %{public}d", event); in HandleEvent()
102 SLOGE("not register callback event=%{public}d", event); in HandleEvent()
111 SLOGE("checkCallbackValid with empty list for event %{public}d", event); in HandleEvent()
137 SLOGE("not register callback event=%{public}d", event); in HandleEvent()
146 SLOGE("checkCallbackValid with empty list for event %{public}d", event); in HandleEvent()
172 SLOGE("not register callback event=%{public}d", event); in HandleEventWithThreadSafe()
181 SLOGE("checkCallbackVali in HandleEventWithThreadSafe()
[all...]
H A Dnapi_avsession_controller.cpp102 SLOGE("define class failed"); in Init()
123 SLOGE("no memory"); in ConstructorCallback()
127 SLOGE("wrap failed"); in ConstructorCallback()
172 SLOGE("check repeat without cur session"); in RepeatedInstance()
202 SLOGE("GetAVPlaybackState failed : controller is nullptr"); in GetAVPlaybackState()
219 SLOGE("controller GetAVPlaybackState failed:%{public}d", ret); in GetAVPlaybackState()
238 SLOGE("OnEvent failed : no memory"); in GetAVPlaybackStateSync()
266 SLOGE("controller GetAVPlaybackStateSync failed:%{public}d", ret); in GetAVPlaybackStateSync()
274 SLOGE("convert native object to javascript object failed"); in GetAVPlaybackStateSync()
293 SLOGE("GetAVCallMetaDat in GetAVCallMetaData()
[all...]
H A Dnapi_control_command.cpp79 SLOGE("get command property failed"); in GetValue()
86 SLOGE("cmd is invalid"); in GetValue()
90 SLOGE("native set command failed"); in GetValue()
111 SLOGE("cmd is invalid"); in SetValue()
142 SLOGE("get parameter failed"); in GetSpeed()
158 SLOGE("create speed property failed"); in SetSpeed()
191 SLOGE("create ForwardTime property failed"); in SetForwardTime()
224 SLOGE("create RewindTime property failed"); in SetRewindTime()
238 SLOGE("get parameter failed"); in GetSeekTime()
254 SLOGE("creat in SetSeekTime()
[all...]
H A Dnapi_cast_control_command.cpp76 SLOGE("get command property failed"); in GetValue()
83 SLOGE("cmd is invalid"); in GetValue()
87 SLOGE("native set command failed"); in GetValue()
108 SLOGE("cmd is invalid"); in SetValue()
139 SLOGE("get parameter failed"); in GetForwardTime()
157 SLOGE("create forwardTime property failed"); in SetForwardTime()
171 SLOGE("get parameter failed"); in GetRewindTime()
189 SLOGE("create rewindTime property failed"); in SetRewindTime()
203 SLOGE("get parameter failed"); in GetSpeed()
219 SLOGE("creat in SetSpeed()
[all...]
H A Dnapi_media_info_holder.cpp38 SLOGE("currentIndex is not exit in MediaInfoHolder"); in GetValue()
45 SLOGE("playInfos is not exit in MediaInfoHolder"); in GetValue()
56 SLOGE("property %{public}s is not of queueitem", name.c_str()); in GetValue()
61 SLOGE("get property %{public}s failed", name.c_str()); in GetValue()
76 SLOGE("set property %{public}d failed", i); in SetValue()
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_controller_test/
H A Davsession_controller_test.cpp60 SLOGE("%{public}s error, failed to CreateSession, avsession_ nullptr.", __func__);
66 SLOGE("%{public}s error, failed to CreateController, controller_ nullptr.", __func__);
164 SLOGE("%{public}s error, failed to IsSessionActive, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
190 SLOGE("%{public}s error, failed to GetAVPlaybackState, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
204 SLOGE("%{public}s error, failed to SetAVMetaData, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
213 SLOGE("%{public}s error, failed to GetAVMetaData, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
239 SLOGE("%{public}s error, failed to SendAVKeyEvent, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
250 SLOGE("%{public}s error, failed to SetLaunchAbility, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
256 SLOGE("%{public}s error, failed to GetLaunchAbility, error code is %{public}d.", __func__, errCode); in BENCHMARK_F()
280 SLOGE(" in BENCHMARK_F()
[all...]
/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_manager_impl.cpp42 SLOGE("failed to get sa mgr"); in GetService()
47 SLOGE("failed to get service"); in GetService()
54 SLOGE("register ServiceDeathRecipient failed"); in GetService()
91 SLOGE("param is invalid"); in CreateSession()
96 SLOGE("type is invalid"); in CreateSession()
110 SLOGE("param is invalid"); in CreateSession()
115 SLOGE("type is invalid"); in CreateSession()
147 SLOGE("sessionId is invalid"); in GetSessionDescriptorsBySessionId()
186 SLOGE("sessionId is invalid"); in CreateController()
200 SLOGE("sessionI in GetAVCastController()
[all...]
/foundation/multimedia/av_session/utils/src/
H A Dhash_calculator.cpp35 SLOGE("sha init failed"); in Init()
47 SLOGE("update failed"); in Update()
61 SLOGE("get result failed"); in GetResult()
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_service_stub.cpp87 SLOGE("GetAllSessionDescriptors: CheckPermission failed"); in HandleGetAllSessionDescriptors()
122 SLOGE("GetHistoricalSessionDescriptors: CheckPermission failed"); in HandleGetHistoricalSessionDescriptors()
189 SLOGE("GetHistoricalAVQueueInfos: CheckPermission failed"); in HandleGetHistoricalAVQueueInfos()
207 SLOGE("write avQueueInfo failed"); in HandleGetHistoricalAVQueueInfos()
216 SLOGE("new buffer failed of length = %{public}d", bufferLength); in HandleGetHistoricalAVQueueInfos()
223 SLOGE("fail to write parcel"); in HandleGetHistoricalAVQueueInfos()
237 SLOGE("StartAVPlayback: CheckPermission failed"); in HandleStartAVPlayback()
255 SLOGE("IsAudioPlaybackAllowed: CheckPermission failed"); in HandleIsAudioPlaybackAllowed()
274 SLOGE("CreateControllerInner: CheckPermission failed"); in HandleCreateControllerInner()
297 SLOGE("GetAVCastControllerInne in HandleGetAVCastControllerInner()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp35 SLOGE("OnMsgReceived param has no BUFFER_ID"); in OnMsgReceived()
43 SLOGE("OnMsgReceived param has no omxBuffer"); in OnMsgReceived()
62 SLOGE("%{public}s cannot be called at this state", msgWhat); in OnMsgReceived()
100 SLOGE("omx report error event, data1 = %{public}u, data2 = %{public}u", data1, data2); in OnCodecEvent()
126 SLOGE("stucked"); in OnCheckIfStuck()
169 SLOGE("GetCodecComponentManager failed"); in OnAllocateComponent()
178 SLOGE("CreateComponent failed, ret=%{public}d", ret); in OnAllocateComponent()
264 SLOGE("invalid param"); in OnSetCallBack()
314 SLOGE("set omx to idle failed, ret=%{public}d", ret); in OnStart()
339 SLOGE("AllocateBuffer in OnStateEntered()
[all...]

Completed in 14 milliseconds

12345