Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp177 json[TAG_ACCOUNT_GROUPID] = authResponseContext_->accountGroupIdHash; in CreateNegotiateMessage()
541 if (IsString(json, TAG_ACCOUNT_GROUPID)) { in ParseNegotiateMessage()
542 authResponseContext_->accountGroupIdHash = json[TAG_ACCOUNT_GROUPID].get<std::string>(); in ParseNegotiateMessage()
569 if (IsString(json, TAG_ACCOUNT_GROUPID)) { in ParseRespNegotiateMessage()
570 authResponseContext_->accountGroupIdHash = json[TAG_ACCOUNT_GROUPID].get<std::string>(); in ParseRespNegotiateMessage()
H A Ddm_auth_manager.cpp2408 jsonObject[TAG_ACCOUNT_GROUPID] = GetAccountGroupIdHash(); in ProcRespNegotiate()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h48 constexpr const char* TAG_ACCOUNT_GROUPID = "ACCOUNTGROUPID"; variable
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp140 jsonObject[TAG_ACCOUNT_GROUPID] = "";
855 jsonObj[TAG_ACCOUNT_GROUPID] = "GROUPID";
857 jsonObj[TAG_ACCOUNT_GROUPID] = 12;
923 jsonObj[TAG_ACCOUNT_GROUPID] = "1212";
950 jsonObj[TAG_ACCOUNT_GROUPID] = 1212;