Home
last modified time | relevance | path

Searched refs:GetProcSysNet (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dnetwork_route.cpp302 ret = netsysServiceR_->GetProcSysNet(IPVERSION, 1, std::string("eth0"), std::string("disable_policy"), readValue); in TestNetGetProcSysNet()
303 NETNATIVE_LOGE("GetProcSysNet ret:%{public}d, readValue=%{public}s\n", ret, readValue.c_str()); in TestNetGetProcSysNet()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h90 virtual int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname,
H A Dnetsys_native_service_proxy.h56 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_proxy_test.cpp236 ret = netsysNativeService->GetProcSysNet(AF_INET, WHICH, INTERFACENAME, parameter, value); in HWTEST_F()
H A Dnetsys_native_service_test.cpp159 int32_t ret = instance_->GetProcSysNet(ipversion, which, ifname, paramete, value); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp161 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h80 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h80 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string ifname, const std::string parameter,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp139 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp301 int32_t NetsysNativeService::GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, in GetProcSysNet() function in OHOS::NetsysNative::NetsysNativeService
304 int32_t result = netsysService_->GetProcSysNet(family, which, ifname, parameter, &value); in GetProcSysNet()
305 NETNATIVE_LOG_D("GetProcSysNet"); in GetProcSysNet()
H A Dnetsys_native_service_stub.cpp698 NETNATIVE_LOG_D("Begin to dispatch cmd GetProcSysNet"); in CmdGetProcSysNet()
704 int32_t result = GetProcSysNet(family, which, ifname, parameter, value); in CmdGetProcSysNet()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp302 int32_t NetManagerNative::GetProcSysNet(int32_t family, int32_t which, const std::string ifname, in GetProcSysNet() function in OHOS::nmd::NetManagerNative
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp557 int32_t NetsysNativeServiceProxy::GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, in GetProcSysNet() function in OHOS::NetsysNative::NetsysNativeServiceProxy
588 NETNATIVE_LOGE("Fail to GetProcSysNet ret= %{public}d", ret); in GetProcSysNet()

Completed in 21 milliseconds