Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dsharing_manager_test.cpp58 HWTEST_F(SharingManagerTest, IpDisableForwarding, TestSize.Level1) in HWTEST_F()
60 auto result = sharingManager->IpDisableForwarding("aTestName"); in HWTEST_F()
H A Dnetsys_native_client_test.cpp220 ret = nativeClient_.IpDisableForwarding(REQUESTOR); in HWTEST_F()
H A Dnetsys_controller_test.cpp270 ret = NetsysController::GetInstance().IpDisableForwarding(INTERFACE_NAME); in HWTEST_F()
619 ret = instance_->IpDisableForwarding(iface); in HWTEST_F()
H A Dnetsys_native_service_test.cpp354 ret = instance_->IpDisableForwarding(iface); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp400 ret = instance_->IpDisableForwarding(testString); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp308 int32_t IpDisableForwarding(const std::string &requestor) override
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dsharing_manager.h49 int32_t IpDisableForwarding(const std::string &requestor);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp365 int32_t NetManagerNative::IpDisableForwarding(const std::string &requester) in IpDisableForwarding() function in OHOS::nmd::NetManagerNative
367 return sharingManager_->IpDisableForwarding(requester); in IpDisableForwarding()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h126 virtual int32_t IpDisableForwarding(const std::string &requestor) = 0;
H A Dnetsys_native_service_proxy.h92 int32_t IpDisableForwarding(const std::string &requestor) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h116 int32_t IpDisableForwarding(const std::string &requester) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h107 int32_t IpDisableForwarding(const std::string &requester);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp286 int32_t IpDisableForwarding(const std::string &requestor) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h433 int32_t IpDisableForwarding(const std::string &requestor) override;
H A Di_netsys_controller_service.h460 virtual int32_t IpDisableForwarding(const std::string &requestor) = 0;
H A Dnetsys_controller.h448 int32_t IpDisableForwarding(const std::string &requestor);
H A Dnetsys_native_client.h473 int32_t IpDisableForwarding(const std::string &requestor);
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp163 int32_t SharingManager::IpDisableForwarding(const std::string &requestor) in IpDisableForwarding() function in OHOS::nmd::SharingManager
165 NETNATIVE_LOG_D("IpDisableForwarding requestor: %{public}s", requestor.c_str()); in IpDisableForwarding()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp370 int32_t result = NetsysController::GetInstance().IpDisableForwarding(netshareRequester_); in TurnOffMainShareSettings()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp707 int32_t NetsysController::IpDisableForwarding(const std::string &requestor) in IpDisableForwarding() function in OHOS::NetManagerStandard::NetsysController
709 NETMGR_LOG_I("IpDisableForwarding: requestor[%{public}s]", requestor.c_str()); in IpDisableForwarding()
716 return netsysService_->IpDisableForwarding(requestor); in IpDisableForwarding()
H A Dnetsys_controller_service_impl.cpp466 int32_t NetsysControllerServiceImpl::IpDisableForwarding(const std::string &requestor) in IpDisableForwarding() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
468 NETMGR_LOG_D("IpDisableForwarding"); in IpDisableForwarding()
469 return netsysClient_.IpDisableForwarding(requestor); in IpDisableForwarding()
H A Dnetsys_native_client.cpp798 int32_t NetsysNativeClient::IpDisableForwarding(const std::string &requestor) in IpDisableForwarding() function in OHOS::NetManagerStandard::NetsysNativeClient
800 NETMGR_LOG_D("NetsysNativeClient IpDisableForwarding: requestor[%{public}s]", requestor.c_str()); in IpDisableForwarding()
806 return proxy->IpDisableForwarding(requestor); in IpDisableForwarding()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp519 int32_t NetsysNativeService::IpDisableForwarding(const std::string &requester) in IpDisableForwarding() function in OHOS::NetsysNative::NetsysNativeService
522 return netsysService_->IpDisableForwarding(requester); in IpDisableForwarding()
H A Dnetsys_native_service_stub.cpp1139 int32_t result = IpDisableForwarding(requester); in CmdIpDisableForwarding()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1392 int32_t NetsysNativeServiceProxy::IpDisableForwarding(const std::string &requestor) in IpDisableForwarding() function in OHOS::NetsysNative::NetsysNativeServiceProxy
1408 NETNATIVE_LOGI("End to IpDisableForwarding, ret =%{public}d", ret); in IpDisableForwarding()

Completed in 36 milliseconds