/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec_buffer.cpp | 58 if (addr_ != nullptr) { in ~ImageDmaBuffer() 59 (void)::munmap(addr_, static_cast<size_t>(capacity_)); in ~ImageDmaBuffer() 60 addr_ = nullptr; in ~ImageDmaBuffer() 71 if (addr_ == nullptr) { in GetAddr() 76 addr_ = reinterpret_cast<uint8_t*>(addr); in GetAddr() 78 return addr_; in GetAddr() 93 if (addr_ != nullptr) { in ~ImageSurfaceBuffer() 98 addr_ = nullptr; in ~ImageSurfaceBuffer() 120 if (addr_ == nullptr) { in GetAddr() 124 addr_ in GetAddr() [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_sensing_info.h | 28 : addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(INVALID_PKGNAME), in SensingInfo() 35 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(INVALID_PKGNAME), isServer_(false), in SensingInfo() 40 : addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(resourceId), pkgName_(INVALID_PKGNAME), in SensingInfo() 44 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(resourceId), pkgName_(INVALID_PKGNAME), in SensingInfo() 49 : addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(pkgName), in SensingInfo() 53 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(pkgName), isServer_(isServer), interval_(0) in SensingInfo() 57 : addr_(INVALID_MAC_ADDRESS), uuid_(uuid), resourceId_(0), pkgName_(pkgName), isServer_(false), interval_(0) in SensingInfo() 61 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(INVALID_PKGNAME), in SensingInfo() 66 : addr_(addr), uuid_(uuid), resourceId_(resourceId), pkgName_(INVALID_PKGNAME), isServer_(false), in SensingInfo() 70 std::string addr_; member [all...] |
H A D | gatt_data.h | 167 GattDevice() : isEncryption_(false), transport_(0), addressType_(0), connectState_(0), addr_() {} in GattDevice() 179 RawAddress addr_ = {}; member 183 return ((addr_ == rhs.addr_) && (transport_ == rhs.transport_)); in operator ==() 188 return ((addr_ < rhs.addr_) && (transport_ == rhs.transport_)); in operator <()
|
H A D | gatt_data.cpp | 25 transport_(transport), addressType_(type), connectState_(0), addr_(addr) in GattDevice() 31 transport_(transport), addressType_(type), connectState_(state), addr_(addr) in GattDevice() 37 transport_(transport), addressType_(0), connectState_(0), addr_(addr) {} in GattDevice()
|
H A D | ble_parcel_data.h | 491 return addr_; in GetPeripheralDevice() 570 addr_ = device; in SetPeripheralDevice() 640 RawAddress addr_ {};
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_sensing_info.h | 29 : addr_(info.addr_), uuid_(info.uuid_), resourceId_(info.resourceId_), pkgName_(info.pkgName_), in BluetoothSensingInfo() 37 std::string addr_; member in OHOS::Bluetooth::BluetoothSensingInfo
|
H A D | bluetooth_gatt_device.cpp | 37 if (!parcel.WriteString(addr_.GetAddress())) { in Marshalling() 76 addr_ = bluetooth::RawAddress(addr); in ReadFromParcel()
|
H A D | bluetooth_sensing_info.cpp | 23 if (!parcel.WriteString(addr_)) { in Marshalling() 61 if (!parcel.ReadString(addr_)) { in ReadFromParcel()
|
H A D | bluetooth_ble_scan_result.cpp | 33 if (!parcel.WriteString(addr_.GetAddress())) { in Marshalling() 85 addr_ = bluetooth::RawAddress(address); in ReadFromParcel()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_frame_darwin.cpp | 25 addr_ = std::make_unique<uint32_t[]>(width_ * height_); in RSSurfaceFrameDarwin() 64 if (addr_ == nullptr) { in CreateSurface() 71 surface_ = Drawing::Surface::MakeRasterDirect(info, addr_.get(), width_); in CreateSurface()
|
H A D | rs_surface_frame_darwin.h | 42 std::unique_ptr<uint32_t[]> addr_ = nullptr; member in OHOS::Rosen::RSSurfaceFrameDarwin
|
H A D | rs_surface_darwin.cpp | 95 if (frameDarwin->addr_ == nullptr) { in FlushFrame() 98 addr = frameDarwin->addr_.get(); in FlushFrame()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_surface_frame_windows.cpp | 25 addr_ = std::make_unique<uint32_t[]>(width_ * height_); in RSSurfaceFrameWindows() 60 if (addr_ == nullptr) { in CreateSurface() 67 bitmap_->SetPixels(addr_.get()); in CreateSurface()
|
H A D | rs_surface_frame_windows.h | 43 std::unique_ptr<uint32_t[]> addr_ = nullptr; member in OHOS::Rosen::RSSurfaceFrameWindows
|
H A D | rs_surface_windows.cpp | 97 if (frameWindows->addr_ == nullptr) { in FlushFrame() 100 addr = frameWindows->addr_.get(); in FlushFrame()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_line_break.h | 89 addr_ = addr;
in SetRuleFileLoadAddr() 99 return addr_;
in GetRuleFileLoadAddr() 128 : initSuccess_(false), addr_(nullptr), size_(0), fp_(0), offset_(0), lineBreakTrie_(nullptr), stateTbl_(nullptr)
in UILineBreakEngine() 139 char* addr_;
member in OHOS::UILineBreakEngine
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_manager.cpp | 89 result.push_back(BluetoothRemoteDevice(item.addr_.GetAddress(), in GetDevicesByStates() 114 result.push_back(BluetoothRemoteDevice(item.addr_.GetAddress(), in GetConnectedDevices()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | netsys_net_dns_result_data.cpp | 27 if (!parcel.WriteString(addr_)) {
in Marshalling() 40 if (!parcel.ReadString(addrInfo.addr_)) {
in Unmarshalling()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec_buffer.h | 80 uint8_t* addr_ = nullptr; member in OHOS::ImagePlugin::ImageDmaBuffer 95 uint8_t* addr_ = nullptr; member in OHOS::ImagePlugin::ImageSurfaceBuffer
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/ |
H A D | generic_attribute_service.cpp | 133 dev.first.addr_.GetAddress(), in StoreNotifyInformation() 137 dev.first.addr_.GetAddress(), in StoreNotifyInformation() 141 dev.first.addr_.GetAddress(), in StoreNotifyInformation() 222 if (Compat::CompatCheck(CompatType::COMPAT_GATTC_NO_SERVICE_CHANGED_IND, dev.first.addr_.GetAddress())) { in NotifyAllDevices()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_utils_server.h | 30 #define GET_ENCRYPT_GATT_ADDR(device) (GetEncryptAddr((device).addr_.GetAddress()).c_str())
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_utils.h | 33 #define GET_ENCRYPT_GATT_ADDR(device) (GetEncryptAddr((device).addr_.GetAddress()).c_str())
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | netsys_net_dns_result_data.h | 38 std::string addr_;
member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 226 return GattDevice(item->Info().addr_, in GetDevices() 530 OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, "ADDRESS", device.addr_.GetAddress(), "STATE", in NotifyObserver() 759 if (adapter != nullptr && adapter->GetPeerDeviceAddrType(device.Info().addr_) <= BLE_ADDR_TYPE_RANDOM) { in DoConnect() 761 device.Info().addressType_ = addr.type = adapter->GetPeerDeviceAddrType(device.Info().addr_); in DoConnect() 1146 device.addr_.ConvertToUint8(addr, sizeof(addr)); 1153 addr_[i] = addr[i]; in CopyAddress() 1168 (void)memcpy_s(addr.addr, RawAddress::BT_ADDRESS_BYTE_LEN, addr_, RawAddress::BT_ADDRESS_BYTE_LEN); in CheckEncryption() 1206 GetEncryptAddr(this->Info().addr_.GetAddress()).c_str(), this->Info().transport_); in ProcessMessage() 1218 return addr_; in Addr() 1274 GetEncryptAddr(device_.Info().addr_ in Entry() [all...] |
H A D | gatt_client_service.cpp | 425 HILOGI("addr: %{public}s ret: %{public}d", GetEncryptAddr(device.addr_.GetAddress()).c_str(), ret); 432 HILOGI("addr: %{public}s ret: %{public}d", GetEncryptAddr(device.addr_.GetAddress()).c_str(), ret); 439 HILOGI("addr: %{public}s ret: %{public}d", GetEncryptAddr(device.addr_.GetAddress()).c_str(), state); 656 RequestStatus::CONNECT_OFF, PROFILE_NAME_GATT_CLIENT, device.addr_); in Disconnect() 839 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnDiscoverAllPrimaryServicesEvent() 869 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnFindIncludedServicesEvent() 897 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnDiscoverAllCharacteristicOfServiceEvent() 927 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnDiscoverAllCharacteristicDescriptorsEvent() 947 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnReadCharacteristicValueEvent() 967 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnWriteCharacteristicValueEvent() [all...] |