Home
last modified time | relevance | path

Searched refs:StopSharing (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/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()
/ohos5.0/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…
H A Dnetworkshare_manager_test.cpp170 …int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType…
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h83 int32_t StopSharing(const SharingIfaceType &type);
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/
H A Dlibnetshare_kits.map22 …"OHOS::NetManagerStandard::NetworkShareClient::StopSharing(OHOS::NetManagerStandard::SharingIfaceT…
/ohos5.0/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