Home
last modified time | relevance | path

Searched refs:TAG_REQUESTER (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp47 if (IsString(jsonObject, TAG_REQUESTER)) { in StartAbility()
48 deviceName = jsonObject[TAG_REQUESTER].get<std::string>(); in StartAbility()
H A Ddm_dialog_manager.cpp85 if (IsString(jsonObject, TAG_REQUESTER)) { in ShowConfirmDialog()
86 deviceName = jsonObject[TAG_REQUESTER].get<std::string>(); in ShowConfirmDialog()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h37 constexpr const char* TAG_REQUESTER = "REQUESTER"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp52 jsonObj[TAG_REQUESTER] = authRequestContext_->localDeviceName; in GetJsonObj()
359 if (IsString(json, TAG_REQUESTER)) { in GetAuthReqMessage()
360 authResponseContext_->deviceName = json[TAG_REQUESTER].get<std::string>(); in GetAuthReqMessage()
H A Ddm_auth_manager.cpp1404 jsonObj[TAG_REQUESTER] = authResponseContext_->deviceName; in ShowConfigDialog()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp609 jsonThumbnail[TAG_REQUESTER] = "AJ125S25S3E65F1A24T"; in HWTEST_F()
683 jsonThumbnail[TAG_REQUESTER] = "iknbghkkj266SSjsjjdan21526"; in HWTEST_F()
1556 jsonObj[TAG_REQUESTER] = "1212"; in HWTEST_F()
1579 jsonObj[TAG_REQUESTER] = 1212; in HWTEST_F()

Completed in 9 milliseconds