Home
last modified time | relevance | path

Searched refs:CMD_GET_AUTH_INFO (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp24 static const std::string CMD_GET_AUTH_INFO = "getAuthInfo"; variable
215 if (!AddStringToJsonObject(obj, CMD_TAG.c_str(), CMD_GET_AUTH_INFO.c_str())) { in Pack()
H A Dauth_session_message_test.cpp346 JSON_AddStringToObject(obj1, CMD_TAG, CMD_GET_AUTH_INFO); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c47 #define CMD_GET_AUTH_INFO "getAuthInfo" macro
795 if (!JSON_AddStringToObject(obj, CMD_TAG, CMD_GET_AUTH_INFO)) { in PackDeviceJsonInfo()
1044 if (strncmp(cmd, CMD_GET_AUTH_INFO, strlen(CMD_GET_AUTH_INFO)) != 0) { in UnpackWifiInfoFromJsonObj()

Completed in 7 milliseconds