Lines Matching refs:sptr
50 int32_t RegisterChipEventCallback(const sptr<IConcreteChipCallback>& chipEventcallback) override;
55 int32_t CreateApService(sptr<IChipIface>& iface) override;
57 int32_t GetApService(const std::string& ifname, sptr<IChipIface>& iface) override;
59 int32_t CreateP2pService(sptr<IChipIface>& iface) override;
61 int32_t GetP2pService(const std::string& ifname, sptr<IChipIface>& iface) override;
63 int32_t CreateStaService(sptr<IChipIface>& iface) override;
65 int32_t GetStaService(const std::string& ifname, sptr<IChipIface>& iface) override;
67 int32_t CreateExtService(const std::string& ifName, sptr<IChipIface>& iface) override;
68 int32_t GetExtService(const std::string& ifName, sptr<IChipIface>& iface) override;
92 sptr<WifiApIface> NewApIface(std::string& ifname);
100 std::vector<sptr<WifiApIface>> apIfaces_;
101 std::vector<sptr<WifiP2pIface>> p2pIfaces_;
102 std::vector<sptr<WifiStaIface>> staIfaces_;
103 std::vector<sptr<WifiExtIface>> extIfaces_;