Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h60 constexpr const char* TAG_LOCAL_USERID = "localUserId"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp174 json[TAG_LOCAL_USERID] = authResponseContext_->localUserId; in CreateNegotiateMessage()
203 json[TAG_LOCAL_USERID] = authResponseContext_->localUserId; in CreateRespNegotiateMessage()
449 if (IsInt32(json, TAG_LOCAL_USERID)) { in ParsePkgNegotiateMessage()
450 authResponseContext_->localUserId = json[TAG_LOCAL_USERID].get<int32_t>(); in ParsePkgNegotiateMessage()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1377 jsonObj[TAG_LOCAL_USERID] = 1; in HWTEST_F()
1595 jsonObj[TAG_LOCAL_USERID] = 1231; in HWTEST_F()
1617 jsonObj[TAG_LOCAL_USERID] = "1231"; in HWTEST_F()

Completed in 5 milliseconds