Lines Matching refs:iface
51 int32_t OnInterfaceAdded(const std::string &iface) override; in DECLARE_SYSTEM_ABILITY()
52 int32_t OnInterfaceRemoved(const std::string &iface) override; in DECLARE_SYSTEM_ABILITY()
53 int32_t OnInterfaceChanged(const std::string &iface, bool up) override; in DECLARE_SYSTEM_ABILITY()
58 … int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override; in DECLARE_SYSTEM_ABILITY()
70 int32_t SetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ic) override;
71 …int32_t GetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig) overri…
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 &conf…
80 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)…