Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_session_message_test.cpp455 EXPECT_TRUE(GetBtDiscTypeString(nullptr, buf, 10) == SOFTBUS_OK);
457 EXPECT_TRUE(GetBtDiscTypeString(&info, buf, 10) == SOFTBUS_OK);
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_message.c1187 static int32_t GetBtDiscTypeString(const NodeInfo *info, char *buf, uint32_t len) in GetBtDiscTypeString() function
1224 if (GetBtDiscTypeString(&nodeInfo, discTypeStr, BT_DISC_TYPE_MAX_LEN) != SOFTBUS_OK) { in AddDiscoveryType()