Home
last modified time | relevance | path

Searched refs:GC (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_manager.cpp47 if (info.GetRole() == LinkInfo::LinkMode::GC) { in IsInterfaceAvailable()
82 capability = static_cast<int32_t>(LinkInfo::LinkMode::GO) | static_cast<uint32_t>(LinkInfo::LinkMode::GC); in InitInterface()
H A Dlink_info.h63 GC = 8, member in OHOS::SoftBus::LinkInfo::LinkMode
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_manager_test.cpp102 info.SetRole(LinkInfo::LinkMode::GC); in HWTEST_F()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c551 } else if (strncmp(buf, "GC ", strlen("GC ")) == 0) { in DealP2pInterfaceCreated()
558 const char *pos = buf + strlen("GO "); // GO and GC have same length in DealP2pInterfaceCreated()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity_test.cpp251 info.SetRole(LinkInfo::LinkMode::GC); in HWTEST_F()
286 info.SetRole(LinkInfo::LinkMode::GC); in HWTEST_F()
437 info.SetRole(LinkInfo::LinkMode::GC); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp67 GC(); in ~ObjectRegistry()
355 void ObjectRegistry::GC() const in GC() function in ObjectRegistry
383 GC(); in Purge()
H A Dobject_registry.h146 void GC() const;
159 // mutable so GC can clean up null objects. (GC is called from const methods)
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp646 context_.Set(TestContextKey::INTERFACE_ROLE, LinkInfo::LinkMode::GC); in HWTEST_F()
1193 { LinkInfo::LinkMode::GC, "11:22:33:44:55:66", "22:33:44:55:66:77", "22:33:44:55:66:77"}, in HWTEST_F()
1194 { LinkInfo::LinkMode::GC, "11:22:33:44:55:66", "", "" }, in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp459 interface.SetRole(groupInfo->isGroupOwner ? LinkInfo::LinkMode::GO : LinkInfo::LinkMode::GC); in UpdateInterfaceInfo()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils_test.cpp280 mode = LinkInfo::LinkMode::GC; in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp186 } else if (role == LinkInfo::LinkMode::GC) { in DestroyGroup()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp454 case LinkInfo::LinkMode::GC: in ToWifiDirectRole()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp690 case LinkInfo::LinkMode::GC: in CreateLink()
948 if (myRole == LinkInfo::LinkMode::GC) { in ProcessConnectRequestAsGc()
1108 if (myRole == LinkInfo::LinkMode::GC) { in ProcessNoAvailableInterface()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp466 case LinkInfo::LinkMode::GC: in ToWifiDirectRole()

Completed in 16 milliseconds