Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_dialog_manager.cpp97 if (IsString(jsonObject, TAG_HOST_PKGLABEL)) { in ShowConfirmDialog()
98 hostPkgLabel = jsonObject[TAG_HOST_PKGLABEL].get<std::string>(); in ShowConfirmDialog()
203 param[TAG_HOST_PKGLABEL] = DmDialogManager::GetHostPkgLabel(); in OnAbilityConnectDone()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h73 constexpr const char* TAG_HOST_PKGLABEL = "hostPkgLabel"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp182 json[TAG_HOST_PKGLABEL] = authResponseContext_->hostPkgLabel; in CreateNegotiateMessage()
489 if (IsString(json, TAG_HOST_PKGLABEL)) { in ParsePkgNegotiateMessage()
490 authResponseContext_->hostPkgLabel = json[TAG_HOST_PKGLABEL].get<std::string>(); in ParsePkgNegotiateMessage()
H A Ddm_auth_manager.cpp1405 jsonObj[TAG_HOST_PKGLABEL] = authResponseContext_->hostPkgLabel; in ShowConfigDialog()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1628 jsonObj[TAG_HOST_PKGLABEL] = "1212"; in HWTEST_F()

Completed in 10 milliseconds