Home
last modified time | relevance | path

Searched refs:LNN_STATE (Results 1 - 25 of 28) sorted by relevance

12

/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account_adapter.cpp34 LNN_LOGE(LNN_STATE, "invalid parameter"); in GetOsAccountId()
39 LNN_LOGE(LNN_STATE, "not have same account group, no need update accountId"); in GetOsAccountId()
44 LNN_LOGE(LNN_STATE, "QueryOhosAccountInfo failed"); in GetOsAccountId()
49 LNN_LOGE(LNN_STATE, "accountInfo uid is empty"); in GetOsAccountId()
56 LNN_LOGI(LNN_STATE, "uid=%{public}s, len=%{public}d", AnonymizeWrapper(anonyUid), *len); in GetOsAccountId()
60 LNN_LOGD(LNN_STATE, "not login account"); in GetOsAccountId()
64 LNN_LOGE(LNN_STATE, "memcpy_s uid failed, idLen=%{public}d, len=%{public}d", idLen, *len); in GetOsAccountId()
73 LNN_LOGE(LNN_STATE, "invalid param"); in GetCurrentAccount()
77 LNN_LOGE(LNN_STATE, "not have same account group, no need update accountId"); in GetCurrentAccount()
83 LNN_LOGE(LNN_STATE, "QueryOhosAccountInf in GetCurrentAccount()
[all...]
H A Dlnn_ohos_account.cpp37 LNN_LOGE(LNN_STATE, "GetOhosAccount get invalid param"); in LnnGetOhosAccountInfo()
44 LNN_LOGE(LNN_STATE, "GetOhosAccount generate default str hash fail"); in LnnGetOhosAccountInfo()
49 LNN_LOGE(LNN_STATE, "accountInfo malloc fail"); in LnnGetOhosAccountInfo()
55 LNN_LOGE(LNN_STATE, "get osAccountId fail"); in LnnGetOhosAccountInfo()
61 LNN_LOGE(LNN_STATE, "GetOhosAccount generate str hash fail"); in LnnGetOhosAccountInfo()
77 LNN_LOGE(LNN_STATE, "InitOhosAccount generate default str hash fail"); in LnnInitOhosAccount()
84 LNN_LOGI(LNN_STATE, "init accountHash. accountHash[0]=%{public}02X, accountHash[1]=%{public}02X", in LnnInitOhosAccount()
99 LNN_LOGE(LNN_STATE, "OnAccountChanged get local account hash fail"); in LnnUpdateOhosAccount()
103 LNN_LOGW(LNN_STATE, "OnAccountChanged get account account hash fail"); in LnnUpdateOhosAccount()
106 LNN_LOGE(LNN_STATE, "OnAccountChange in LnnUpdateOhosAccount()
[all...]
H A Dbus_center_adapter.c69 LNN_LOGE(LNN_STATE, "get ble mac refresh switch from config file fail"); in SoftBusGetBleMacAddr()
82 LNN_LOGE(LNN_STATE, "get ble mac addr fail"); in SoftBusGetBleMacAddr()
87 LNN_LOGE(LNN_STATE, "convert bt mac to str fail"); in SoftBusGetBleMacAddr()
103 LNN_LOGE(LNN_STATE, "strcpy_s fail"); in SoftBusConvertDeviceType()
127 LNN_LOGI(LNN_STATE, "apiVersion: %{public}s bootSN: %{public}s osVersion: %{public}s", in SoftBusGetOsType()
136 LNN_LOGI(LNN_STATE, "versionSDK: %{public}s", versionSDK); in SoftBusGetOsType()
139 LNN_LOGE(LNN_STATE, "GetOsType fail!"); in SoftBusGetOsType()
146 LNN_LOGE(LNN_STATE, "para error"); in GetCommonDevInfo()
157 LNN_LOGE(LNN_STATE, "GetDevUdid failed"); in GetCommonDevInfo()
166 LNN_LOGI(LNN_STATE, "ge in GetCommonDevInfo()
[all...]
H A Dlnn_settingdata_event_monitor.cpp58 LNN_LOGI(LNN_STATE, "device name change"); in OnChange()
68 LNN_LOGE(LNN_STATE, "saManager NULL"); in CreateDataShareHelperInstance()
74 LNN_LOGE(LNN_STATE, "remoteObject NULL"); in CreateDataShareHelperInstance()
92 LNN_LOGE(LNN_STATE, "query fail."); in GetDeviceNameFromDataShareHelper()
97 LNN_LOGE(LNN_STATE, "row zero."); in GetDeviceNameFromDataShareHelper()
106 LNN_LOGE(LNN_STATE, "GetString val fail"); in GetDeviceNameFromDataShareHelper()
111 LNN_LOGE(LNN_STATE, "strncpy_s fail."); in GetDeviceNameFromDataShareHelper()
117 LNN_LOGI(LNN_STATE, "deviceName=%{public}s.", AnonymizeWrapper(anonyDeviceName)); in GetDeviceNameFromDataShareHelper()
127 LNN_LOGI(LNN_STATE, "get default deviceName"); in GetDefaultDeviceName()
141 LNN_LOGI(LNN_STATE, "ge in GetUserDefinedDeviceName()
[all...]
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c33 LNN_LOGE(LNN_STATE, "pkgName is null"); in CheckPermission()
37 LNN_LOGE(LNN_STATE, "no permission"); in CheckPermission()
45 LNN_LOGD(LNN_STATE, "ipc server pop"); in ServerJoinLNN()
47 LNN_LOGE(LNN_STATE, "invalid param"); in ServerJoinLNN()
53 LNN_LOGE(LNN_STATE, "read pkgName failed"); in ServerJoinLNN()
59 LNN_LOGE(LNN_STATE, "read addrTypeLen=%{public}d failed", addrTypeLen); in ServerJoinLNN()
64 LNN_LOGE(LNN_STATE, "read addr is null"); in ServerJoinLNN()
69 LNN_LOGE(LNN_STATE, "no permission"); in ServerJoinLNN()
74 LNN_LOGE(LNN_STATE, "LnnIpcServerJoin failed"); in ServerJoinLNN()
89 LNN_LOGI(LNN_STATE, "ip in ServerLeaveLNN()
484 ReadInt32(req, &info.subscribeId), SOFTBUS_IPC_ERR, LNN_STATE, "read subscribeId failed"); ServerRefreshLNN() local
485 LNN_CHECK_AND_RETURN_RET_LOGE(ReadInt32(req, &mode), SOFTBUS_IPC_ERR, LNN_STATE, "read mode failed"); ServerRefreshLNN() local
486 LNN_CHECK_AND_RETURN_RET_LOGE(ReadInt32(req, &medium), SOFTBUS_IPC_ERR, LNN_STATE, "read medium failed"); ServerRefreshLNN() local
487 LNN_CHECK_AND_RETURN_RET_LOGE(ReadInt32(req, &freq), SOFTBUS_IPC_ERR, LNN_STATE, "read freq failed"); ServerRefreshLNN() local
492 ReadBool(req, &info.isSameAccount), SOFTBUS_IPC_ERR, LNN_STATE, "read isSameAccount failed"); ServerRefreshLNN() local
494 ReadBool(req, &info.isWakeRemote), SOFTBUS_IPC_ERR, LNN_STATE, "read isWakeRemote failed"); ServerRefreshLNN() local
498 ReadUint32(req, &info.dataLen), SOFTBUS_IPC_ERR, LNN_STATE, "read dataLen failed"); ServerRefreshLNN() local
508 LNN_CHECK_AND_RETURN_RET_LOGE(WriteInt32(reply, ret), ret, LNN_STATE, "write reply failed"); ServerRefreshLNN() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_network_id.c42 LNN_LOGE(LNN_STATE, "get uuid save path fail"); in GetUuidFromFile()
47 LNN_LOGE(LNN_STATE, "generate uuid id fail"); in GetUuidFromFile()
51 LNN_LOGE(LNN_STATE, "write uuid to file failed"); in GetUuidFromFile()
56 LNN_LOGE(LNN_STATE, "uuid is invalid format"); in GetUuidFromFile()
65 LNN_LOGE(LNN_STATE, "invalid prama"); in LnnGenLocalNetworkId()
70 LNN_LOGE(LNN_STATE, "generate network id fail"); in LnnGenLocalNetworkId()
83 LNN_LOGE(LNN_STATE, "invalid param"); in LnnGenLocalUuid()
89 LNN_LOGE(LNN_STATE, "get uuid from file failed"); in LnnGenLocalUuid()
95 LNN_LOGE(LNN_STATE, "copy uuid id fail"); in LnnGenLocalUuid()
108 LNN_LOGW(LNN_STATE, "conver in IrkAnonymizePrint()
[all...]
H A Dlnn_connection_addr_utils.c33 LNN_LOGD(LNN_STATE, "addr1 or addr2 is null"); in LnnIsSameConnectionAddr()
37 LNN_LOGD(LNN_STATE, "addr1 type not equal addr2 type"); in LnnIsSameConnectionAddr()
67 LNN_LOGW(LNN_STATE, "addr or option is null"); in LnnConvertAddrToOption()
74 LNN_LOGE(LNN_STATE, "copy br mac to addr fail"); in LnnConvertAddrToOption()
83 LNN_LOGE(LNN_STATE, "copy ble mac to addr fail"); in LnnConvertAddrToOption()
88 LNN_LOGE(LNN_STATE, "copy ble deviceIdHash to addr fail"); in LnnConvertAddrToOption()
97 LNN_LOGE(LNN_STATE, "copy ip to addr fail"); in LnnConvertAddrToOption()
105 LNN_LOGE(LNN_STATE, "not supported type=%{public}d", addr->type); in LnnConvertAddrToOption()
113 LNN_LOGW(LNN_STATE, "addr or option is null"); in LnnConvertOptionToAddr()
120 LNN_LOGE(LNN_STATE, "cop in LnnConvertOptionToAddr()
[all...]
H A Dlnn_compress.c36 LNN_LOGE(LNN_STATE, "param invalid"); in DataCompress()
44 LNN_LOGE(LNN_STATE, "malloc fail."); in DataCompress()
56 LNN_LOGE(LNN_STATE, "deflateInit2 fail, ret=%{public}d", ret); in DataCompress()
69 LNN_LOGE(LNN_STATE, "deflate fail, ret=%{public}d", ret); in DataCompress()
84 LNN_LOGE(LNN_STATE, "malloc fail."); in PerformInflate()
96 LNN_LOGE(LNN_STATE, "malloc fail."); in PerformInflate()
101 LNN_LOGE(LNN_STATE, "memcpy fail."); in PerformInflate()
114 LNN_LOGE(LNN_STATE, "inflate fail, ret=%{public}d", ret); in PerformInflate()
121 LNN_LOGE(LNN_STATE, "performInflate fail, ret=%{public}d", ret); in PerformInflate()
132 LNN_LOGE(LNN_STATE, "para in DataDecompress()
[all...]
H A Dlnn_file_utils.c52 LNN_LOGE(LNN_STATE, "read storage path fail"); in InitStorageConfigPath()
55 LNN_LOGE(LNN_STATE, "copy default storage path fail"); in InitStorageConfigPath()
66 LNN_LOGE(LNN_STATE, "path is null"); in LnnGetFullStoragePath()
71 LNN_LOGE(LNN_STATE, "init storage config path fail"); in LnnGetFullStoragePath()
77 LNN_LOGE(LNN_STATE, "splice full path fail. id=%{public}d", id); in LnnGetFullStoragePath()
82 LNN_LOGI(LNN_STATE, "full path id=%{public}d, path=%{public}s", id, AnonymizeWrapper(anonyPath)); in LnnGetFullStoragePath()
H A Dlnn_async_callback_utils.c42 LNN_LOGE(LNN_STATE, "fail async callback recv null msg"); in AsyncCallbackHandler()
47 LNN_LOGE(LNN_STATE, "fail async callback recv null info"); in AsyncCallbackHandler()
51 LNN_LOGE(LNN_STATE, "fail async callback function is null"); in AsyncCallbackHandler()
62 LNN_LOGE(LNN_STATE, "fail: looper or callback is null"); in FreeAsyncCallbackMessage()
91 LNN_LOGE(LNN_STATE, "fail to malloc async callback info"); in CreateAsyncCallbackInfo()
106 LNN_LOGE(LNN_STATE, "fail: looper or callback is null"); in LnnAsyncCallbackHelper()
111 LNN_LOGE(LNN_STATE, "fail to create async callback info"); in LnnAsyncCallbackHelper()
124 LNN_LOGE(LNN_STATE, "fail: looper or callback is null"); in LnnAsyncCallbackDelayHelper()
129 LNN_LOGE(LNN_STATE, "fail to create async callback info"); in LnnAsyncCallbackDelayHelper()
H A Dlnn_common_utils.c38 LNN_LOGE(LNN_STATE, "get oobe state fail"); in IsOOBEState()
56 LNN_LOGE(LNN_STATE, "dataLen is invalid"); in LnnEncryptAesGcm()
62 LNN_LOGE(LNN_STATE, "calloc encrypt data fail"); in LnnEncryptAesGcm()
67 LNN_LOGE(LNN_STATE, "copy session key fail"); in LnnEncryptAesGcm()
74 LNN_LOGE(LNN_STATE, "SoftBusEncryptData fail=%{public}d", ret); in LnnEncryptAesGcm()
89 LNN_LOGE(LNN_STATE, "dataLen is invalid"); in LnnDecryptAesGcm()
95 LNN_LOGE(LNN_STATE, "malloc decrypt data fail"); in LnnDecryptAesGcm()
100 LNN_LOGE(LNN_STATE, "copy session key fail"); in LnnDecryptAesGcm()
107 LNN_LOGE(LNN_STATE, "SoftBusDecryptData fail=%{public}d", ret); in LnnDecryptAesGcm()
H A Dlnn_map.c62 LNN_LOGE(LNN_STATE, "invalid param, get map hash idx failed"); in MapAddNode()
77 LNN_LOGE(LNN_STATE, "calloc node fail"); in MapResize()
111 LNN_LOGE(LNN_STATE, "calloc node fail"); in MapCreateNode()
120 LNN_LOGE(LNN_STATE, "memcpy node key fail"); in MapCreateNode()
125 LNN_LOGE(LNN_STATE, "memcpy node value fail"); in MapCreateNode()
156 LNN_LOGE(LNN_STATE, "invalid param, get map hash idx failed"); in LnnMapSet()
186 LNN_LOGE(LNN_STATE, "map node is null"); in LnnMapSet()
191 LNN_LOGE(LNN_STATE, "create node fail"); in LnnMapSet()
210 LNN_LOGE(LNN_STATE, "invalid param"); in LnnMapGet()
217 LNN_LOGE(LNN_STATE, "invali in LnnMapGet()
[all...]
H A Dlnn_state_machine.c68 LNN_LOGE(LNN_STATE, "calloc msg failed"); in CreateFsmHandleMsg()
79 LNN_LOGE(LNN_STATE, "calloc ctrl msg obj failed"); in CreateFsmHandleMsg()
96 LNN_LOGE(LNN_STATE, "unexpected state in start msg process"); in ProcessStartMessage()
105 LNN_LOGE(LNN_STATE, "unexpected state in start msg process"); in ProcessStartMessage()
123 LNN_LOGE(LNN_STATE, "unexpected state in data msg=%{public}d process, ctrlMsgObj is null", (int32_t)msg->arg1); in ProcessDataMessage()
128 LNN_LOGE(LNN_STATE, "unexpected state in data msg=%{public}d process, fsm is null", (int32_t)msg->arg1); in ProcessDataMessage()
132 LNN_LOGE(LNN_STATE, "unexpected state in data msg process, arg1=%{public}d, flag=0x%{public}x", in ProcessDataMessage()
151 LNN_LOGE(LNN_STATE, "unexpected state in stop msg process"); in ProcessStopMessage()
155 LNN_LOGE(LNN_STATE, "unexpected state in stop msg process"); in ProcessStopMessage()
177 LNN_LOGE(LNN_STATE, "unexpecte in ProcessDeinitMessage()
[all...]
/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter.c33 LNN_LOGE(LNN_STATE, "str copy ssid fail"); in ConvertSoftBusWifiConfFromWifiDev()
39 LNN_LOGE(LNN_STATE, "mem copy bssid fail"); in ConvertSoftBusWifiConfFromWifiDev()
45 LNN_LOGE(LNN_STATE, "str copy ssid fail"); in ConvertSoftBusWifiConfFromWifiDev()
58 LNN_LOGE(LNN_STATE, "str copy ssid fail"); in ConvertWifiDevConfFromSoftBusWifiConf()
64 LNN_LOGE(LNN_STATE, "mem copy bssid fail"); in ConvertWifiDevConfFromSoftBusWifiConf()
70 LNN_LOGE(LNN_STATE, "str copy ssid fail"); in ConvertWifiDevConfFromSoftBusWifiConf()
88 LNN_LOGW(LNN_STATE, "para configList is NULL"); in SoftBusGetWifiDeviceConfig()
93 LNN_LOGE(LNN_STATE, "malloc wifi device config fail"); in SoftBusGetWifiDeviceConfig()
100 LNN_LOGE(LNN_STATE, "malloc wifi device config fail"); in SoftBusGetWifiDeviceConfig()
108 LNN_LOGE(LNN_STATE, "wif in SoftBusGetWifiDeviceConfig()
[all...]
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c156 LNN_LOGE(LNN_STATE, "malloc join LNN cb item fail"); in AddJoinLNNCbItem()
185 LNN_LOGE(LNN_STATE, "malloc join LNN cb item fail"); in AddLeaveLNNCbItem()
190 LNN_LOGE(LNN_STATE, "strcpy network id fail"); in AddLeaveLNNCbItem()
218 LNN_LOGE(LNN_STATE, "malloc time sync cb item fail"); in AddTimeSyncCbItem()
223 LNN_LOGE(LNN_STATE, "strcpy network id fail"); in AddTimeSyncCbItem()
284 LNN_LOGE(LNN_STATE, "malloc node state callback item fail"); in DuplicateNodeStateCbList()
288 LNN_LOGE(LNN_STATE, "copy pkgName fail"); in DuplicateNodeStateCbList()
309 LNN_LOGE(LNN_STATE, "malloc time sync callback item fail"); in DuplicateTimeSyncResultCbList()
315 LNN_LOGE(LNN_STATE, "copy networkId fail"); in DuplicateTimeSyncResultCbList()
349 LNN_LOGE(LNN_STATE, "callo in BuildDiscPublishMsg()
535 SOFTBUS_LOCK_ERR, LNN_STATE, "lock init failed"); DiscoveryMsgListInit() local
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp67 LNN_LOGE(LNN_STATE, "udid is null"); in DelNotTrustDevice()
73 LNN_LOGE(LNN_STATE, "generate udidhash fail"); in DelNotTrustDevice()
77 LNN_LOGE(LNN_STATE, "convert udidhash hex string fail"); in DelNotTrustDevice()
82 LNN_LOGI(LNN_STATE, "remove not trust device"); in DelNotTrustDevice()
86 LNN_LOGI(LNN_STATE, "not need remove"); in DelNotTrustDevice()
100 LNN_LOGI(LNN_STATE, "udid=%{public}s, deviceIdHash=%{public}s", in IsTrustDevice()
107 LNN_LOGE(LNN_STATE, "generate udidhash fail"); in IsTrustDevice()
112 LNN_LOGE(LNN_STATE, "convert udidhash hex string fail"); in IsTrustDevice()
116 LNN_LOGI(LNN_STATE, "device trusted in dp continue verify, deviceIdHash=%{public}s", anonyDeviceIdHash); in IsTrustDevice()
126 LNN_LOGE(LNN_STATE, "deviceIdHas in IsPotentialTrustedDeviceDp()
[all...]
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c82 LNN_LOGE(LNN_STATE, "mode is invalid"); in PublishInfoCheck()
86 LNN_LOGE(LNN_STATE, "medium is invalid"); in PublishInfoCheck()
90 LNN_LOGE(LNN_STATE, "freq is invalid"); in PublishInfoCheck()
94 LNN_LOGE(LNN_STATE, "capability is invalid"); in PublishInfoCheck()
98 LNN_LOGE(LNN_STATE, "data is invalid"); in PublishInfoCheck()
107 LNN_LOGE(LNN_STATE, "data exceeds the maximum length"); in PublishInfoCheck()
116 LNN_LOGE(LNN_STATE, "mode is invalid"); in SubscribeInfoCheck()
120 LNN_LOGE(LNN_STATE, "medium is invalid"); in SubscribeInfoCheck()
124 LNN_LOGE(LNN_STATE, "freq is invalid"); in SubscribeInfoCheck()
128 LNN_LOGE(LNN_STATE, "capabilit in SubscribeInfoCheck()
[all...]
/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_request.c36 LNN_LOGE(LNN_STATE, "read cmd reply fail"); in ParseReply()
40 LNN_LOGE(LNN_STATE, "no enough space save reply"); in ParseReply()
44 LNN_LOGE(LNN_STATE, "memcpy reply fail"); in ParseReply()
59 LNN_LOGW(LNN_STATE, "invalid cmd for module=%{public}d", moduleId); in LnnSendCmdToDriver()
64 LNN_LOGE(LNN_STATE, "bind hdf softbus fail for module=%{public}d", moduleId); in LnnSendCmdToDriver()
69 LNN_LOGE(LNN_STATE, "dispatcher is null, bind hdf softbus fail for module=%{public}d", moduleId); in LnnSendCmdToDriver()
77 LNN_LOGE(LNN_STATE, "obtain sbuf fail for module=%{public}d", moduleId); in LnnSendCmdToDriver()
81 LNN_LOGE(LNN_STATE, "write sbuf fail for module=%{public}d", moduleId); in LnnSendCmdToDriver()
86 LNN_LOGE(LNN_STATE, "send command fail for module=%{public}d", moduleId); in LnnSendCmdToDriver()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_decision_center.c55 LNN_LOGE(LNN_STATE, "networkId not found by addr"); in LeaveSpecificBrNetwork()
61 LNN_LOGW(LNN_STATE, "leave br network failed, ret=%{public}d", ret); in LeaveSpecificBrNetwork()
63 LNN_LOGI(LNN_STATE, "leave br network finished"); in LeaveSpecificBrNetwork()
89 LNN_LOGD(LNN_STATE, in HandleBrConnectException()
103 LNN_CHECK_AND_RETURN_LOGE(connInfo != NULL, LNN_STATE, "calloc br conn info failed"); in HandleBrConnectException()
105 LNN_LOGE(LNN_STATE, "copy address failed"); in HandleBrConnectException()
115 LNN_LOGD(LNN_STATE, "exception connect info: errorCode=%{public}d, count=1", errorCode); in HandleBrConnectException()
135 LNN_CHECK_AND_RETURN_LOGW(option != NULL, LNN_STATE, "option is NULL"); in LnnDCReportConnectException()
137 LNN_STATE, "decision center not init yet"); in LnnDCReportConnectException()
139 LNN_LOGI(LNN_STATE, "connTyp in LnnDCReportConnectException()
[all...]
H A Dbus_center_manager.c82 LNN_LOGI(LNN_STATE, "softbus net_builder thread running normally"); in WatchdogProcess()
85 LNN_LOGW(LNN_STATE, "softbus net_builder thread exception"); in WatchdogProcess()
117 LNN_LOGE(LNN_STATE, "get lnn delay init len fail, use default value"); in ReadDelayConfig()
120 LNN_LOGI(LNN_STATE, "lnn delay init len=%{public}u", g_lnnLocalConfigInit.delayLen); in ReadDelayConfig()
128 LNN_LOGE(LNN_STATE, "try exceeds max times"); in BusCenterServerDelayInit()
144 LNN_LOGE(LNN_STATE, "init delay impl failed. i=%{public}u", i); in BusCenterServerDelayInit()
156 LNN_LOGE(LNN_STATE, "LnnAsyncCallbackDelayHelper fail"); in BusCenterServerDelayInit()
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c41 LNN_LOGE(LNN_STATE, "bt monitor get invalid param"); in LnnOnBtStateChanged()
48 LNN_LOGE(LNN_STATE, "bt monitor malloc err"); in LnnOnBtStateChanged()
70 LNN_LOGD(LNN_STATE, "bt state changed but no need notify, btState=%{public}d", btState); in LnnOnBtStateChanged()
74 LNN_LOGI(LNN_STATE, "async notify bt state changed, listenerId=%{public}d, notifyState=%{public}d", in LnnOnBtStateChanged()
79 LNN_LOGE(LNN_STATE, "async notify bt state err, ret=%{public}d", ret); in LnnOnBtStateChanged()
89 LNN_LOGE(LNN_STATE, "bt monitor get invalid param"); in LnnOnBtAclStateChanged()
94 LNN_LOGE(LNN_STATE, "convert bt mac to str fail"); in LnnOnBtAclStateChanged()
105 LNN_LOGD(LNN_STATE, "not support acl state=%{public}d", aclState); in LnnOnBtAclStateChanged()
/foundation/communication/dsoftbus/adapter/common/bus_center/platform/
H A Dlnn_product_monitor.c33 LNN_LOGI(LNN_STATE, "dev event received, event=%{public}s, id=%{public}u", (char*)priv, id); in OnDevEventReceived()
49 LNN_LOGI(LNN_STATE, "fail to get service. HISYSLINK_SERVICE_NAME=%{public}s", HISYSLINK_SERVICE_NAME); in LnnInitProductMonitorImpl()
55 LNN_LOGI(LNN_STATE, "fail to register event listener"); in LnnInitProductMonitorImpl()
60 LNN_LOGI(LNN_STATE, "start success"); in LnnInitProductMonitorImpl()
/foundation/communication/dsoftbus/adapter/common/net/hdi/common/
H A Dsoftbus_adapter_wlan_extend.c41 LNN_LOGE(LNN_STATE, "invalid parameter"); in SoftBusRegWlanChannelInfoCb()
72 LNN_LOGE(LNN_STATE, "LnnAsyncCallbackDelayHelper get result delay fail"); in ExcuteChannelMeas()
80 LNN_LOGE(LNN_STATE, "invalid parameter"); in SoftBusRequestWlanChannelInfo()
84 LNN_LOGI(LNN_STATE, "measuring channel"); in SoftBusRequestWlanChannelInfo()
90 LNN_LOGE(LNN_STATE, " SoftBusCalloc channelId fail"); in SoftBusRequestWlanChannelInfo()
96 LNN_LOGE(LNN_STATE, "net hdi memcpy fail"); in SoftBusRequestWlanChannelInfo()
104 LNN_LOGE(LNN_STATE, "SoftBusCalloc WlanChannelInfo fail"); in SoftBusRequestWlanChannelInfo()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c327 LNN_LOGE(LNN_STATE, "not found laneBusinessInfo, no need to notify"); in LaneLinkdownNotify()
337 LNN_LOGE(LNN_STATE, "find lane listener fail, laneType=%{public}d", laneBusinessInfo[i].laneType); in LaneLinkdownNotify()
341 LNN_LOGE(LNN_STATE, "invalid lane status listen"); in LaneLinkdownNotify()
362 LNN_LOGE(LNN_STATE, "strncpy peerIp fail"); in GetStateNotifyInfo()
371 LNN_LOGE(LNN_STATE, "get remote nodeinfo failed, peerUuid=%{public}s", AnonymizeWrapper(anonyUuid)); in GetStateNotifyInfo()
376 LNN_LOGE(LNN_STATE, "copy peerudid fail"); in GetStateNotifyInfo()
392 LNN_LOGE(LNN_STATE, "get lane state notify info fail"); in LnnOnWifiDirectDeviceOnline()
411 LNN_LOGE(LNN_STATE, "get lane state notify info fail"); in LnnOnWifiDirectDeviceOffline()
495 LNN_LOGE(LNN_STATE, "get remote nodeinfo failed, remoteUuid=%{public}s", AnonymizeWrapper(anonyUuid)); in CreateSinkLinkInfo()
500 LNN_LOGE(LNN_STATE, "cop in CreateSinkLinkInfo()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dlnn_log.h32 LNN_STATE, enumerator
47 { LNN_STATE, 0xd005787, "LnnState" },

Completed in 11 milliseconds

12