/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | l2tp_vpn_ctl_test.cpp | 101 int32_t ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 104 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 109 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 114 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 119 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 124 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 128 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 133 EXPECT_EQ(l2tpControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_SUCCESS); in HWTEST_F() 135 EXPECT_EQ(l2tpControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_SUCCESS); in HWTEST_F() 137 EXPECT_EQ(l2tpControl_->NotifyConnectStage(stag in HWTEST_F() [all...] |
H A D | ipsec_vpn_ctl_test.cpp | 104 int32_t ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 108 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 113 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 118 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 123 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 127 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 132 EXPECT_EQ(ipsecControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_SUCCESS); in HWTEST_F() 134 EXPECT_EQ(ipsecControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_SUCCESS); in HWTEST_F() 136 EXPECT_EQ(ipsecControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_SUCCESS); in HWTEST_F()
|
H A D | networkvpn_client_test.cpp | 207 EXPECT_EQ(networkVpnClient_.NotifyConnectStage(stage, result), NETMANAGER_EXT_ERR_NOT_SYSTEM_CALL); in HWTEST_F() 215 EXPECT_EQ(networkVpnClient_.NotifyConnectStage(stage, result), NETMANAGER_EXT_ERR_NOT_SYSTEM_CALL); in HWTEST_F() 223 EXPECT_EQ(networkVpnClient_.NotifyConnectStage(stage, result), NETMANAGER_EXT_ERR_NOT_SYSTEM_CALL); in HWTEST_F() 231 EXPECT_EQ(networkVpnClient_.NotifyConnectStage(stage, result), NETMANAGER_EXT_ERR_NOT_SYSTEM_CALL); in HWTEST_F() 239 EXPECT_EQ(networkVpnClient_.NotifyConnectStage(stage, result), NETMANAGER_EXT_ERR_NOT_SYSTEM_CALL); in HWTEST_F()
|
H A D | open_vpn_ctl_test.cpp | 88 openvpnControl_->NotifyConnectStage(stage, 0); in HWTEST_F() 98 EXPECT_EQ(openvpnControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_ERR_INTERNAL); in HWTEST_F() 100 EXPECT_EQ(openvpnControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_ERR_INTERNAL); in HWTEST_F() 102 EXPECT_EQ(openvpnControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_SUCCESS); in HWTEST_F() 104 EXPECT_EQ(openvpnControl_->NotifyConnectStage(stage, errorCode), NETMANAGER_EXT_ERR_PARAMETER_ERROR); in HWTEST_F()
|
H A D | net_vpn_impl_test.cpp | 97 EXPECT_EQ(netVpnImpl_->NotifyConnectStage(stage, result), NETMANAGER_EXT_SUCCESS); in HWTEST_F()
|
H A D | networkvpn_service_proxy_test.cpp | 216 auto ret = instance_->NotifyConnectStage(stage, result);
in HWTEST_F()
|
H A D | networkvpn_service_test.cpp | 178 EXPECT_EQ(instance_->NotifyConnectStage(stage, code), NETMANAGER_EXT_ERR_NOT_SYSTEM_CALL); in HWTEST_F()
|
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | l2tp_vpn_ctl.h | 38 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
|
H A D | ipsec_vpn_ctl.h | 69 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
|
H A D | open_vpn_ctl.h | 61 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
|
H A D | net_vpn_impl.h | 51 virtual int32_t NotifyConnectStage(const std::string &stage, const int32_t &result);
|
H A D | networkvpn_service.h | 159 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/ |
H A D | i_networkvpn_service.h | 82 virtual int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) = 0;
|
H A D | networkvpn_service_proxy.h | 48 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
|
/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/ |
H A D | mock_networkvpn_service_stub_test.h | 77 int32_t NotifyConnectStage(const std::string &stage, const int32_t &errorCode) override
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ |
H A D | networkvpn_client.h | 166 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result);
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | ipsec_vpn_ctl.cpp | 108 int32_t IpsecVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::IpsecVpnCtl
|
H A D | l2tp_vpn_ctl.cpp | 91 int32_t L2tpVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::L2tpVpnCtl
|
H A D | open_vpn_ctl.cpp | 69 int32_t OpenvpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result)
in NotifyConnectStage() function in OHOS::NetManagerStandard::OpenvpnCtl
|
H A D | net_vpn_impl.cpp | 196 int32_t NetVpnImpl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::NetVpnImpl
|
H A D | networkvpn_service.cpp | 919 int32_t NetworkVpnService::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::NetworkVpnService 923 NETMGR_EXT_LOG_E("NotifyConnectStage failed, invalid callingUid"); in NotifyConnectStage() 929 NETMGR_EXT_LOG_E("NotifyConnectStage failed, vpnObj_ is null"); in NotifyConnectStage() 932 NETMGR_EXT_LOG_I("NotifyConnectStage state: %{public}s result: %{public}d", in NotifyConnectStage() 934 return vpnObj_->NotifyConnectStage(stage, result); in NotifyConnectStage()
|
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ |
H A D | networkvpn_client.cpp | 213 int32_t NetworkVpnClient::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::NetworkVpnClient 217 NETMGR_EXT_LOG_E("NotifyConnectStage proxy is nullptr"); in NotifyConnectStage() 220 return proxy->NotifyConnectStage(stage, result); in NotifyConnectStage()
|
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/ |
H A D | networkvpn_service_proxy.cpp | 347 int32_t NetworkVpnServiceProxy::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::NetworkVpnServiceProxy 349 NETMGR_EXT_LOG_I("NotifyConnectStage stage=%{public}s result=%{public}d", stage.c_str(), result); in NotifyConnectStage() 352 NETMGR_EXT_LOG_E("NotifyConnectStage write interface token failed"); in NotifyConnectStage() 357 NETMGR_EXT_LOG_E("NotifyConnectStage proxy write data failed"); in NotifyConnectStage() 364 NETMGR_EXT_LOG_E("NotifyConnectStage proxy SendRequest failed, error code: [%{public}d]", ret); in NotifyConnectStage() 369 NETMGR_EXT_LOG_E("NotifyConnectStage reply read data failed"); in NotifyConnectStage()
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/ |
H A D | networkvpn_service_stub.cpp | 291 int32_t ret = NotifyConnectStage(stage, result); in ReplyNotifyConnectStage()
|