Home
last modified time | relevance | path

Searched refs:LnnSetDataSwitchLength (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.h242 int32_t LnnSetDataSwitchLength(NodeInfo *info, uint16_t dataSwitchLevel);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c470 int32_t LnnSetDataSwitchLength(NodeInfo *info, uint16_t dataSwitchLength) in LnnSetDataSwitchLength() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c913 return LnnSetDataSwitchLength(info, *(uint16_t *)buf); in UpdateDataSwitchLength()