Home
last modified time | relevance | path

Searched defs:interfaces (Results 1 – 5 of 5) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_config.h36 std::vector<UsbInterface> interfaces) in USBConfig()
177 void SetInterfaces(const std::vector<UsbInterface> &interfaces) in SetInterfaces()
248 cJSON* interfaces = cJSON_CreateArray(); in getJsonString() local
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dget_all_network_interfaces_plugin.cpp52 std::vector<std::string> interfaces; in OnGetPolicy() local
/base/usb/usb_manager/services/native/src/
Dusb_descriptor_parser.cpp213 std::vector<UsbInterface> interfaces; in ParseConfigDescriptor() local
Dusb_host_manager.cpp1266 std::vector<UsbInterface> interfaces = it->GetInterfaces(); in FillDevStrings() local
1675 std::vector<UsbInterface> interfaces = configs.GetInterfaces(); in ManageGlobalInterfaceImpl() local
1710 std::vector<UsbInterface> interfaces = configs.GetInterfaces(); in ManageDeviceImpl() local
1742 std::vector<UsbInterface> interfaces = configs.GetInterfaces(); in ManageInterfaceTypeImpl() local
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp411 …terfacesObjs(const napi_env env, const napi_value configObj, std::vector<UsbInterface> &interfaces) in ParseInterfacesObjs()
453 std::vector<UsbInterface> interfaces; in ParseConfigObj() local