Home
last modified time | relevance | path

Searched refs:LnnSetMasterUdid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h217 int32_t LnnSetMasterUdid(NodeInfo *info, const char *udid);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp190 EXPECT_TRUE(LnnSetMasterUdid(nullptr, nullptr) == SOFTBUS_INVALID_PARAM);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c202 int32_t LnnSetMasterUdid(NodeInfo *info, const char *udid) in LnnSetMasterUdid() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1416 return LnnSetMasterUdid(&g_localNetLedger.localInfo, (const char *)udid); in UpdateMasterNodeUdid()