Home
last modified time | relevance | path

Searched refs:TAG_GROUP_ID (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_tag.h58 TAG_GROUP_ID, member in OHOS::UDMF::TAG
H A Dtlv_util.cpp190 if (!data.Write(TAG::TAG_GROUP_ID, input.groupId)) { in Writing()
220 case static_cast<uint16_t>(TAG::TAG_GROUP_ID): in Reading()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp238 if (!IsString(jsonObject, TAG_GROUP_ID)) { in CreateResponseAuthMessage()
242 groupId = jsonObject[TAG_GROUP_ID].get<std::string>(); in CreateResponseAuthMessage()
245 json[TAG_GROUP_ID] = groupId; in CreateResponseAuthMessage()
426 if (!IsInt64(json, TAG_REQUEST_ID) || !IsString(json, TAG_GROUP_ID) || in ParseAuthResponseMessage()
432 authResponseContext_->groupId = json[TAG_GROUP_ID].get<std::string>(); in ParseAuthResponseMessage()
H A Ddm_auth_manager.cpp1139 jsonObject[TAG_GROUP_ID] = authResponseContext_->groupId; in AddMember()
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h121 constexpr const char* TAG_GROUP_ID = "groupId"; member
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp198 jsonb[TAG_GROUP_ID] = "123456"; in HWTEST_F()
210 jsona[TAG_GROUP_ID] = "123456"; in HWTEST_F()
335 jsona[TAG_GROUP_ID] = authResponseContext->groupId; in HWTEST_F()
440 jsona[TAG_GROUP_ID] = "4521201"; in HWTEST_F()
466 jsona[TAG_GROUP_ID] = 4521201; in HWTEST_F()
492 jsona[TAG_GROUP_ID] = "4521201"; in HWTEST_F()
518 jsona[TAG_GROUP_ID] = "4521201"; in HWTEST_F()
544 jsona[TAG_GROUP_ID] = "4521201"; in HWTEST_F()
578 jsonThumbnail[TAG_GROUP_ID] = authResponseContext->groupId; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp328 !IsString(jsonObject, TAG_GROUP_ID) || !IsInt64(jsonObject, TAG_REQUEST_ID) || in AddMember()
338 std::string groupId = jsonObject[TAG_GROUP_ID].get<std::string>(); in AddMember()

Completed in 12 milliseconds