Home
last modified time | relevance | path

Searched refs:base_attr_action_code (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/
H A DMsgBusInterface.hpp219 enum base_attr_action_code { enum in MsgBusInterface
471 …void update_baseAttribute(obj_bgp_peer &peer, obj_path_attr &attr, base_attr_action_code code) = 0;
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/kafka/
H A DMsgBusImpl_kafka.h61 void update_baseAttribute(obj_bgp_peer &peer, obj_path_attr &attr, base_attr_action_code code);
H A DMsgBusImpl_kafka.cpp689 …_kafka::update_baseAttribute(obj_bgp_peer &peer, obj_path_attr &attr, base_attr_action_code code) { in update_baseAttribute()