Home
last modified time | relevance | path

Searched refs:SetDefaultKey (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.h32 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 Dtest_convertxml.cpp759 CxmlTest::SetDefaultKey(env, i, key);
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.h140 void SetDefaultKey(size_t i, const std::string strRecv);
H A Djs_convertxml.cpp440 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 Dwifi_mac80211_ops.h531 … 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 Dwifi_base.c98 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 Ddriver-peripherals-external-des.md490 .SetDefaultKey = WalSetDefaultKey,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md490 .SetDefaultKey = WalSetDefaultKey,
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2587 .SetDefaultKey = BDH6WalSetDefaultKey,
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2600 .SetDefaultKey = BDH6WalSetDefaultKey,