Home
last modified time | relevance | path

Searched refs:NotifyConnectStage (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dl2tp_vpn_ctl_test.cpp101 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 Dipsec_vpn_ctl_test.cpp104 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 Dnetworkvpn_client_test.cpp207 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 Dopen_vpn_ctl_test.cpp88 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 Dnet_vpn_impl_test.cpp97 EXPECT_EQ(netVpnImpl_->NotifyConnectStage(stage, result), NETMANAGER_EXT_SUCCESS); in HWTEST_F()
H A Dnetworkvpn_service_proxy_test.cpp216 auto ret = instance_->NotifyConnectStage(stage, result); in HWTEST_F()
H A Dnetworkvpn_service_test.cpp178 EXPECT_EQ(instance_->NotifyConnectStage(stage, code), NETMANAGER_EXT_ERR_NOT_SYSTEM_CALL); in HWTEST_F()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dl2tp_vpn_ctl.h38 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
H A Dipsec_vpn_ctl.h69 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
H A Dopen_vpn_ctl.h61 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
H A Dnet_vpn_impl.h51 virtual int32_t NotifyConnectStage(const std::string &stage, const int32_t &result);
H A Dnetworkvpn_service.h159 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/
H A Di_networkvpn_service.h82 virtual int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) = 0;
H A Dnetworkvpn_service_proxy.h48 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result) override;
/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H A Dmock_networkvpn_service_stub_test.h77 int32_t NotifyConnectStage(const std::string &stage, const int32_t &errorCode) override
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H A Dnetworkvpn_client.h166 int32_t NotifyConnectStage(const std::string &stage, const int32_t &result);
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dipsec_vpn_ctl.cpp108 int32_t IpsecVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::IpsecVpnCtl
H A Dl2tp_vpn_ctl.cpp91 int32_t L2tpVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::L2tpVpnCtl
H A Dopen_vpn_ctl.cpp69 int32_t OpenvpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::OpenvpnCtl
H A Dnet_vpn_impl.cpp196 int32_t NetVpnImpl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() function in OHOS::NetManagerStandard::NetVpnImpl
H A Dnetworkvpn_service.cpp919 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 Dnetworkvpn_client.cpp213 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 Dnetworkvpn_service_proxy.cpp347 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 Dnetworkvpn_service_stub.cpp291 int32_t ret = NotifyConnectStage(stage, result); in ReplyNotifyConnectStage()

Completed in 13 milliseconds