Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h71 constexpr const char* TAG_DATA_LEN = "dataLen"; member
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp1070 jsonObject[TAG_DATA_LEN] = "123"; in HWTEST_F()
1081 jsonObject[TAG_DATA_LEN] = 123; in HWTEST_F()
1093 jsonObject[TAG_DATA_LEN] = 123; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp590 jsonObj[TAG_DATA_LEN] = dataLen; 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()

Completed in 8 milliseconds