Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp25 static const std::string CMD_RET_AUTH_INFO = "retAuthInfo"; variable
220 if (!AddStringToJsonObject(obj, CMD_TAG.c_str(), CMD_RET_AUTH_INFO.c_str())) { in Pack()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c48 #define CMD_RET_AUTH_INFO "retAuthInfo" macro
798 if (!JSON_AddStringToObject(obj, CMD_TAG, CMD_RET_AUTH_INFO)) { in PackDeviceJsonInfo()
1046 if (strncmp(cmd, CMD_RET_AUTH_INFO, strlen(CMD_RET_AUTH_INFO)) != 0) { in IsCmdMatchByDeviceId()