Home
last modified time | relevance | path

Searched refs:StopSharing (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_manager_usb_test.cpp66 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType::SHARING_USB); in HWTEST_F()
H A Dnetworkshare_manager_test.cpp170 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType::SHARING_WIFI); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_usb_test.cpp66 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType::SHARING_USB); in HWTEST_F()
H A Dnetworkshare_manager_test.cpp168 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType::SHARING_WIFI); in HWTEST_F()
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp88 napi_value StopSharing(napi_env env, napi_callback_info info) in StopSharing() function
191 DECLARE_NAPI_FUNCTION(FUNCTION_STOP_SHARING, StopSharing), in InitNetShareModule()
H A Dnetshare_exec.cpp84 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(ifaceType); in ExecStopSharing()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h83 int32_t StopSharing(const SharingIfaceType &type);
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp76 int32_t NetworkShareClient::StopSharing(const SharingIfaceType &type) in StopSharing() function in OHOS::NetManagerStandard::NetworkShareClient
78 NETMGR_EXT_LOG_I("NetworkShare StopSharing type= %{public}d", type); in StopSharing()
81 NETMGR_EXT_LOG_E("StopSharing proxy is nullptr"); in StopSharing()

Completed in 4 milliseconds