Searched refs:GC (Results 1 - 14 of 14) sorted by relevance
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | interface_manager.cpp | 47 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 D | link_info.h | 63 GC = 8, member in OHOS::SoftBus::LinkInfo::LinkMode
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | interface_manager_test.cpp | 102 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 D | wifi_wpa_hal.c | 551 } 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 D | p2p_entity_test.cpp | 251 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 D | object_registry.cpp | 67 GC(); in ~ObjectRegistry() 355 void ObjectRegistry::GC() const in GC() function in ObjectRegistry 383 GC(); in Purge()
|
H A D | object_registry.h | 146 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 D | p2p_v1_processor_test.cpp | 646 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 D | p2p_entity.cpp | 459 interface.SetRole(groupInfo->isGroupOwner ? LinkInfo::LinkMode::GO : LinkInfo::LinkMode::GC); in UpdateInterfaceInfo()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils_test.cpp | 280 mode = LinkInfo::LinkMode::GC; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.cpp | 186 } else if (role == LinkInfo::LinkMode::GC) { in DestroyGroup()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 454 case LinkInfo::LinkMode::GC: in ToWifiDirectRole()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.cpp | 690 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 D | wifi_direct_utils.cpp | 466 case LinkInfo::LinkMode::GC: in ToWifiDirectRole()
|
Completed in 16 milliseconds