Searched refs:NetConnServiceProxy (Results 1 – 4 of 4) sorted by relevance
27 NetConnServiceProxy::NetConnServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<INetConnSe… in NetConnServiceProxy() function in OHOS::NetManagerStandard::NetConnServiceProxy29 NetConnServiceProxy::~NetConnServiceProxy() {} in ~NetConnServiceProxy()31 int32_t NetConnServiceProxy::SystemReady() in SystemReady()115 int32_t NetConnServiceProxy::DisableVnicNetwork() in DisableVnicNetwork()482 int32_t NetConnServiceProxy::NetDetection(int32_t netId) in NetDetection()630 int32_t NetConnServiceProxy::GetDefaultNet(int32_t &netId) in GetDefaultNet()657 int32_t NetConnServiceProxy::HasDefaultNet(bool &flag) in HasDefaultNet()991 int32_t NetConnServiceProxy::SetAirplaneMode(bool state) in SetAirplaneMode()1173 int32_t NetConnServiceProxy::SetAppNet(int32_t netId) in SetAppNet()1488 int32_t NetConnServiceProxy::GetSlotType(std::string &type) in GetSlotType()[all …]
25 class NetConnServiceProxy : public IRemoteProxy<INetConnService> {27 explicit NetConnServiceProxy(const sptr<IRemoteObject> &impl);28 virtual ~NetConnServiceProxy();97 static inline BrokerDelegator<NetConnServiceProxy> delegator_;
183 …static inline std::shared_ptr<NetConnServiceProxy> instance_ = std::make_shared<NetConnServiceProx…
173 …"OHOS::NetManagerStandard::NetConnServiceProxy::NetConnServiceProxy(OHOS::sptr<OHOS::IRemoteObject…