Home
last modified time | relevance | path

Searched refs:networkVpnService_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp152 networkVpnClient_.networkVpnService_ = iface_cast<INetworkVpnService>(remote); in HWTEST_F()
153 EXPECT_EQ(networkVpnClient_.GetProxy(), networkVpnClient_.networkVpnService_); in HWTEST_F()
154 networkVpnClient_.networkVpnService_ = nullptr; in HWTEST_F()
164 networkVpnClient_.networkVpnService_ = nullptr; in HWTEST_F()
166 networkVpnClient_.networkVpnService_ = iface_cast<INetworkVpnService>(remote); in HWTEST_F()
168 EXPECT_EQ(networkVpnClient_.networkVpnService_, nullptr); in HWTEST_F()
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dnetworkvpn_client.cpp286 if (networkVpnService_ != nullptr) { in GetProxy()
287 return networkVpnService_; in GetProxy()
308 networkVpnService_ = iface_cast<INetworkVpnService>(remote); in GetProxy()
309 if (networkVpnService_ == nullptr) { in GetProxy()
313 return networkVpnService_; in GetProxy()
342 if (networkVpnService_ == nullptr) { in OnRemoteDied()
343 NETMGR_EXT_LOG_E("networkVpnService_ is nullptr"); in OnRemoteDied()
346 sptr<IRemoteObject> local = networkVpnService_->AsObject(); in OnRemoteDied()
352 networkVpnService_ = nullptr; in OnRemoteDied()
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H A Dnetworkvpn_client.h238 sptr<INetworkVpnService> networkVpnService_ = nullptr; member in OHOS::NetManagerStandard::NetworkVpnClient
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_client_test.cpp281 networkVpnClient_.networkVpnService_ = iface_cast<INetworkVpnService>(remote); in HWTEST_F()
288 EXPECT_TRUE(networkVpnClient_.networkVpnService_ == nullptr); in HWTEST_F()

Completed in 3 milliseconds