Home
last modified time | relevance | path

Searched refs:SHARING_BLUETOOTH (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_sub_statemachine_test.cpp83 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
85 EXPECT_EQ(netShareType, SharingIfaceType::SHARING_BLUETOOTH); in HWTEST_F()
111 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
186 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
231 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
261 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
277 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
292 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
420 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
443 NetworkShareSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configurationB in HWTEST_F()
[all...]
H A Dnetworkshare_tracker_test.cpp91 SharingIfaceType type = SharingIfaceType::SHARING_BLUETOOTH; in HWTEST_F()
190 type = SharingIfaceType::SHARING_BLUETOOTH; in HWTEST_F()
210 type = SharingIfaceType::SHARING_BLUETOOTH; in HWTEST_F()
222 SharingIfaceType type = SharingIfaceType::SHARING_BLUETOOTH; in HWTEST_F()
289 type = SharingIfaceType::SHARING_BLUETOOTH; in HWTEST_F()
414 BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, configuration); in HWTEST_F()
639 EXPECT_EQ(interfaceType, SharingIfaceType::SHARING_BLUETOOTH); in HWTEST_F()
673 type = SharingIfaceType::SHARING_BLUETOOTH; in HWTEST_F()
H A Dnetworkshare_service_test.cpp297 instance_->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, typeContent, sharingType); in HWTEST_F()
H A Dnetworkshare_manager_test.cpp146 DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharableRegexs(SharingIfaceType::SHARING_BLUETOOTH, in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/include/
H A Dnet_manager_ext_constants.h35 SHARING_BLUETOOTH, member in OHOS::NetManagerStandard::SharingIfaceType
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp64 constexpr const char *SHARING_BLUETOOTH = "SHARING_BLUETOOTH"; member
174 SHARING_BLUETOOTH, in InitProperties()
175 NapiUtils::CreateUint32(env, static_cast<uint32_t>(SharingIfaceType::SHARING_BLUETOOTH))), in InitProperties()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp114 GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, "bluetooth;", sharingType); in GetDumpMessage()
125 GetShareRegexsContent(SharingIfaceType::SHARING_BLUETOOTH, btpanShareRegexs); in GetDumpMessage()
347 servicePtr->GetSharingType(SharingIfaceType::SHARING_BLUETOOTH, "bluetooth;", sharingType); in DisAllowNetworkShareEventCallback()
355 servicePtr->StopNetworkSharing(SharingIfaceType::SHARING_BLUETOOTH); in DisAllowNetworkShareEventCallback()
H A Dnetworkshare_tracker.cpp58 SharingIfaceType::SHARING_USB, SharingIfaceType::SHARING_BLUETOOTH};
191 SharingIfaceType::SHARING_BLUETOOTH); in OnConnectionStateChanged()
506 case SharingIfaceType::SHARING_BLUETOOTH: { in GetSharableRegexs()
528 if (type == SharingIfaceType::SHARING_BLUETOOTH && configuration_->IsBluetoothIface(iface)) { in IsInterfaceMatchType()
539 type != SharingIfaceType::SHARING_BLUETOOTH) { in GetSharingState()
695 case SharingIfaceType::SHARING_BLUETOOTH: in EnableNetSharingInternal()
811 SharingIfaceType::SHARING_BLUETOOTH); in SetBluetoothNetworkSharing()
816 SharingIfaceType::SHARING_BLUETOOTH, NetworkShareEventOperator::OPERATION_ENABLE_IFACE, in SetBluetoothNetworkSharing()
820 SharingIfaceType::SHARING_BLUETOOTH, NetworkShareEventOperator::OPERATION_DISABLE_IFACE, in SetBluetoothNetworkSharing()
917 int32_t ret = CreateSubStateMachine(BLUETOOTH_DEFAULT_IFACE_NAME, SharingIfaceType::SHARING_BLUETOOTH, fals in EnableBluetoothSubStateMachine()
[all...]
H A Dnetworkshare_sub_statemachine.cpp617 if (netShareType_ == SharingIfaceType::SHARING_BLUETOOTH) { in FindDestinationAddr()
896 case SharingIfaceType::SHARING_BLUETOOTH: { in RequestIpv4Address()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_manager_test.cpp149 SharingIfaceType::SHARING_BLUETOOTH, blueRegexs); in HWTEST_F()

Completed in 10 milliseconds