Home
last modified time | relevance | path

Searched defs:goMac (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dnet_ledger_mock.cpp58 int32_t LnnSetP2pGoMac(NodeInfo *info, const char *goMac) in LnnSetP2pGoMac()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils_test.cpp296 const std::string goMac = "11:22:33:44:66"; variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c480 int32_t LnnSetP2pGoMac(NodeInfo *info, const char *goMac) in LnnSetP2pGoMac()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp536 …tils::SyncLnnInfoForP2p(WifiDirectRole role, const std::string &localMac, const std::string &goMac) in SyncLnnInfoForP2p()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp532 …tils::SyncLnnInfoForP2p(WifiDirectRole role, const std::string &localMac, const std::string &goMac) in SyncLnnInfoForP2p()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h94 char goMac[MAC_LEN]; // the mac of p2p Go device, while local device as Gc role. member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp341 int32_t LnnSetP2pGoMac(NodeInfo *info, const char *goMac) in LnnSetP2pGoMac()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp1217 auto goMac = processor.GetGoMac(ct.myRole); variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1793 std::string goMac; in GetGoMac() local