Searched refs:hostPkg_ (Results 1 – 5 of 5) sorted by relevance
31 std::string RdbRadar::hostPkg_{ "" };90 if (!hostPkg_.empty()) { in GetHostPkgInfo()91 return hostPkg_; in GetHostPkgInfo()98 hostPkg_ = tokenInfo.processName; in GetHostPkgInfo()101 hostPkg_ = bundleName_; in GetHostPkgInfo()103 return hostPkg_; in GetHostPkgInfo()
21 std::string RdbRadar::hostPkg_{ "" };
58 static std::string hostPkg_; variable
179 HOST_PKG, info.hostPkg_, in ReportWithoutTrustInfo()202 HOST_PKG, info.hostPkg_, in ReportWithTrustInfo()240 info.hostPkg_ = in ReportHiSysEventBehavior()
38 std::string hostPkg_; member