Home
last modified time | relevance | path

Searched refs:NetConnServiceProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp27 NetConnServiceProxy::NetConnServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<INetConnSe… in NetConnServiceProxy() function in OHOS::NetManagerStandard::NetConnServiceProxy
29 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 …]
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h25 class NetConnServiceProxy : public IRemoteProxy<INetConnService> {
27 explicit NetConnServiceProxy(const sptr<IRemoteObject> &impl);
28 virtual ~NetConnServiceProxy();
97 static inline BrokerDelegator<NetConnServiceProxy> delegator_;
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_proxy_test.cpp183 …static inline std::shared_ptr<NetConnServiceProxy> instance_ = std::make_shared<NetConnServiceProx…
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map173 …"OHOS::NetManagerStandard::NetConnServiceProxy::NetConnServiceProxy(OHOS::sptr<OHOS::IRemoteObject…