Home
last modified time | relevance | path

Searched refs:LnnSetLocalNumU32Info (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h104 virtual int32_t LnnSetLocalNumU32Info(InfoKey key, uint32_t info) = 0;
169 MOCK_METHOD2(LnnSetLocalNumU32Info, int32_t (InfoKey key, uint32_t info));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp241 int32_t LnnSetLocalNumU32Info(InfoKey key, uint32_t info) in LnnSetLocalNumU32Info() function
243 return GetLaneDepsInterface()->LnnSetLocalNumU32Info(key, info); in LnnSetLocalNumU32Info()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h69 int32_t LnnSetLocalNumU32Info(InfoKey key, uint32_t info);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp153 ret = LnnSetLocalNumU32Info(NUM_KEY_NET_CAP, netCapability); in OnInterfaceAddressUpdated()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c201 (void)LnnSetLocalNumU32Info(NUM_KEY_NET_CAP, local); in P2pCapCheck()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c441 if (LnnSetLocalNumU32Info(NUM_KEY_DATA_SWITCH_LEVEL, switchLevel) != SOFTBUS_OK) { in LnnSetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2134 int32_t LnnSetLocalNumU32Info(InfoKey key, uint32_t info) in LnnSetLocalNumU32Info() function