Home
last modified time | relevance | path

Searched refs:authChannelId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c629 if (oldInfo->authChannelId[i][j] != 0 && info->authChannelId[i][j] == 0) { in MergeLnnInfo()
630 info->authChannelId[i][j] = oldInfo->authChannelId[i][j]; in MergeLnnInfo()
634 …oldInfo->authChannelId[i][AUTH_AS_SERVER_SIDE] != 0 || info->authChannelId[i][AUTH_AS_CLIENT_SIDE]… in MergeLnnInfo()
635 info->authChannelId[i][AUTH_AS_SERVER_SIDE] != 0) { in MergeLnnInfo()
638 … oldInfo->authChannelId[i][AUTH_AS_CLIENT_SIDE], oldInfo->authChannelId[i][AUTH_AS_SERVER_SIDE], in MergeLnnInfo()
639 … info->authChannelId[i][AUTH_AS_CLIENT_SIDE], info->authChannelId[i][AUTH_AS_SERVER_SIDE], i); in MergeLnnInfo()
1276 info->authChannelId[type][AUTH_AS_CLIENT_SIDE] = 0; in ClearAuthChannelId()
1279 info->authChannelId[type][AUTH_AS_SERVER_SIDE] = 0; in ClearAuthChannelId()
1285 … info->authChannelId[type][AUTH_AS_CLIENT_SIDE], info->authChannelId[type][AUTH_AS_SERVER_SIDE]); in ClearAuthChannelId()
1289 info->authChannelId[type][AUTH_AS_CLIENT_SIDE] = 0; in ClearAuthChannelId()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h190 int32_t authChannelId[CONNECTION_ADDR_MAX][AUTH_SIDE_MAX]; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c1022 info->authChannelId[CONNECTION_ADDR_BLE][AUTH_AS_CLIENT_SIDE] = 0; in FilterRetrieveDeviceInfo()
1023 info->authChannelId[CONNECTION_ADDR_BLE][AUTH_AS_SERVER_SIDE] = 0; in FilterRetrieveDeviceInfo()
1152 …nodeInfo->authChannelId[connInfo->addr.type][isAuthServer ? AUTH_AS_SERVER_SIDE : AUTH_AS_CLIENT_S… in LnnFillConnInfo()