Home
last modified time | relevance | path

Searched refs:HDF_LOGW (Results 1 - 25 of 108) sorted by relevance

12345

/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c68 HDF_LOGW("%s: invalid parameter", __func__); in SampleUartHostInit()
78 HDF_LOGW("%s: invalid parameter", __func__); in SampleUartHostDeinit()
92 HDF_LOGW("%s: invalid parameter", __func__); in SampleUartHostWrite()
97 HDF_LOGW("%s: device is NULL", __func__); in SampleUartHostWrite()
115 HDF_LOGW("%s: invalid parameter", __func__); in SampleUartHostSetBaud()
120 HDF_LOGW("%s: device is NULL", __func__); in SampleUartHostSetBaud()
143 HDF_LOGW("%s: invalid parameter", __func__); in SampleUartHostGetBaud()
148 HDF_LOGW("%s: device is NULL", __func__); in SampleUartHostGetBaud()
238 HDF_LOGW("%s: property is NULL", __func__); in AttachUartDevice()
273 HDF_LOGW(" in DetachUartDevice()
[all...]
/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_driver_log.h46 HDF_LOGW("[%s][line:%d]: " fmt, __func__, __LINE__, ##arg); \
71 HDF_LOGW("[%s][line:%d]: " fmt, __func__, __LINE__, ##arg); \
96 HDF_LOGW("[%s][line:%d]: " fmt, __func__, __LINE__, ##arg); \
/drivers/hdf_core/framework/test/unittest/platform/config/
H A Dcan_test_config.c60 HDF_LOGW("CanTestReadConfig: read bus num failed, using default ..."); in CanTestReadConfig()
65 HDF_LOGW("CanTestReadConfig: read bit rate failed, using default ..."); in CanTestReadConfig()
70 HDF_LOGW("CanTestReadConfig: read reg len failed, using default ..."); in CanTestReadConfig()
/drivers/peripheral/connected_nfc_tag/hdi_service/
H A Dconnected_nfc_tag_impl.cpp52 HDF_LOGW("%{public}s: callbackObj NULL", __func__); in RegisterCallBack()
83 HDF_LOGW("%{public}s !!!deprecated!!!", __func__); in ReadNdefTag()
89 HDF_LOGW("%{public}s !!!deprecated!!!", __func__); in WriteNdefTag()
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_config.cpp63 HDF_LOGW("GetOneCfgFile power_config.json is NULL"); in ParseConfig()
129 HDF_LOGW("The key does not meet the. key=%{public}s", key.c_str()); in GetValue()
136 HDF_LOGW("Value is empty. key=%{public}s", keys[MAP_KEY_INDEX].c_str()); in GetValue()
142 HDF_LOGW("The key is not configured. key=%{public}s", keys[i].c_str()); in GetValue()
153 HDF_LOGW("sceneConfig is invalid"); in ParseSceneConfig()
163 HDF_LOGW("The scene config is invalid, key=%{public}s", key.c_str()); in ParseSceneConfig()
H A Drunning_lock_impl.cpp48 HDF_LOGW("Runninglock hold failed, name is empty"); in Hold()
53 HDF_LOGW("Runninglock hold failed, type=%{public}d or state=%{public}d is invalid", filledInfo.type, state); in Hold()
61 HDF_LOGW("Runninglock hold failed, type=%{public}d is not in lockCounters", filledInfo.type); in Hold()
86 HDF_LOGW("Runninglock unhold failed, name is empty"); in Unhold()
91 HDF_LOGW("Runninglock unhold failed, type=%{public}d is invalid", filledInfo.type); in Unhold()
96 HDF_LOGW("type=%{public}d is not in lockCounters, no need to unhold", filledInfo.type); in Unhold()
115 HDF_LOGW("HoldLock failed, type=%{public}d or state=%{public}d is invalid", info.type, state); in HoldLock()
127 HDF_LOGW("UnholdLock failed, type=%{public}d is invalid", info.type); in UnholdLock()
H A Drunning_lock_counter.cpp33 HDF_LOGW("Lock counter increase failed, runninglock name=%{public}s is exist and timeout < 0", in Increase()
53 HDF_LOGW("Runninglock name=%{public}s is not exist, no need to decrease lock counter", info.name.c_str()); in Decrease()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_pnp_manager.c117 HDF_LOGW("%{public}s: emulator read %{public}s failed", __func__, attrName); in UsbPnpMgrGetGadgetPath()
168 HDF_LOGW("%{public}s: emulator, UsbDdkPnpLoaderEventHandle failed", __func__); in UsbPnpManagerInit()
171 HDF_LOGW("%{public}s: emulator, add listener failed", __func__); in UsbPnpManagerInit()
H A Dddk_device_manager.c85 HDF_LOGW("%{public}s: add device repeatedly busNum:%{public}d, devNum:%{public}d", __func__, in DdkDevMgrAddDevice()
192 HDF_LOGW("%{public}s: create device failed d_name:%{public}s", __func__, devHandle->d_name); in DdkDevMgrScanSysfs()
240 HDF_LOGW("%{public}s: handle failed", __func__); in DdkDevMgrForEachDeviceSafe()
284 HDF_LOGW("%{public}s: handle failed", __func__); in DdkDevMgrGetGadgetLinkStatusSafe()
377 HDF_LOGW("%{public}s: handle failed", __func__); in DdkDevMgrForEachDeviceSafe()
431 HDF_LOGW("%{public}s: handle failed", __func__); in DdkDevMgrGetGadgetLinkStatusSafe()
H A Dddk_pnp_listener_mgr.c129 HDF_LOGW("%{public}s: notify failed cmd:%{public}d", __func__, cmd); in DdkListenerMgrNotifyAll()
148 HDF_LOGW("%{public}s: add listener repeatedly", __func__); in DdkListenerMgrAdd()
/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_log.h22 #define PLAT_LOGW(fmt, arg...) HDF_LOGW(fmt, ##arg)
/drivers/peripheral/intelligent_voice/utils/
H A Dintell_voice_log.h37 HDF_LOGW("[%{public}s][line:%{public}d]: " fmt, __func__, __LINE__, ##arg); \
/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c67 HDF_LOGW("failed to start device host(%{public}s, %{public}u)", hostClnt->hostName, hostClnt->hostId); in DevmgrServiceStartHostProcess()
116 HDF_LOGW("failed to start device host(%{public}s, %{public}u)", hostClnt->hostName, hostClnt->hostId); in DevmgrServiceLoadDevice()
315 HDF_LOGW("failed to create new device host client"); in DevmgrServiceStartDeviceHost()
320 HDF_LOGW("failed to get device list for host %{public}s", hostClnt->hostName); in DevmgrServiceStartDeviceHost()
332 HDF_LOGW("failed to start device host, host id is %{public}u", hostAttr->hostId); in DevmgrServiceStartDeviceHost()
349 HDF_LOGW("%{public}s: host list is null", __func__); in DevmgrServiceStartDeviceHosts()
357 HDF_LOGW("%{public}s failed to start device host, host id is %{public}u, host name is '%{public}s'", in DevmgrServiceStartDeviceHosts()
/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_log.h89 #define HDF_LOGW(fmt, args...) HDF_LOGW_WRAPPER(fmt, ##args) macro
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_uhdf_log.h43 HDF_LOGW("[%{public}s][line:%{public}d]: " fmt, __func__, __LINE__, ##arg); \
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dhci_watcher.cpp90 HDF_LOGW("pthread_setschedparam failed tid[%lu] policy[%d]", thread_.native_handle(), policy); in Start()
122 HDF_LOGW("fd[%d]", wakeupPipe_[0]); in WatcherThread()
/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_device_test.cpp72 HDF_LOGW("%{public}s: bind usbd subscriber failed", __func__); in BENCHMARK_F()
99 HDF_LOGW("%{public}s: bind usbd subscriber failed", __func__); in BENCHMARK_F()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H A Dhdi_smq_meta.h250 HDF_LOGW("failed to memcpy_s overload memzone_"); in operator =()
288 HDF_LOGW("failed to dup ashmem fd for smq"); in SharedMemQueueMeta()
295 HDF_LOGW("failed to memcpy_s memzone_"); in SharedMemQueueMeta()
/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c53 HDF_LOGW("Do not call GPIO and HdfWlanCreateBusManager"); in HdfWlanBusInit()
191 HDF_LOGW("%s:netif already released!ifName=%s", __func__, ifName); in HdfWlanDeinitInterface()
212 HDF_LOGW("%s:chip driver release platform netdevice detected!ifName=%s", __func__, ifName); in HdfWlanDeinitInterface()
456 HDF_LOGW("%s:No device defined.", __func__); in HdfWlanInitThread()
549 HDF_LOGW("Driver HdfWiFi deiniting..."); in HdfWlanDriverRelease()
556 HDF_LOGW("Driver HdfWiFi deinited."); in HdfWlanDriverRelease()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp334 HDF_LOGW("%{public}s: fwrite failed, errno: %{public}d", __func__, errno); in UsbdWriteUdc()
357 HDF_LOGW("%{public}s: fread len than expected", __func__); in UsbdReadUdc()
364 HDF_LOGW("%{public}s: flcose failed, errno: %{public}d", __func__, errno); in UsbdReadUdc()
555 HDF_LOGW("%{public}s: setFunctionToNone error", __func__); in UsbdSetFunction()
559 HDF_LOGW("%{public}s: setFunctionToNone", __func__); in UsbdSetFunction()
635 HDF_LOGW("%{public}s, %{public}s unload failed", __func__, serviceName.c_str()); in UsbdUnregisterDevice()
/drivers/peripheral/display/buffer/hdi_service/dfx/
H A Ddisplay_buffer_dfx.cpp74 HDF_LOGW("run %{public}s over time, [%{public}d]ms", dfxName_.c_str(), runTime); in StopTimeStamp()
/drivers/interface/display/composer/cache_manager/
H A Dlayer_cache.cpp102 HDF_LOGW("NativeBufferInit buffer nullptr!"); in NativeBufferInit()
114 HDF_LOGW("NativeBufferCleanUp buffer nullptr!"); in NativeBufferCleanUp()
/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
H A Ddevmgr_service_start.c108 HDF_LOGW("%s device manager is not set quick load!", __func__); in DeviceManagerStartStep2()
/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_chip_driver.c43 HDF_LOGW("%s: chipDriver factory is already registered. name = %s", __func__, obj->driverName); in HdfEthRegChipDriver()
/drivers/peripheral/audio/hdi_service/vendor_interface/utils/
H A Daudio_uhdf_log.h48 HDF_LOGW("[%{public}s][line:%{public}d]: " fmt, __func__, __LINE__, ##arg); \

Completed in 10 milliseconds

12345