Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_stub_test.cpp213 int32_t ret = instance_->ReplyNotifyConnectStage(data, reply); in HWTEST_F()
217 ret = instance_->ReplyNotifyConnectStage(data, reply); in HWTEST_F()
222 ret = instance_->ReplyNotifyConnectStage(data1, reply); in HWTEST_F()
/foundation/communication/netmanager_ext/services/vpnmanager/include/ipc/
H A Dnetworkvpn_service_stub.h51 int32_t ReplyNotifyConnectStage(MessageParcel &data, MessageParcel &reply);
/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H A Dnetworkvpn_service_stub.cpp50 "", &NetworkVpnServiceStub::ReplyNotifyConnectStage}; in NetworkVpnServiceStub()
278 int32_t NetworkVpnServiceStub::ReplyNotifyConnectStage(MessageParcel &data, MessageParcel &reply) in ReplyNotifyConnectStage() function in OHOS::NetManagerStandard::NetworkVpnServiceStub
280 NETMGR_EXT_LOG_I("NetworkVpnServiceStub ReplyNotifyConnectStage"); in ReplyNotifyConnectStage()
283 NETMGR_EXT_LOG_E("ReplyNotifyConnectStage read data failed"); in ReplyNotifyConnectStage()
288 NETMGR_EXT_LOG_E("ReplyNotifyConnectStage read data failed"); in ReplyNotifyConnectStage()
293 NETMGR_EXT_LOG_E("ReplyNotifyConnectStage write reply failed"); in ReplyNotifyConnectStage()

Completed in 2 milliseconds