Home
last modified time | relevance | path

Searched refs:dataStaticLevel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c429 return info->dataStaticLevel; in LnnGetDataStaticLevel()
432 int32_t LnnSetDataStaticLevel(NodeInfo *info, uint16_t dataStaticLevel) in LnnSetDataStaticLevel() argument
438 info->dataStaticLevel = dataStaticLevel; in LnnSetDataStaticLevel()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h162 uint16_t dataStaticLevel; member