/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | network_route.cpp | 302 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 D | i_netsys_service.h | 90 virtual int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname,
|
H A D | netsys_native_service_proxy.h | 56 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_proxy_test.cpp | 236 ret = netsysNativeService->GetProcSysNet(AF_INET, WHICH, INTERFACENAME, parameter, value); in HWTEST_F()
|
H A D | netsys_native_service_test.cpp | 159 int32_t ret = instance_->GetProcSysNet(ipversion, which, ifname, paramete, value); in HWTEST_F()
|
H A D | netsys_native_service_stub_test.cpp | 161 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 80 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 80 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 D | netsys_native_service_stub_test.cpp | 139 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 301 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 D | netsys_native_service_stub.cpp | 698 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 D | net_manager_native.cpp | 302 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 D | netsys_native_service_proxy.cpp | 557 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()
|