Home
last modified time | relevance | path

Searched defs:StateAccessor (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/pinecone/cmd/pineconesim/simulator/
H A Dstate.go63 type StateAccessor struct { struct
64 phony.Inbox
65 _subscribers map[chan<- SimEvent]*phony.Inbox
66 _state *State
77 func (s *StateAccessor) Subscribe(ch chan<- SimEvent) State {
86 func (s *StateAccessor) _publish(event SimEvent) {
96 func (s *StateAccessor) GetLinkCount() float64 {
109 func (s *StateAccessor) GetNodeName(peerID string) (string, error) {
123 func (s *StateAccessor) _addNode(name string, peerID string) {
142 func (s *StateAccessor) _updateParent(node string, peerID string) {
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dlogtable.cpp196 Value LogTable::StateAccessor(const Value& row) in StateAccessor() function in LogTable
H A Dstatehisttable.cpp318 Value StateHistTable::StateAccessor(const Value& row) in StateAccessor() function in StateHistTable
H A Dservicestable.cpp489 Value ServicesTable::StateAccessor(const Value& row) in StateAccessor() function in ServicesTable
H A Dhoststable.cpp659 Value HostsTable::StateAccessor(const Value& row) in StateAccessor() function in HostsTable