Home
last modified time | relevance | path

Searched refs:STRING_KEY_BT_MAC (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h42 STRING_KEY_BT_MAC, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp292 EXPECT_TRUE(LnnSetLocalStrInfo(STRING_KEY_BT_MAC, LOCAL_BT_MAC) == SOFTBUS_OK);
320 STRING_KEY_BT_MAC,
359 ret = LnnSetLocalStrInfo(STRING_KEY_BT_MAC, LOCAL_BT_MAC);
H A Dlnn_disctributed_net_ledger_test.cpp141 STRING_KEY_BT_MAC,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp173 int32_t ret = LnnSetLocalStrInfo(STRING_KEY_BT_MAC, LOCAL_BT_MAC); in ConstructBtLocalInfo()
217 ret = LnnGetLocalStrInfo(STRING_KEY_BT_MAC, des, LOCAL_MAX_SIZE); in GetBTLocalInfo()
402 ret = LnnGetRemoteStrInfo(NODE1_NETWORK_ID, STRING_KEY_BT_MAC, macAddr, MAC_LEN);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c92 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_BT_MAC, brMac, sizeof(brMac)) != SOFTBUS_OK) { in HbHasActiveBrConnection()
400 (void)LnnGetLocalStrInfo(STRING_KEY_BT_MAC, localBtMac, BT_MAC_LEN); in LnnDumpLocalBasicInfo()
447 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_BT_MAC, brMac, BT_MAC_LEN) != SOFTBUS_OK) { in LnnDumpPrintMac()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c242 return LnnGetLocalStrInfo(STRING_KEY_BT_MAC, (char *)info, infoLen); in LnnGetNodeKeyInfoLocal()
281 return LnnGetRemoteStrInfo(networkId, STRING_KEY_BT_MAC, (char *)info, infoLen); in LnnGetNodeKeyInfoRemote()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c98 return LnnSetLocalStrInfo(STRING_KEY_BT_MAC, macStr); in EnableBtSubnet()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp105 case STRING_KEY_BT_MAC: in ActionOfGetRemoteStrInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c106 ret = LnnGetRemoteStrInfo(networkId, STRING_KEY_BT_MAC, brMac, len); in GetRemoteBtMacByUdidHash()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c804 (void)LnnGetLocalStrInfo(STRING_KEY_BT_MAC, reportInfo->localBrMac, MAC_LEN); in GetLocalDevReportInfo()
H A Dauth_session_json.c1954 if (LnnSetLocalStrInfo(STRING_KEY_BT_MAC, brMac) != SOFTBUS_OK) { in UpdateLocalNetBrMac()
H A Dauth_manager.c1677 …if (LnnGetRemoteStrInfo(networkId, STRING_KEY_BT_MAC, connInfo->info.brInfo.brMac, BT_MAC_LEN) != … in TryGetBrConnInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c984 if (LnnGetRemoteStrInfo(reqInfo->peerNetworkId, STRING_KEY_BT_MAC, linkInfo.linkInfo.br.brMac, in LaneLinkOfBr()
H A Dlnn_lane_link_p2p.c2218 …if (LnnGetRemoteStrInfo(networkId, STRING_KEY_BT_MAC, connOpt.brOption.brMac, BT_MAC_LEN) != SOFTB… in CheckHasBrConnection()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c766 {STRING_KEY_BT_MAC, DlGetBtMac},
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1785 {STRING_KEY_BT_MAC, MAC_LEN, LlGetBtMac, UpdateLocalBtMac},