Searched refs:groupname (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_event_hub.h | 81 void SetGroupName(const std::string& groupname) in SetGroupName() argument 83 groupname_ = groupname; in SetGroupName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_event_hub.h | 75 void SetGroupName(const std::string& groupname) in SetGroupName() argument 77 groupname_ = groupname; in SetGroupName()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_fallback_group.md | 20 | char \* [groupName](#groupname) | 备用字体集所对应的字体集名称,如果值为空,表示可以使用备用字体集列表集所有的字体 |
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-plugin.md | 70 | dac gid groupname | groupname 对应的gid以及组成员|begetctl dac gid groupname <br>例如:<br> begetctl dac gid…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_fallback_group.md | 20 | char \* [groupName](#groupname) | Pointer to the name of the group corresponding to the font fall…
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_hal.h | 52 … P2pSupplicantErrCode (*wpaP2pCliCmdP2pRemoveGroup)(WifiWpaP2pInterface *p, const char *groupname);
|
H A D | wpa_p2p_hal.c | 348 …c P2pSupplicantErrCode WpaP2pCliCmdP2pRemoveGroup(WifiWpaP2pInterface *this, const char *groupname) in WpaP2pCliCmdP2pRemoveGroup() argument 350 if (this == NULL || groupname == NULL) { in WpaP2pCliCmdP2pRemoveGroup() 355 …cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s P2P_GROUP_REMOVE %s", this->ifName, groupname) < 0) { in WpaP2pCliCmdP2pRemoveGroup()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/ |
H A D | wifi_p2p_hal.h | 52 … P2pSupplicantErrCode (*wpaP2pCliCmdP2pRemoveGroup)(WifiWpaP2pInterface *p, const char *groupname);
|
H A D | wifi_p2p_hal.c | 352 …c P2pSupplicantErrCode WpaP2pCliCmdP2pRemoveGroup(WifiWpaP2pInterface *this, const char *groupname) in WpaP2pCliCmdP2pRemoveGroup() argument 354 if (this == NULL || groupname == NULL) { in WpaP2pCliCmdP2pRemoveGroup() 359 …cmd, sizeof(cmd), sizeof(cmd) - 1, "IFNAME=%s P2P_GROUP_REMOVE %s", this->ifName, groupname) < 0) { in WpaP2pCliCmdP2pRemoveGroup()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_wpa_p2p_test.cpp | 182 char groupname[] = "p2p-dev-p2p0"; variable 184 …EXPECT_TRUE(mInterface->wpaP2pCliCmdP2pRemoveGroup(mInterface, groupname) != P2P_SUP_ERRCODE_SUCCE… 186 …EXPECT_TRUE(mInterface->wpaP2pCliCmdP2pRemoveGroup(mInterface, groupname) != P2P_SUP_ERRCODE_SUCCE… 188 …EXPECT_TRUE(mInterface->wpaP2pCliCmdP2pRemoveGroup(mInterface, groupname) == P2P_SUP_ERRCODE_SUCCE…
|