Home
last modified time | relevance | path

Searched refs:DlGetRemotePtk (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp936 int32_t ret = DlGetRemotePtk(nullptr, true, nullptr, len);
939 ret = DlGetRemotePtk(nullptr, true, nullptr, STATIC_CAP_LEN + 1);
942 ret = DlGetRemotePtk(networkId, true, nullptr, STATIC_CAP_LEN + 1);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c212 static int32_t DlGetRemotePtk(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetRemotePtk() function
800 {BYTE_KEY_REMOTE_PTK, DlGetRemotePtk},