Home
last modified time | relevance | path

Searched defs:addr (Results 601 - 625 of 2932) sorted by relevance

1...<<21222324252627282930>>...118

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_test.cpp624 uint8_t addr[] = {0}; in HWTEST_F() local
651 uint8_t addr[] = {0}; in HWTEST_F() local
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/mock/
H A Dbase_interface_lib_mock.cpp98 uint32_t FindNextZeroBit(const uint8_t addr[], uint32_t maxSlots, uint32_t start) in FindNextZeroBit() argument
111 uint32_t FindNextBit(const uint8_t addr[], uint32_t maxSlots, uint32_t start) in FindNextBit() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection_server.cpp35 auto addr = HfpHfRfcommConnection::GetRemoteAddressByHandle(handle); in ProcessDataConnectionServerCallback() local
75 std::string addr; in DataConnectionServerCallback() local
H A Dhfp_hf_rfcomm_connection.cpp56 std::string addr = RawAddress::ConvertToString(remoteAddr_.addr).GetAddress(); in Connect() local
99 void HfpHfRfcommConnection::SetRemoteAddr(const std::string &addr) in SetRemoteAddr() argument
126 void HfpHfRfcommConnection::AddConnectionDevice(uint16_t handle, std::string addr) in AddConnectionDevice() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp25 int SocketSdpClient::StartDiscovery(const std::string &addr, const Uuid &uuid, void *context) in StartDiscovery() argument
56 uint8_t SocketSdpClient::SearchAttributes(const BtAddr *addr, const SdpService *serviceAry, uint16_t serviceNum) in SearchAttributes() argument
91 SdpSearchCallback( const BtAddr *addr, const SdpService *serviceAry, uint16_t serviceNum, void *context) SdpSearchCallback() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_def.h51 const RawAddress *addr; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_gap.c200 AvctRequestSecurityBy( const uint16_t aclHandle, const BtAddr addr, const uint16_t lcid, const uint8_t id, const uint16_t lpsm) AvctRequestSecurityBy() argument
H A Davctp_ctrl_l2cap.h83 BtAddr addr; member
H A Davctp_br_l2cap.h82 BtAddr addr; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session.c140 RfcommSessionInfo *RfcommCreateSession(const BtAddr *addr, uint16_t lcid, uint8_t id, bool isInitiator) in RfcommCreateSession() argument
291 RfcommSessionInfo *RfcommGetSessionByAddr(const BtAddr *addr) in RfcommGetSessionByAddr() argument
H A Drfcomm_l2cap.c33 BtAddr addr; in RfcommRecvConnectReqCback() local
241 void RfcommSendConnectReqCback(const BtAddr *addr, uint16_t lcid, int result) in RfcommSendConnectReqCback() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_inq_db.c25 BtAddr addr; member
32 static BtmInquiryDBEntity *BtmAllocInquiryDBEntity(const BtAddr *addr, const BtmInquiryInfo *info) in BtmAllocInquiryDBEntity() argument
61 static BtmInquiryDBEntity *BtmFindInquiryEntiryByAddress(const BtAddr *addr) in BtmFindInquiryEntiryByAddress() argument
78 int BtmAssignOrUpdateInquiryInfo(const BtAddr *addr, cons argument
103 BtmQueryInquiryInfoByAddr(const BtAddr *addr, BtmInquiryInfo *info) BtmQueryInquiryInfoByAddr() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp125 OnInterfaceAddressUpdated( const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressUpdated() argument
164 OnInterfaceAddressRemoved( const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressRemoved() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_pixmap.cpp26 SkiaPixmap::SkiaPixmap(const ImageInfo& imageInfo, const void* addr, size_t rowBytes) in SkiaPixmap() argument
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Dstream_customer.h60 void* addr = buff->GetVirAddr(); in OnBufferAvailable() local
/third_party/elfutils/tests/
H A Dget-lines.c93 Dwarf_Addr addr; in main() local
H A Ddwarf-die-addr-die.c46 void *addr = die->addr; in check_die() local
H A Dnext-lines.c71 Dwarf_Addr addr; in main() local
/third_party/curl/tests/unit/
H A Dunit1607.c120 struct Curl_addrinfo *addr; variable
[all...]
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c37 __libdwfl_getsym (Dwfl_Module *mod, int ndx, GElf_Sym *sym, GElf_Addr *addr, in __libdwfl_getsym() argument
201 dwfl_module_getsym_info(Dwfl_Module *mod, int ndx, GElf_Sym *sym, GElf_Addr *addr, GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *bias) dwfl_module_getsym_info() argument
/third_party/ffmpeg/libavformat/
H A Drtspenc.c46 int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr) in ff_rtsp_setup_output_streams() argument
H A Dunix.c37 struct sockaddr_un addr; member
[all...]
/third_party/alsa-lib/test/
H A Dseq-decoder.c265 snd_seq_addr_t addr; in event_decoder() local
[all...]
/third_party/backends/backend/
H A Dgt68xx_gt6801.c120 SANE_Word addr, bytes_left; in gt6801_download_firmware() local
/third_party/curl/lib/
H A Dif2ip.c120 void *addr; in Curl_if2ip() local

Completed in 12 milliseconds

1...<<21222324252627282930>>...118