Home
last modified time | relevance | path

Searched refs:TAG_REPLY (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp151 json[TAG_REPLY] = authResponseContext_->reply; in CreateResponseAuthMessageExt()
168 json[TAG_REPLY] = authResponseContext_->reply; in CreateNegotiateMessage()
197 json[TAG_REPLY] = authResponseContext_->reply; in CreateRespNegotiateMessage()
227 json[TAG_REPLY] = authResponseContext_->reply; in CreateResponseAuthMessage()
255 json[TAG_REPLY] = authResponseContext_->reply; in CreateResponseFinishMessage()
312 if (IsInt32(json, TAG_REPLY)) { in ParseAuthResponseMessageExt()
313 authResponseContext_->reply = json[TAG_REPLY].get<int32_t>(); in ParseAuthResponseMessageExt()
328 if (IsInt32(json, TAG_REPLY)) { in ParseResponseFinishMessage()
329 authResponseContext_->reply = json[TAG_REPLY].get<int32_t>(); in ParseResponseFinishMessage()
414 if (!IsInt32(json, TAG_REPLY)) { in ParseAuthResponseMessage()
[all...]
H A Ddm_auth_manager.cpp2190 respNegotiateMsg[TAG_REPLY] = ERR_DM_VERSION_INCOMPATIBLE; in ProcIncompatible()
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp43 constexpr const char* TAG_REPLY = "REPLY"; member
257 jsonObj[TAG_REPLY] = REPLY_FAILED; in ProcessCreateMsg()
259 jsonObj[TAG_REPLY] = REPLY_SUCCESS; in ProcessCreateMsg()
288 if (!IsInt32(jsonObject, TAG_REPLY)) { in ProcessCreateRespMsg()
293 int32_t reply = jsonObject[TAG_REPLY].get<int32_t>(); in ProcessCreateRespMsg()
335 jsonObj[TAG_REPLY] = REPLY_FAILED; in ProcessDestroyMsg()
337 jsonObj[TAG_REPLY] = REPLY_SUCCESS; in ProcessDestroyMsg()
396 if (!IsInt32(jsonObject, TAG_REPLY)) { in ProcessDestroyResMsg()
400 int32_t reply = jsonObject[TAG_REPLY].get<int32_t>(); in ProcessDestroyResMsg()
607 jsonObj[TAG_REPLY] in ProcessChangeMsg()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp145 jsonObject[TAG_REPLY] = authMessageProcessor->authResponseContext_->reply; in HWTEST_F()
205 jsona[TAG_REPLY] = authMessageProcessor->authResponseContext_->reply; in HWTEST_F()
234 jsona[TAG_REPLY] = authMessageProcessor->authResponseContext_->reply; in HWTEST_F()
258 jsonObj[TAG_REPLY] = authMessageProcessor->authResponseContext_->reply; in HWTEST_F()
278 jsonObj[TAG_REPLY] = 22; in HWTEST_F()
281 ASSERT_EQ(authMessageProcessor->authResponseContext_->reply, jsonObj[TAG_REPLY]); in HWTEST_F()
304 ASSERT_NE(authMessageProcessor->authResponseContext_->reply, jsonObj[TAG_REPLY]); in HWTEST_F()
330 jsona[TAG_REPLY] = authResponseContext->reply; in HWTEST_F()
356 jsona[TAG_REPLY] = "12"; in HWTEST_F()
375 jsona[TAG_REPLY] in HWTEST_F()
[all...]
H A DUTTest_dm_pin_holder.cpp123 constexpr const char* TAG_REPLY = "REPLY"; member
497 jsonObject[TAG_REPLY] = DmPinType::NUMBER_PIN_CODE; in HWTEST_F()
509 jsonObject[TAG_REPLY] = DmPinType::SUPER_SONIC; in HWTEST_F()
521 jsonObject[TAG_REPLY] = DmPinType::NUMBER_PIN_CODE; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h28 constexpr const char* TAG_REPLY = "REPLY"; member

Completed in 10 milliseconds