Searched refs:TARGET_PKG_NAME_KEY (Results 1 – 1 of 1) sorted by relevance
89 constexpr const char* TARGET_PKG_NAME_KEY = "targetPkgName"; variable190 if (IsString(jsonObject, TARGET_PKG_NAME_KEY)) { in GetAuthParam()191 authRequestContext_->targetPkgName = jsonObject[TARGET_PKG_NAME_KEY].get<std::string>(); in GetAuthParam()1404 jsonObj[TARGET_PKG_NAME_KEY] = authResponseContext_->targetPkgName; in ShowConfigDialog()