Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h241 uint16_t LnnGetDataSwitchLength(const NodeInfo *info);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c461 uint16_t LnnGetDataSwitchLength(const NodeInfo *info) in LnnGetDataSwitchLength() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c903 *((uint16_t *)buf) = (uint16_t)LnnGetDataSwitchLength(&g_localNetLedger.localInfo); in L1GetDataSwitchLength()