Home
last modified time | relevance | path

Searched refs:SetConnectedDeviceCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.h114 void SetConnectedDeviceCount(int32_t value);
H A Dinterface_info.cpp310 void InterfaceInfo::SetConnectedDeviceCount(int32_t value) in SetConnectedDeviceCount() function in OHOS::SoftBus::InterfaceInfo
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_info_test.cpp119 info.SetConnectedDeviceCount(1);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp412 interface.SetConnectedDeviceCount(0); in ResetInterfaceInfo()
458 interface.SetConnectedDeviceCount(groupInfo->clientDevices.size()); in UpdateInterfaceInfo()