Home
last modified time | relevance | path

Searched refs:WALOGE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_proxy.cpp35 WALOGE("Failed to write interface token!"); in WriteInterfaceToken()
52 WALOGE("Failed to write finished callback!"); in WriteTargetAndCallback()
72 WALOGE("Failed to write starting app type!"); in OnStartApp()
83 WALOGE("remote is null!"); in OnStartApp()
123 WALOGE("OnAppTransition remote is null!"); in OnAppTransition()
193 WALOGE("OnMinimizeWindow remote is null!"); in OnMinimizeWindow()
271 WALOGE("OnCloseWindow remote is null!"); in OnCloseWindow()
299 WALOGE("OnScreenUnlock remote is null!"); in OnScreenUnlock()
314 WALOGE("Floating windows are too much!"); in OnWindowAnimationTargetsUpdate()
353 WALOGE("remote is null!"); in OnWindowAnimationTargetsUpdate()
[all …]
H A Drs_window_animation_stub.cpp33 WALOGE("Failed to check interface token!"); in OnRemoteRequest()
59 WALOGE("Failed to find function handler!"); in OnRemoteRequest()
68 WALOGE("Failed to read starting app type!"); in StartApp()
73 WALOGE("Failed to read starting window target!"); in StartApp()
81 WALOGE("Failed to read animation finished callback!"); in StartApp()
148 WALOGE("Failed to read minimizing window!"); in MinimizeWindow()
169 WALOGE("Failed to read window count!"); in MinimizeAllWindow()
173 WALOGE("Windows are too much!"); in MinimizeAllWindow()
180 WALOGE("Failed to read minimizing window!"); in MinimizeAllWindow()
203 WALOGE("Failed to read closing window!"); in CloseWindow()
[all …]
H A Drs_window_animation_target.cpp28 WALOGE("Failed to unmarshalling window animation target!"); in Unmarshalling()
45 WALOGE("RSWindowAnimationTarget::Marshalling, write param failed"); in Marshalling()
52 WALOGE("RSWindowAnimationTarget::Marshalling, write param failed"); in Marshalling()
57 WALOGE("RSWindowAnimationTarget::Marshalling, write param failed"); in Marshalling()
67 WALOGE("RSWindowAnimationTarget::Marshalling, write param failed"); in Marshalling()
82 WALOGE("RSWindowAnimationTarget::ReadFromParcel, read param failed"); in ReadFromParcel()
87 WALOGE("RSWindowAnimationTarget::ReadFromParcel, read param failed"); in ReadFromParcel()
97 WALOGE("RSWindowAnimationTarget::ReadFromParcel, read param failed"); in ReadFromParcel()
H A Drs_window_animation_finished_callback_proxy.cpp30 WALOGE("Failed to write interface token!"); in WriteInterfaceToken()
50 WALOGE("remote is null!"); in OnAnimationFinished()
56 WALOGE("Failed to send animation finished callback request, error code:%d", ret); in OnAnimationFinished()
H A Drs_window_animation_finish_callback_stub.cpp28 WALOGE("Failed to check interface token!"); in OnRemoteRequest()
38 WALOGE("Unknown transaction!"); in OnRemoteRequest()
H A Drs_window_animation_finished_callback.cpp31 WALOGE("Callback is null!"); in OnAnimationFinished()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_controller.cpp60 WALOGE("Controller is null!"); in OnStartApp()
87 WALOGE("Controller is null!"); in OnAppTransition()
114 WALOGE("Controller is null!"); in OnAppBackTransition()
137 WALOGE("Controller is null!"); in OnMinimizeWindow()
180 WALOGE("Controller is null!"); in OnCloseWindow()
205 WALOGE("Controller is null!"); in OnScreenUnlock()
235 WALOGE("Controller is null!"); in OnWindowAnimationTargetsUpdate()
260 WALOGE("Controller is null!"); in OnWallpaperUpdate()
295 WALOGE("Unknow starting app type."); in HandleOnStartApp()
383 WALOGE("JsController is null!"); in CallJsFunction()
[all …]
H A Drs_window_animation_manager.cpp41 WALOGE("Env or exportObj is null!"); in Init()
64 WALOGE("SetController failed"); in SetController()
77 WALOGE("MinimizeWindowWithAnimation failed"); in MinimizeWindowWithAnimation()
91 WALOGE("GetWindowAnimationTargets failed"); in GetWindowAnimationTargets()
109 WALOGE("No enough params!"); in OnSetController()
127 WALOGE("No enough params!"); in GetWindowId()
136 WALOGE("Window animation target object is null!"); in GetWindowId()
142 WALOGE("Window animation target is null!"); in GetWindowId()
175 WALOGE("Window animation finished callback is null!"); in OnMinimizeWindowWithAnimation()
207 WALOGE("No enough params!"); in GetMissionIds()
[all …]
H A Drs_window_animation_utils.cpp42 WALOGE("CreateJsWindowAnimationTarget failed to create object!"); in CreateJsWindowAnimationTarget()
84 WALOGE("Finished callback is null!"); in CreateJsWindowAnimationFinishedCallback()
90 WALOGE("CreateJsWindowAnimationFinishedCallback failed to create object!"); in CreateJsWindowAnimationFinishedCallback()
97 WALOGE("CreateJsWindowAnimationFinishedCallback failed to convert object!"); in CreateJsWindowAnimationFinishedCallback()
113 WALOGE("Finished callback is null!"); in CreateJsWindowAnimationFinishedCallback()
131 WALOGE("CreateJsRRect failed to create object!"); in CreateJsRRect()
138 WALOGE("CreateJsRRect failed to convert object!"); in CreateJsRRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H A Drs_window_animation_log.h33 #define WALOGE(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) macro