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 D | lnn_lane_deps_mock.h | 104 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 D | lnn_lane_deps_mock.cpp | 241 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 D | bus_center_manager.h | 69 int32_t LnnSetLocalNumU32Info(InfoKey key, uint32_t info);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_netmanager_listener.cpp | 153 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 D | lnn_select_rule.c | 201 (void)LnnSetLocalNumU32Info(NUM_KEY_NET_CAP, local); in P2pCapCheck()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 441 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 D | lnn_local_net_ledger.c | 2134 int32_t LnnSetLocalNumU32Info(InfoKey key, uint32_t info) in LnnSetLocalNumU32Info() function
|