Home
last modified time | relevance | path

Searched refs:PLAT_LOGW (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c143 PLAT_LOGW("PlatformDeviceUninit: device is null!"); in PlatformDeviceUninit()
232 PLAT_LOGW("PlatformDeviceDel: fail to remove device:%s from manager:%s!", in PlatformDeviceDel()
325 PLAT_LOGW("PlatformDeviceUnbind: hdf device not match!"); in PlatformDeviceUnbind()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_log.h22 #define PLAT_LOGW(fmt, arg...) HDF_LOGW(fmt, ##arg) macro