Home
last modified time | relevance | path

Searched refs:ReplyGetSysVpnConfig (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/services/vpnmanager/include/ipc/
H A Dnetworkvpn_service_stub.h49 int32_t ReplyGetSysVpnConfig(MessageParcel &data, MessageParcel &reply);
/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H A Dnetworkvpn_service_stub.cpp46 Permission::MANAGE_VPN, &NetworkVpnServiceStub::ReplyGetSysVpnConfig}; in NetworkVpnServiceStub()
241 int32_t NetworkVpnServiceStub::ReplyGetSysVpnConfig(MessageParcel &data, MessageParcel &reply) in ReplyGetSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnServiceStub
243 NETMGR_EXT_LOG_I("NetworkVpnServiceStub ReplyGetSysVpnConfig"); in ReplyGetSysVpnConfig()
246 NETMGR_EXT_LOG_E("ReplyGetSysVpnConfig read data failed"); in ReplyGetSysVpnConfig()
252 NETMGR_EXT_LOG_E("ReplyGetSysVpnConfig failed, result=%{public}d", result); in ReplyGetSysVpnConfig()
256 NETMGR_EXT_LOG_E("ReplyGetSysVpnConfig write reply failed"); in ReplyGetSysVpnConfig()

Completed in 1 milliseconds