Lines Matching refs:computerSystemIndex
125 std::function<void(const uint64_t computerSystemIndex)> callback) in getManagedHostProperty()
147 std::function<void(const uint64_t computerSystemIndex)>& callback, in afterGetComputerSystemSubTreePaths()
199 std::function<void(const uint64_t computerSystemIndex)>&& callback) in getComputerSystemIndex()
220 const uint64_t computerSystemIndex) in getHostStateObjectPath() argument
224 std::to_string(computerSystemIndex)); in getHostStateObjectPath()
229 inline std::string getHostStateServiceName(const uint64_t computerSystemIndex) in getHostStateServiceName() argument
234 hostStateService += std::to_string(computerSystemIndex); in getHostStateServiceName()
241 const uint64_t computerSystemIndex) in getChassisStateObjectPath() argument
245 std::to_string(computerSystemIndex)); in getChassisStateObjectPath()
251 const uint64_t computerSystemIndex) in getChassisStateServiceName() argument
256 chassisStateService += std::to_string(computerSystemIndex); in getChassisStateServiceName()
330 const uint64_t computerSystemIndex, in indexMatchingSubTreeMapObjectPath() argument
334 const std::string host = std::format("host{}", computerSystemIndex); in indexMatchingSubTreeMapObjectPath()