Home
last modified time | relevance | path

Searched refs:IpEnableForwarding (Results 1 - 25 of 25) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dsharing_manager.h41 int32_t IpEnableForwarding(const std::string &requestor);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dsharing_manager_test.cpp54 auto result = sharingManager->IpEnableForwarding("aTestName"); in HWTEST_F()
H A Dnetsys_native_client_test.cpp217 ret = nativeClient_.IpEnableForwarding(REQUESTOR); in HWTEST_F()
H A Dnetsys_controller_test.cpp267 ret = NetsysController::GetInstance().IpEnableForwarding(INTERFACE_NAME); in HWTEST_F()
616 ret = instance_->IpEnableForwarding(iface); in HWTEST_F()
H A Dnetsys_native_service_test.cpp352 int32_t ret = instance_->IpEnableForwarding(iface); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp397 ret = instance_->IpEnableForwarding(testString); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp303 int32_t IpEnableForwarding(const std::string &requestor) override
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp350 int32_t NetManagerNative::IpEnableForwarding(const std::string &requester) in IpEnableForwarding() function in OHOS::nmd::NetManagerNative
352 return sharingManager_->IpEnableForwarding(requester); in IpEnableForwarding()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h125 virtual int32_t IpEnableForwarding(const std::string &requestor) = 0;
H A Dnetsys_native_service_proxy.h91 int32_t IpEnableForwarding(const std::string &requestor) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h115 int32_t IpEnableForwarding(const std::string &requester) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h106 int32_t IpEnableForwarding(const std::string &requester);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp281 int32_t IpEnableForwarding(const std::string &requestor) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h425 int32_t IpEnableForwarding(const std::string &requestor) override;
H A Di_netsys_controller_service.h452 virtual int32_t IpEnableForwarding(const std::string &requestor) = 0;
H A Dnetsys_controller.h440 int32_t IpEnableForwarding(const std::string &requestor);
H A Dnetsys_native_client.h465 int32_t IpEnableForwarding(const std::string &requestor);
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp153 int32_t SharingManager::IpEnableForwarding(const std::string &requestor) in IpEnableForwarding() function in OHOS::nmd::SharingManager
155 NETNATIVE_LOG_D("IpEnableForwarding requestor: %{public}s", requestor.c_str()); in IpEnableForwarding()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp353 int32_t result = NetsysController::GetInstance().IpEnableForwarding(netshareRequester_); in TurnOnMainShareSettings()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp695 int32_t NetsysController::IpEnableForwarding(const std::string &requestor) in IpEnableForwarding() function in OHOS::NetManagerStandard::NetsysController
697 NETMGR_LOG_I("IpEnableForwarding: requestor[%{public}s]", requestor.c_str()); in IpEnableForwarding()
704 return netsysService_->IpEnableForwarding(requestor); in IpEnableForwarding()
H A Dnetsys_controller_service_impl.cpp460 int32_t NetsysControllerServiceImpl::IpEnableForwarding(const std::string &requestor) in IpEnableForwarding() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
462 NETMGR_LOG_D("IpEnableForwarding"); in IpEnableForwarding()
463 return netsysClient_.IpEnableForwarding(requestor); in IpEnableForwarding()
H A Dnetsys_native_client.cpp787 int32_t NetsysNativeClient::IpEnableForwarding(const std::string &requestor) in IpEnableForwarding() function in OHOS::NetManagerStandard::NetsysNativeClient
789 NETMGR_LOG_D("NetsysNativeClient IpEnableForwarding: requestor[%{public}s]", requestor.c_str()); in IpEnableForwarding()
795 return proxy->IpEnableForwarding(requestor); in IpEnableForwarding()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp513 int32_t NetsysNativeService::IpEnableForwarding(const std::string &requester) in IpEnableForwarding() function in OHOS::NetsysNative::NetsysNativeService
516 return netsysService_->IpEnableForwarding(requester); in IpEnableForwarding()
H A Dnetsys_native_service_stub.cpp1130 int32_t result = IpEnableForwarding(requester); in CmdIpEnableForwarding()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1372 int32_t NetsysNativeServiceProxy::IpEnableForwarding(const std::string &requestor) in IpEnableForwarding() function in OHOS::NetsysNative::NetsysNativeServiceProxy
1388 NETNATIVE_LOGI("End to IpEnableForwarding, ret =%{public}d", ret); in IpEnableForwarding()

Completed in 40 milliseconds