Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c426 if (LnnSetLocalNumU16Info(NUM_KEY_DATA_DYNAMIC_LEVEL, dynamicLevel) != SOFTBUS_OK) { in LnnSetDataLevel()
431 if (LnnSetLocalNumU16Info(NUM_KEY_DATA_STATIC_LEVEL, staticLevel) != SOFTBUS_OK) { in LnnSetDataLevel()
446 if (LnnSetLocalNumU16Info(NUM_KEY_DATA_SWITCH_LENGTH, switchLength) != SOFTBUS_OK) { in LnnSetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h67 int32_t LnnSetLocalNumU16Info(InfoKey key, uint16_t info);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2124 int32_t LnnSetLocalNumU16Info(InfoKey key, uint16_t info) in LnnSetLocalNumU16Info() function