Home
last modified time | relevance | path

Searched refs:TAG_DATA (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h70 constexpr const char* TAG_DATA = "data"; member
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp1059 jsonObject[TAG_DATA] = 123; in HWTEST_F()
1069 jsonObject[TAG_DATA] = "123"; in HWTEST_F()
1080 jsonObject[TAG_DATA] = "123"; in HWTEST_F()
1092 jsonObject[TAG_DATA] = "123"; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp589 jsonObj[TAG_DATA] = authDataStr; in CreateDeviceAuthMessage()
H A Ddm_auth_manager.cpp2206 if (!IsString(jsonObject, TAG_DATA) || !IsInt32(jsonObject, TAG_DATA_LEN) || !IsInt32(jsonObject, TAG_MSG_TYPE)) { in OnAuthDeviceDataReceived()
2211 std::string authData = jsonObject[TAG_DATA].get<std::string>(); in OnAuthDeviceDataReceived()

Completed in 7 milliseconds