Lines Matching refs:iface
51 int32_t OnInterfaceAdded(const std::string &iface) override;
52 int32_t OnInterfaceRemoved(const std::string &iface) override;
53 int32_t OnInterfaceChanged(const std::string &iface, bool up) override;
58 int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override;
70 int32_t SetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ic) override;
71 int32_t GetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig) override;
72 int32_t IsIfaceActive(const std::string &iface, int32_t &activeStatus) override;
77 int32_t SetInterfaceUp(const std::string &iface) override;
78 int32_t SetInterfaceDown(const std::string &iface) override;
79 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) override;
80 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override;