Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_session_message_test.cpp478 EXPECT_TRUE(CheckBusVersion(json1) == SOFTBUS_ERR);
487 EXPECT_TRUE(CheckBusVersion(json) == 2);
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_message.c1316 static int32_t CheckBusVersion(const JsonObj *json) in CheckBusVersion() function
1337 if (CheckBusVersion(json) < 0) { in UnpackWiFi()