Home
last modified time | relevance | path

Searched refs:LnnSetDataSwitchLevel (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.h240 int32_t LnnSetDataSwitchLevel(NodeInfo *info, uint32_t dataSwitchLevel);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c451 int32_t LnnSetDataSwitchLevel(NodeInfo *info, uint32_t dataSwitchLevel) in LnnSetDataSwitchLevel() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c895 return LnnSetDataSwitchLevel(info, *(uint32_t *)buf); in UpdateDataSwitchLevel()