Home
last modified time | relevance | path

Searched refs:LnnSetDataStaticLevel (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.h238 int32_t LnnSetDataStaticLevel(NodeInfo *info, uint16_t dataStaticLvel);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c432 int32_t LnnSetDataStaticLevel(NodeInfo *info, uint16_t dataStaticLevel) in LnnSetDataStaticLevel() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c877 return LnnSetDataStaticLevel(info, *(uint16_t *)buf); in UpdateDataStaticLevel()