| /base/print/print_fwk/frameworks/ohprint/include/ |
| D | print_converter.h | 24 #define SAFE_DELETE(address) \ argument 32 #define SAFE_DELETE_ARRAY(address) \ argument 40 inline bool IsValidString(const char *address) in IsValidString()
|
| /base/telephony/core_service/utils/vcard/src/contact_data/ |
| D | vcard_email_data.cpp | 50 …std::string &address, const std::string &labelId, std::string &labelName, std::string &displayName) in InitEmailData() 63 void VCardEmailData::SetAddress(const std::string &address) in SetAddress()
|
| D | vcard_im_data.cpp | 43 void VCardImData::SetAddress(const std::string &address) in SetAddress()
|
| D | vcard_sip_data.cpp | 59 void VCardSipData::SetAddress(const std::string &address) in SetAddress()
|
| /base/telephony/cellular_data/services/src/utils/ |
| D | cellular_data_utils.cpp | 24 std::vector<AddressInfo> CellularDataUtils::ParseIpAddr(const std::string &address) in ParseIpAddr() 53 std::vector<AddressInfo> CellularDataUtils::ParseNormalIpAddr(const std::string &address) in ParseNormalIpAddr() 72 std::vector<RouteInfo> CellularDataUtils::ParseRoute(const std::string &address) in ParseRoute()
|
| /base/telephony/call_manager/services/bluetooth/src/ |
| D | bluetooth_connection.cpp | 157 void BluetoothConnection::AddBtDevice(const std::string &address, Bluetooth::BluetoothRemoteDevice … in AddBtDevice() 169 void BluetoothConnection::RemoveBtDevice(const std::string &address) in RemoveBtDevice() 180 Bluetooth::BluetoothRemoteDevice *BluetoothConnection::GetBtDevice(const std::string &address) in GetBtDevice()
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_receive_indexer.cpp | 41 …const std::string &address, const std::string &visibleAddress, uint16_t msgRefId, uint16_t msgSeqI… in SmsReceiveIndexer() 49 …bool isCdmaWapPdu, const std::string &address, const std::string &visibleAddress, const std::strin… in SmsReceiveIndexer() 127 void SmsReceiveIndexer::SetOriginatingAddress(const std::string &address) in SetOriginatingAddress()
|
| D | sms_broadcast_subscriber_receiver.cpp | 33 const std::string &address) in SmsBroadcastSubscriberReceiver()
|
| D | sms_persist_helper.cpp | 297 bool SmsPersistHelper::UpdateContact(const std::string &address) in UpdateContact() 331 bool SmsPersistHelper::QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t… in QueryContactedCount() 368 bool SmsPersistHelper::QueryRawContactId(const std::string &address, int32_t &rawCountId) in QueryRawContactId()
|
| /base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
| D | jit_buffer_integrity.h | 132 void *address, Instr insn) in PatchInstruction() 160 static inline int32_t PatchData(JitCodeSignerBase *signer, void *address, in PatchData()
|
| /base/telephony/sms_mms/services/sms/gsm/ |
| D | gsm_sms_tpdu_encode.cpp | 53 std::string address; in EncodeSubmitPdu() local 289 std::string address; in EncodeDeliverPartData() local 495 std::string address; in EncodeStatusReportPartData() local
|
| D | gsm_sms_param_codec.cpp | 80 …smSmsParamCodec::DecodeSmscPdu(const uint8_t *pTpdu, uint8_t pduLen, struct AddressNumber &address) in DecodeSmscPdu()
|
| /base/telephony/sms_mms/test/unittest/ |
| D | mms_msg_test.cpp | 203 MmsAddress address; in GetSendReqDataTest() local 345 MmsAddress address; in MmsNotificationIndEncodeTest() local 427 MmsAddress address; in MmsRetrieveConfDataTest() local 581 MmsAddress address; in MmsReadRecIndEncodeTest() local 632 MmsAddress address; in MmsReadOrigIndEncodeTest() local
|
| D | cdma_sms_test.cpp | 604 std::string address; in TestEncodeCancelMsg() local 627 std::string address; in TestEncodeDeliverReportMsg() local 662 std::string address; in TestEncodeAckMsg() local
|
| /base/customization/enterprise_device_management/common/native/src/plugin_utils/ |
| D | message_parcel_utils.cpp | 70 void MessageParcelUtils::WriteIpAddress(MessageParcel &data, const Wifi::WifiIpAddress &address) in WriteIpAddress() 202 void MessageParcelUtils::ReadIpAddress(MessageParcel &data, Wifi::WifiIpAddress &address) in ReadIpAddress()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_xz_utils.cpp | 32 static void XzFree(ISzAllocPtr, void *address) in XzFree()
|
| /base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
| D | message_parcel_utils_test.cpp | 209 Wifi::WifiIpAddress address; variable
|
| /base/telephony/sms_mms/frameworks/native/mms/src/ |
| D | mms_msg.cpp | 142 std::vector<MmsAddress> address; in GetMmsFrom() local 151 bool MmsMsg::SetMmsFrom(MmsAddress address) in SetMmsFrom() 236 bool MmsMsg::AddHeaderAddressValue(uint8_t fieldId, MmsAddress &address) in AddHeaderAddressValue()
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| D | ril_sms_test.cpp | 314 ServiceCenterAddress address; variable 333 ServiceCenterAddress address; variable
|
| /base/telephony/call_manager/services/audio/src/ |
| D | audio_device_manager.cpp | 141 void AudioDeviceManager::AddAudioDeviceList(const std::string &address, AudioDeviceType deviceType, in AddAudioDeviceList() 194 void AudioDeviceManager::RemoveAudioDeviceList(const std::string &address, AudioDeviceType deviceTy… in RemoveAudioDeviceList() 498 std::string address = device.address; in ReportAudioDeviceChange() local
|
| /base/telephony/sms_mms/services/sms/cdma/ |
| D | cdma_sms_parameter_record.cpp | 195 CdmaSmsAddressParameter::CdmaSmsAddressParameter(TransportAddr &address, uint8_t id) : address_(add… in CdmaSmsAddressParameter() 335 CdmaSmsSubaddress::CdmaSmsSubaddress(TransportSubAddr &address, uint8_t id) : address_(address) in CdmaSmsSubaddress()
|
| /base/update/updater/services/diffpatch/patch/ |
| D | image_patch.h | 35 static T ReadLE(const uint8_t *address) in ReadLE()
|
| /base/telephony/cellular_data/test/ |
| D | zero_branch_test.cpp | 1505 std::string address = ""; variable 1761 std::string address = ""; variable 1773 std::string address = "192.000.1.1/24"; variable 1785 std::string address = "192.000.1.1/24 192.000.1.2/24"; variable 1797 std::string address = "2001:0000:0000:0000:0000:0000:0000:0000/64"; variable 1809 …std::string address = "2001:0000:0000:0000:0000:0000:0000:0000/64 2001:0000:0000:0000:0000:0000:00… variable
|
| /base/powermgr/battery_manager/charger/src/ |
| D | battery_thread.cpp | 40 struct sockaddr_nl address = { in OpenUeventSocket() local
|
| /base/usb/usb_manager/interfaces/innerkits/native/include/ |
| D | usb_endpoint.h | 29 USBEndpoint(uint32_t address, uint32_t attributes, uint32_t interval, uint32_t maxPacketSize) in USBEndpoint()
|