Home
last modified time | relevance | path

Searched refs:DISPLAY_LOG (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp37 DISPLAY_LOG("initialize was already"); in Initialize()
46 DISPLAY_LOG("IServiceManager failed!"); in Initialize()
51 DISPLAY_LOG("IServiceManager IDisplayDevice(%{public}s) failed!", serverName.c_str()); in Initialize()
56 DISPLAY_LOG("failed to iface cast IDisplayDevice"); in Initialize()
61 DISPLAY_LOG("create DisplayRegisterCallbackFramework failed!"); in Initialize()
89 DISPLAY_LOG("interface start"); in RegHotPlugCallback()
91 DISPLAY_LOG("callback %{public}s nullptr, data %{public}s nullptr", callback == nullptr ? "is" : "is not", in RegHotPlugCallback()
107 DISPLAY_LOG("error: failed %{public}d", ret); in RegHotPlugCallback()
110 DISPLAY_LOG("interface end"); in RegHotPlugCallback()
116 DISPLAY_LOG("interfac in RegDisplayVBlankCallback()
[all...]
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp69 DISPLAY_LOG("receive cmdId = 0x%{public}0x", cmdId); in DisplayDeviceServiceDispatch()
77 DISPLAY_LOG("error: invalid data sbuf object to dispatch"); in DisplayDeviceServiceDispatch()
88 DISPLAY_LOG("error: invalid data or reply sbuf object to dispatch"); in DisplayDeviceServiceDispatch()
95 DISPLAY_LOG("error: dispatch no matched"); in DisplayDeviceServiceDispatch()
153 DISPLAY_LOG("display device service is not valid"); in OnRemoteRequest()
156 DISPLAY_LOG("received cmdId = %{public}0x", cmdId); in OnRemoteRequest()
160 DISPLAY_LOG("error : unknown cmdId 0x%{public}0x", cmdId); in OnRemoteRequest()
165 DISPLAY_LOG("error : cmdId is undefined or deleted"); in OnRemoteRequest()
170 DISPLAY_LOG("server receive cmd number: %{public}d, ret = %{public}d!", cmdId, ret); in OnRemoteRequest()
190 DISPLAY_LOG("callbac in RegHotPlugCallback()
[all...]
/drivers/peripheral/display/hdi_service/device/src/util/
H A Ddisplay_device_common.cpp44 DISPLAY_LOG("error: MessageParcel is nullptr"); in DisplayDeviceWriteUint32()
48 DISPLAY_LOG("error: write data length into parcel failed"); in DisplayDeviceWriteUint32()
52 DISPLAY_LOG("error: write data into parcel failed"); in DisplayDeviceWriteUint32()
62 DISPLAY_LOG("error: wrong data length of proxy received: %{public}u, expected: %{public}zu", retValueLen, in DisplayDeviceReadUint32()
74 DISPLAY_LOG("error: MessageParcel is nullptr"); in DisplayDeviceWriteInt32()
78 DISPLAY_LOG("error: write data length into parcel failed"); in DisplayDeviceWriteInt32()
82 DISPLAY_LOG("error: write data into parcel failed"); in DisplayDeviceWriteInt32()
92 DISPLAY_LOG("error: wrong data length of proxy received: %{public}u, expected: %{public}zu", retValueLen, in DisplayDeviceReadInt32()
103 DISPLAY_LOG("error: MessageParcel is nullptr"); in DisplayDeviceWriteBool()
107 DISPLAY_LOG("erro in DisplayDeviceWriteBool()
[all...]
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/
H A Ddisplay_device_callback_stub.cpp22 DISPLAY_LOG("OnRemoteRequest receive code = %{public}u", code); in OnRemoteRequest()
30 DISPLAY_LOG("call OnHotplugIn id : %{public}d; connected : %{public}d", outputId, connected); in OnRemoteRequest()
40 DISPLAY_LOG(" call VBlankCallback id : %{public}u connected", sequence); in OnRemoteRequest()
49 DISPLAY_LOG(" call VBlankCallback devId : %{public}d", devId); in OnRemoteRequest()
/drivers/peripheral/display/hdi_service/device/include/util/
H A Ddisplay_device_common.h34 #define DISPLAY_LOG(fmt, args...) HDF_LOGD("DispDevDbg %{public}s / %{public}d :" fmt, __func__, __LINE__, ##args) macro
35 #define DISPLAY_START DISPLAY_LOG("START")
36 #define DISPLAY_END DISPLAY_LOG("END")
180 DISPLAY_LOG("error: OHOS::MessageParcel %{public}s nullptr, data %{public}s nullptr, num %{public}s 0", in DisplayDeviceWriteData()
186 DISPLAY_LOG("error: write data length into parcel failed"); in DisplayDeviceWriteData()
191 DISPLAY_LOG("error: write data into parcel failed"); in DisplayDeviceWriteData()
200 DISPLAY_LOG("error: OHOS::MessageParcel %{public}s nullptr, data %{public}s nullptr, num %{public}s 0", in DisplayDeviceReadData()
207 DISPLAY_LOG( in DisplayDeviceReadData()
214 DISPLAY_LOG("read buffer data failed"); in DisplayDeviceReadData()

Completed in 5 milliseconds