Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 52) sorted by relevance

123

/drivers/hdf_core/framework/include/osal/
Dosal_io.h54 #define OSAL_WRITEB(value, address) writeb(value, address) argument
64 #define OSAL_WRITEW(value, address) writew(value, address) argument
74 #define OSAL_WRITEL(value, address) writel(value, address) argument
85 #define OSAL_READB(address) readb(address) argument
95 #define OSAL_READW(address) readw(address) argument
105 #define OSAL_READL(address) readl(address) argument
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
Dbluetooth_address.cpp56 void BluetoothAddress::ParseAddressToString(std::vector<uint8_t> &address, std::string &outString) in ParseAddressToString() argument
60 address[0], address[1], address[2], address[3], address[4], address[5]); in ParseAddressToString()
160 void BluetoothAddress::ReadAddress(std::vector<uint8_t> &address) const in ReadAddress()
162 address = address_; in ReadAddress()
165 void BluetoothAddress::ReadAddress(std::string &address) const in ReadAddress()
167 address.resize(ADDRESS_STR_LEN + 1); in ReadAddress()
172 …&address[offset], (ADDRESS_STR_LEN + 1) - offset, ADDRESS_STR_LEN - offset, "%02x:", address_[ii]); in ReadAddress()
Dbluetooth_address.h35 void ReadAddress(std::vector<uint8_t> &address) const;
36 void ReadAddress(std::string &address) const;
39 static void ParseAddressToString(std::vector<uint8_t> &address, std::string &outString);
Dvendor_interface.cpp104 std::vector<uint8_t> address = { 0, 0, 0, 0, 0, 0 }; in Initialize() local
106 bluetoothAddress->ReadAddress(address); in Initialize()
109 int result = vendorInterface_->init(&vendorCallbacks_, address.data()); in Initialize()
/drivers/interface/usb/v1_0/
DIUsbInterface.idl59 * @param dev Indicates the USB device address.
69 * @param dev Indicates the USB device address.
79 * @param dev Indicates the USB device address.
90 * @param dev Indicates the USB device address.
102 * @param dev Indicates the USB device address.
114 * @param dev Indicates the USB device address.
125 * @param dev Indicates the USB device address.
136 * @param dev Indicates the USB device address.
147 * @param dev Indicates the USB device address.
158 * @param dev Indicates the USB device address.
[all …]
/drivers/peripheral/camera/vdi_base/common/utils/exif/
Dexif_utils.h54 static uint32_t AddCustomExifInfo(exif_data info, void *address, int32_t &outPutSize);
61 static uint32_t IsJpegPicture(unsigned char *dataBuffer, int32_t dataBufferSize, void *address);
Dexif_utils.cpp167 uint32_t ExifUtils::IsJpegPicture(unsigned char *dataBuffer, int32_t dataBufferSize, void *address) in IsJpegPicture() argument
169 if (memcpy_s(dataBuffer, dataBufferSize, address, dataBufferSize) != 0) { in IsJpegPicture()
224 void *address, int32_t &outPutSize) in AddCustomExifInfo() argument
267 if (IsJpegPicture(dataBuffer, dataBufferSize, address) == RC_ERROR) { in AddCustomExifInfo()
278 if (memcpy_s(address, totalTempBufferSize, tempBuffer, totalTempBufferSize) != 0) { in AddCustomExifInfo()
/drivers/hdf_core/framework/sample/config/uart/
Duart_config.hcs5 base = 0x120a0000; // UART base register address
/drivers/interface/location/lpfence/wififence/v1_0/
DWififenceTypes.idl63 …/** If the scanned MAC address overlaps the MAC addresses in a Wi-Fi fence, the device is within t…
65 …/** If the similarity between the MAC address and RSSI scanned and the MAC address and RSSI in the…
80 …P_MATCH} algorithm is used, <b>bssid</b> is multiple groups of Wi-Fi MAC address and RSSI pairs. */
/drivers/interface/location/agnss/v1_0/
DIAGnssInterface.idl22 …yer can use the interfaces provided by this module to set the AGNSS callback, AGNSS server address,
31 …* @brief Defines the agnss interfaces to set the AGNSS callback, AGNSS server address, AGNSS refer…
44 …* @brief Defines the agnss interfaces to set the AGNSS callback, AGNSS server address, AGNSS refer…
DIAGnssCallback.idl22 …yer can use the interfaces provided by this module to set the AGNSS callback, AGNSS server address,
/drivers/hdf_core/framework/tools/hc-gen/
DCMakeLists.txt18 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fsanitize=address")
/drivers/interface/wlan/v1_0/
DIWlanInterface.idl110 … about all STAs connected to this AP. Currently, the STA information contains only the MAC address.
139 * @brief Obtains the device MAC address.
142 * @param mac Indicates the MAC address obtained.
143 * @param len Indicates the length of the MAC address.
313 * @brief Sets a MAC address for an NIC.
316 * @param mac Indicates the MAC address to set.
327 * @brief Scans a single MAC address.
330 * @param scanMac Indicates the MAC address to be scanned by the STA.
355 … * @brief Obtains network device information, such as the device index, NIC name, and MAC address.
475 * @param mac Indicates the MAC address of the STA.
DWlanTypes.idl69 /** MAC address of an STA. */
122 /** MAC address of the network device. */
/drivers/interface/wlan/v1_1/
DIWlanInterface.idl110 … about all STAs connected to this AP. Currently, the STA information contains only the MAC address.
139 * @brief Obtains the device MAC address.
142 * @param mac Indicates the MAC address obtained.
143 * @param len Indicates the length of the MAC address.
313 * @brief Sets a MAC address for an NIC.
316 * @param mac Indicates the MAC address to set.
327 * @brief Scans a single MAC address.
330 * @param scanMac Indicates the MAC address to be scanned by the STA.
355 … * @brief Obtains network device information, such as the device index, NIC name, and MAC address.
475 * @param mac Indicates the MAC address of the STA.
/drivers/peripheral/battery/interfaces/hdi_service/src/
Dbattery_thread.cpp48 struct sockaddr_nl address = { in OpenUeventSocket() local
67 ret = bind(fd, reinterpret_cast<const struct sockaddr*>(&address), sizeof(struct sockaddr_nl)); in OpenUeventSocket()
/drivers/external_device_manager/frameworks/ddk/usb/
Dusb_ddk_api.cpp208 if (pipe == nullptr || devMmap == nullptr || devMmap->address == nullptr) { in OH_Usb_SendPipeRequest()
256 if (munmap(devMmap->address, devMmap->size) != 0) { in OH_Usb_DestroyDeviceMemMap()
/drivers/external_device_manager/interfaces/ddk/usb/
Dusb_ddk_types.h272 uint8_t * const address; member
/drivers/peripheral/usb/sample/host/liteos_test/
DBUILD.gn41 "-Wno-address-of-packed-member",
/drivers/peripheral/wlan/
DREADME.md38 …uch as creating and destroying an **IWiFi** object and setting the MAC address. The following ta…
128 …><a name="p181491255149"></a><a name="p181491255149"></a>Sets a single MAC address to scan for.</p>
144 …p1151815635014"><a name="p1151815635014"></a><a name="p1151815635014"></a>Sets the MAC address.</p>
149 …19469509"><a name="p14519469509"></a><a name="p14519469509"></a>Obtains the device MAC address.</p>
181 …ess** function to set the MAC address and calling the **getDeviceMacAddress** function to obtai…
220 /* Obtain the device MAC address. */
/drivers/interface/ril/v1_1/
DTypes.idl783 * Network address
785 String address;
788 * IP address of the primary DNS server
793 * IP address of the secondary DNS server.
798 * Gateway address
803 * IP address of the primary Proxy-Call Session Control Function (P-CSCF)
808 * IP address of the secondary P-CSCF
1220 String address;
1279 * Code address type:
3342 * @brief Defines the SMSC address information.
[all …]
/drivers/interface/ril/v1_0/
DTypes.idl783 * Network address
785 String address;
788 * IP address of the primary DNS server
793 * IP address of the secondary DNS server.
798 * Gateway address
803 * IP address of the primary Proxy-Call Session Control Function (P-CSCF)
808 * IP address of the secondary P-CSCF
1180 String address;
1239 * Code address type:
3179 * @brief Defines the SMSC address information.
[all …]
/drivers/peripheral/usb/ddk/host/include/
Dusb_raw_api_library.h74 uintptr_t address; member
/drivers/peripheral/ril/
DREADME_zh.md97 dialInfo.address = "10086";
/drivers/peripheral/usb/ddk/device/include/
Dadapter_if.h231 uintptr_t address; member

123