Home
last modified time | relevance | path

Searched refs:ReplySetUpSysVpn (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_ext/services/vpnmanager/include/ipc/
H A Dnetworkvpn_service_stub.h45 int32_t ReplySetUpSysVpn(MessageParcel &data, MessageParcel &reply);
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_stub_test.cpp200 int32_t ret = instance_->ReplySetUpSysVpn(data, reply); in HWTEST_F()
205 ret = instance_->ReplySetUpSysVpn(data1, reply); in HWTEST_F()
/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H A Dnetworkvpn_service_stub.cpp38 Permission::MANAGE_VPN, &NetworkVpnServiceStub::ReplySetUpSysVpn}; in NetworkVpnServiceStub()
165 int32_t NetworkVpnServiceStub::ReplySetUpSysVpn(MessageParcel &data, MessageParcel &reply) in ReplySetUpSysVpn() function in OHOS::NetManagerStandard::NetworkVpnServiceStub
169 NETMGR_EXT_LOG_E("ReplySetUpSysVpn failed, config is null"); in ReplySetUpSysVpn()
173 NETMGR_EXT_LOG_E("ReplySetUpSysVpn read data failed"); in ReplySetUpSysVpn()
176 NETMGR_EXT_LOG_I("ReplySetUpSysVpn id=%{public}s", config->vpnId_.c_str()); in ReplySetUpSysVpn()
179 NETMGR_EXT_LOG_E("ReplySetUpSysVpn write reply failed"); in ReplySetUpSysVpn()

Completed in 2 milliseconds