Searched refs:SetDefaultKey (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
H A D | test_convertxml.h | 32 static void SetDefaultKey(napi_env env, size_t i, const std::string strRecv); 76 void CxmlTest::SetDefaultKey(napi_env env, size_t i, const std::string strRecv) in SetDefaultKey() function 79 convert.SetDefaultKey(i, strRecv); in SetDefaultKey()
|
H A D | test_convertxml.cpp | 759 CxmlTest::SetDefaultKey(env, i, key);
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | js_convertxml.h | 140 void SetDefaultKey(size_t i, const std::string strRecv);
|
H A D | js_convertxml.cpp | 440 void ConvertXml::SetDefaultKey(size_t i, const std::string strRecv) in SetDefaultKey() function in OHOS::Xml::ConvertXml 492 SetDefaultKey(i, strRecv); in DealOptions()
|
/ohos5.0/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_mac80211_ops.h | 531 … int32_t (*SetDefaultKey)(struct NetDevice *netDev, uint8_t keyIndex, bool unicast, bool multicas); member
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 98 static uint32_t SetDefaultKey(struct NetDevice *netDev, uint8_t keyIndex, bool unicast, bool multic… in SetDefaultKey() function 105 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->ops, SetDefaultKey); in SetDefaultKey() 106 return chipDriver->ops->SetDefaultKey(netDev, keyIndex, unicast, multicast); in SetDefaultKey() 314 ret = SetDefaultKey(netDev, index, unicast, multicast); in WifiCmdSetKey()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 490 .SetDefaultKey = WalSetDefaultKey,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 490 .SetDefaultKey = WalSetDefaultKey,
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2587 .SetDefaultKey = BDH6WalSetDefaultKey,
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2600 .SetDefaultKey = BDH6WalSetDefaultKey,
|