Home
last modified time | relevance | path

Searched refs:ParseInterface (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dhdi_support.cpp97 static int32_t ParseInterface( in ParseInterface() function
140 if (ParseInterface(desc, interfaceName, libName, serviceName) != HDF_SUCCESS) { in LoadHdiImpl()
189 if (ParseInterface(desc, interfaceName, libName, serviceName) != HDF_SUCCESS) { in UnloadHdiImpl()
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.h60 bool ParseInterface();
H A Dparser.cpp68 ret = ParseInterface() && ret; in ParseFile()
102 bool Parser::ParseInterface() in ParseInterface() function in OHOS::Idl::Parser
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp317 static int32_t ParseInterface(UsbDdkInterface &usbInterface, const uint8_t *buffer, int32_t size) in ParseInterface() function
472 ret = ParseInterface(config.interface[i], buffer, size); in ParseConfigurationDes()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h88 void ParseInterface(const AttrSet &attrs = {});
H A Dparser.cpp288 ParseInterface(); in ParseTypeDecls()
315 ParseInterface(attrs); in ParseAttribute()
394 void Parser::ParseInterface(const AttrSet &attrs) in ParseInterface() function in OHOS::HDI::Parser
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h102 void ParseInterface(const AttrSet &attrs = {});
H A Dparser.cpp387 ParseInterface(); in ParseTypeDecls()
413 ParseInterface(attrs); in ParseAttribute()
528 void Parser::ParseInterface(const AttrSet &attrs) in ParseInterface() function in OHOS::Idl::Parser
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c476 static int32_t ParseInterface(struct UsbRawInterface *usbInterface, const uint8_t *buffer, int32_t … in ParseInterface() function
574 ret = ParseInterface(usbInterface, buffer, size); in ParseConfigurationDes()