Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h30 constexpr const char* TAG_TARGET = "TARGET"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp61 jsonObj[TAG_TARGET] = authRequestContext_->targetPkgName; in GetJsonObj()
347 if (IsString(json, TAG_TARGET)) { in GetAuthReqMessage()
348 authResponseContext_->targetPkgName = json[TAG_TARGET].get<std::string>(); in GetAuthReqMessage()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp606 jsonThumbnail[TAG_TARGET] = "12345"; in HWTEST_F()
652 jsonThumbnail[TAG_TARGET] = "12345"; in HWTEST_F()
679 jsonThumbnail[TAG_TARGET] = "12345"; in HWTEST_F()
1552 jsonObj[TAG_TARGET] = "1212"; in HWTEST_F()
1575 jsonObj[TAG_TARGET] = 1212; in HWTEST_F()

Completed in 5 milliseconds