Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp92 constexpr const char* TARGET_PKG_NAME_KEY = "targetPkgName"; member
212 if (IsString(jsonObject, TARGET_PKG_NAME_KEY)) { in GetAuthParam()
213 authRequestContext_->targetPkgName = jsonObject[TARGET_PKG_NAME_KEY].get<std::string>(); in GetAuthParam()
1400 jsonObj[TARGET_PKG_NAME_KEY] = authResponseContext_->targetPkgName; in ShowConfigDialog()

Completed in 4 milliseconds