Home
last modified time | relevance | path

Searched refs:addr_ (Results 1 - 25 of 47) sorted by relevance

12

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_buffer.cpp58 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 Dbt_sensing_info.h28 : 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 Dgatt_data.h167 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 Dgatt_data.cpp25 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 Dble_parcel_data.h491 return addr_; in GetPeripheralDevice()
570 addr_ = device; in SetPeripheralDevice()
640 RawAddress addr_ {};
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_sensing_info.h29 : 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 Dbluetooth_gatt_device.cpp37 if (!parcel.WriteString(addr_.GetAddress())) { in Marshalling()
76 addr_ = bluetooth::RawAddress(addr); in ReadFromParcel()
H A Dbluetooth_sensing_info.cpp23 if (!parcel.WriteString(addr_)) { in Marshalling()
61 if (!parcel.ReadString(addr_)) { in ReadFromParcel()
H A Dbluetooth_ble_scan_result.cpp33 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 Drs_surface_frame_darwin.cpp25 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 Drs_surface_frame_darwin.h42 std::unique_ptr<uint32_t[]> addr_ = nullptr; member in OHOS::Rosen::RSSurfaceFrameDarwin
H A Drs_surface_darwin.cpp95 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 Drs_surface_frame_windows.cpp25 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 Drs_surface_frame_windows.h43 std::unique_ptr<uint32_t[]> addr_ = nullptr; member in OHOS::Rosen::RSSurfaceFrameWindows
H A Drs_surface_windows.cpp97 if (frameWindows->addr_ == nullptr) { in FlushFrame()
100 addr = frameWindows->addr_.get(); in FlushFrame()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.h89 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 Dbluetooth_gatt_manager.cpp89 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 Dnetsys_net_dns_result_data.cpp27 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 Dimage_codec_buffer.h80 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 Dgeneric_attribute_service.cpp133 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 Dbluetooth_utils_server.h30 #define GET_ENCRYPT_GATT_ADDR(device) (GetEncryptAddr((device).addr_.GetAddress()).c_str())
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_utils.h33 #define GET_ENCRYPT_GATT_ADDR(device) (GetEncryptAddr((device).addr_.GetAddress()).c_str())
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetsys_net_dns_result_data.h38 std::string addr_; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp226 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 Dgatt_client_service.cpp425 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...]

Completed in 23 milliseconds

12