Home
last modified time | relevance | path

Searched refs:INTERFACE_PROTOCOL (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_cfg_mgr.h47 #define INTERFACE_PROTOCOL "bInterfaceProtocol" macro
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocket_module.h64 static constexpr const char *INTERFACE_PROTOCOL = "Protocol"; variable
H A Dtlssocketserver_module.h76 static constexpr const char *INTERFACE_PROTOCOL = "Protocol"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp180 NapiUtils::SetNamedProperty(env, exports, INTERFACE_PROTOCOL, protocol); in InitProtocol()
H A Dtlssocketserver_module.cpp227 NapiUtils::SetNamedProperty(env, exports, INTERFACE_PROTOCOL, protocol); in InitProtocol()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c296 drsOps->GetUint8(node, INTERFACE_PROTOCOL, &desc->bInterfaceProtocol, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseInterfaceDesc()