Home
last modified time | relevance | path

Searched defs:localPtk (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_ptk_info_virtual.c44 int32_t LnnGetLocalPtkByUdid(const char *udid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUdid()
52 int32_t LnnGetLocalPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUuid()
60 int32_t LnnGetLocalDefaultPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalDefaultPtkByUuid()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils_test.cpp131 .WillOnce([&ptkBytes](const std::string &uuid, char *localPtk, uint32_t len) { in __anon42efe4e10202()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp147 int32_t LnnGetLocalPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUuid()
152 int32_t LnnGetLocalDefaultPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalDefaultPtkByUuid()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c724 char localPtk[PTK_DEFAULT_LEN] = {0}; in SoftbusDumpPrintLocalPtk() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1191 char localPtk[PTK_DEFAULT_LEN] = {0}; in PackWifiDirectInfo() local