Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_connection.h64 const char *GetConnTypeStr(uint64_t connId);
80 #define CONN_DATA(connId) GetConnTypeStr(connId), GetConnId(connId)
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c86 const char *GetConnTypeStr(uint64_t connId) in GetConnTypeStr() function