Searched defs:LNN_STATE (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | lnn_log.h | 32 LNN_STATE, enumerator
|
/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | bus_center_server_stub.c | 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/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 535 SOFTBUS_LOCK_ERR, LNN_STATE, "lock init failed"); DiscoveryMsgListInit() local [all...] |
Completed in 3 milliseconds