Home
last modified time | relevance | path

Searched refs:TAG_GROUP_NAME (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h122 constexpr const char* TAG_GROUP_NAME = "GROUPNAME"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp246 json[TAG_GROUP_NAME] = authResponseContext_->groupName; in CreateResponseAuthMessage()
427 !IsString(json, TAG_GROUP_NAME) || !IsString(json, TAG_AUTH_TOKEN)) { in ParseAuthResponseMessage()
433 authResponseContext_->groupName = json[TAG_GROUP_NAME].get<std::string>(); in ParseAuthResponseMessage()
H A Ddm_auth_manager.cpp1140 jsonObject[TAG_GROUP_NAME] = authResponseContext_->groupName; in AddMember()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp211 jsona[TAG_GROUP_NAME] = authMessageProcessor->authResponseContext_->groupName; in HWTEST_F()
336 jsona[TAG_GROUP_NAME] = authResponseContext->groupName; in HWTEST_F()
441 jsona[TAG_GROUP_NAME] = "4521201"; in HWTEST_F()
467 jsona[TAG_GROUP_NAME] = "4521201"; in HWTEST_F()
493 jsona[TAG_GROUP_NAME] = 4521201; in HWTEST_F()
519 jsona[TAG_GROUP_NAME] = "4521201"; in HWTEST_F()
545 jsona[TAG_GROUP_NAME] = "4521201"; in HWTEST_F()
579 jsonThumbnail[TAG_GROUP_NAME] = authResponseContext->groupName; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp329 !IsString(jsonObject, TAG_GROUP_NAME)) { in AddMember()
345 jsonObj[FIELD_GROUP_NAME] = jsonObject[TAG_GROUP_NAME].get<std::string>(); in AddMember()

Completed in 10 milliseconds