Home
last modified time | relevance | path

Searched refs:SetBluetoothNetworkSharing (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h218 int32_t SetBluetoothNetworkSharing(bool enable);
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp694 result = SetBluetoothNetworkSharing(enable); in EnableNetSharingInternal()
790 int32_t NetworkShareTracker::SetBluetoothNetworkSharing(bool enable) in SetBluetoothNetworkSharing() function in OHOS::NetManagerStandard::NetworkShareTracker
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp597 tra.SetBluetoothNetworkSharing(num > 0); in NetworkShareTrackerPrivateFuzzTest()