Searched refs:StopSharing (Results 1 – 7 of 7) sorted by relevance
88 napi_value StopSharing(napi_env env, napi_callback_info info) in StopSharing() function191 DECLARE_NAPI_FUNCTION(FUNCTION_STOP_SHARING, StopSharing), in InitNetShareModule()
84 int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(ifaceType); in ExecStopSharing()
66 …int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType…
170 …int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->StopSharing(SharingIfaceType…
83 int32_t StopSharing(const SharingIfaceType &type);
22 …"OHOS::NetManagerStandard::NetworkShareClient::StopSharing(OHOS::NetManagerStandard::SharingIfaceT…
76 int32_t NetworkShareClient::StopSharing(const SharingIfaceType &type) in StopSharing() function in OHOS::NetManagerStandard::NetworkShareClient