Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp23 static const std::string CMD_TAG = "TECmd"; variable
215 if (!AddStringToJsonObject(obj, CMD_TAG.c_str(), CMD_GET_AUTH_INFO.c_str())) { in Pack()
220 if (!AddStringToJsonObject(obj, CMD_TAG.c_str(), CMD_RET_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.c46 #define CMD_TAG "TECmd" macro
795 if (!JSON_AddStringToObject(obj, CMD_TAG, CMD_GET_AUTH_INFO)) { in PackDeviceJsonInfo()
800 if (!JSON_AddStringToObject(obj, CMD_TAG, CMD_RET_AUTH_INFO)) { in PackDeviceJsonInfo()
1035 if (!JSON_GetStringFromOject(obj, CMD_TAG, cmd, CMD_TAG_LEN)) { in UnpackWifiInfoFromJsonObj()
1036 AUTH_LOGE(AUTH_FSM, "CMD_TAG not found"); in UnpackWifiInfoFromJsonObj()

Completed in 6 milliseconds