Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp170 json[TAG_ACCOUNT_GROUPID] = authResponseContext_->accountGroupIdHash; in CreateNegotiateMessage()
517 if (IsString(json, TAG_ACCOUNT_GROUPID)) { in ParseNegotiateMessage()
518 authResponseContext_->accountGroupIdHash = json[TAG_ACCOUNT_GROUPID].get<std::string>(); in ParseNegotiateMessage()
545 if (IsString(json, TAG_ACCOUNT_GROUPID)) { in ParseRespNegotiateMessage()
546 authResponseContext_->accountGroupIdHash = json[TAG_ACCOUNT_GROUPID].get<std::string>(); in ParseRespNegotiateMessage()
H A Ddm_auth_manager.cpp2169 jsonObject[TAG_ACCOUNT_GROUPID] = GetAccountGroupIdHash(); in ProcRespNegotiate()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h48 constexpr const char* TAG_ACCOUNT_GROUPID = "ACCOUNTGROUPID"; member
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp140 jsonObject[TAG_ACCOUNT_GROUPID] = ""; in HWTEST_F()
855 jsonObj[TAG_ACCOUNT_GROUPID] = "GROUPID"; in HWTEST_F()
857 jsonObj[TAG_ACCOUNT_GROUPID] = 12; in HWTEST_F()
923 jsonObj[TAG_ACCOUNT_GROUPID] = "1212"; in HWTEST_F()
950 jsonObj[TAG_ACCOUNT_GROUPID] = 1212; in HWTEST_F()

Completed in 13 milliseconds