Searched refs:lastNetworkId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 404 (strlen(info->lastNetworkId) != 0 && strcmp(info->lastNetworkId, id) == 0)) { in LnnGetNodeInfoById() 443 (strlen(info->lastNetworkId) != 0 && strcmp(info->lastNetworkId, id) == 0)) { in LnnGetNodeInfoByDeviceId() 642 if (strcpy_s(info->lastNetworkId, NETWORK_ID_BUF_LEN, oldInfo->lastNetworkId) != EOK) { in MergeLnnInfo() 665 if (strcpy_s(oldInfo->lastNetworkId, NETWORK_ID_BUF_LEN, oldInfo->networkId) != EOK) { in LnnUpdateNetworkId()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 132 char lastNetworkId[NETWORK_ID_BUF_LEN]; member
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.h | 1203 int lastNetworkId; variable
|
H A D | sta_state_machine.cpp | 118 …: StateMachine("StaStateMachine"), lastNetworkId(INVALID_NETWORK_ID), operationalMode(STA_CONNECT_… in StaStateMachine()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 1227 if (ModifyId(g_localNetLedger.localInfo.lastNetworkId, NETWORK_ID_BUF_LEN, in UpdateLocalNetworkId() 1237 Anonymize(g_localNetLedger.localInfo.lastNetworkId, &anonyOldNetworkId); in UpdateLocalNetworkId() 1522 if (ModifyId(g_localNetLedger.localInfo.lastNetworkId, NETWORK_ID_BUF_LEN, in LnnUpdateLocalNetworkId()
|