Home
last modified time | relevance | path

Searched refs:addr (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_connection_addr_utils.c66 if (addr == NULL || option == NULL) { in LnnConvertAddrToOption()
93 if (addr->type == CONNECTION_ADDR_ETH || addr->type == CONNECTION_ADDR_WLAN) { in LnnConvertAddrToOption()
95 … if (strncpy_s(option->socketOption.addr, sizeof(option->socketOption.addr), addr->info.ip.ip, in LnnConvertAddrToOption()
117 addr->type = CONNECTION_ADDR_BR; in LnnConvertOptionToAddr()
144 addr->type = hintType; in LnnConvertOptionToAddr()
145 if (strncpy_s(addr->info.ip.ip, IP_LEN, option->socketOption.addr, in LnnConvertOptionToAddr()
213 if (addr->type == CONNECTION_ADDR_ETH || addr->type == CONNECTION_ADDR_WLAN) { in LnnConvertAddrToAuthConnInfo()
253 addr->type = hintType; in LnnConvertAuthConnInfoToAddr()
267 if (addr == NULL) { in LnnIsConnectionAddrInvalid()
271 switch (addr->type) { in LnnIsConnectionAddrInvalid()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c64 reqInfo->addr = *addr; in GapAllocReqSecInfo()
97 addr = reqInfo->addr; in GapDoAuthenticationCallback()
255 __FUNCTION__, BT_ADDR_FMT_OUTPUT(devInfo->addr.addr)); in GapCheckConnection()
391 if ((GapIsEmptyAddr(regInfo->addr.addr) || GapAddrCompare(&regInfo->addr, addr)) && in GAP_RequestSecurity()
531 __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr->addr), service, accept); in GAP_AuthorizeRes()
675 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr)) { in GapUpdateSecurityStatusAclDisconnect()
1336 BtAddr addr; in GapOnRemoteOOBDataRequestEvent() local
1423 BtAddr addr; in GapOnPINCodeRequestEvent() local
1539 BtAddr addr; in GapOnLinkKeyNotificationEvent() local
1559 BtAddr addr; in GapOnLinkKeyRequestEvent() local
[all …]
H A Dgap_le_scan.c44 BtAddr addr; member
166 BT_ADDR_FMT_OUTPUT(info->addr.addr)); in GapCallbackRPAAdvertisingReport()
201 BT_ADDR_FMT_OUTPUT(info->addr.addr)); in GapCallbackRPAExtendedAdvertisingReport()
221 BT_ADDR_FMT_OUTPUT(info->addr.addr)); in GapCallbackRPADirectedAdvertisingReport()
271 (void)memcpy_s(addr, BT_ADDRESS_SIZE, info->addr.addr, BT_ADDRESS_SIZE); in GapRPAResolveProcess()
384 BT_ADDR_FMT_OUTPUT(addr->addr), in GapTryChangeAddressForIdentityAddress()
394 BtAddr addr; in GapOnLeAdvertisingReportEventProcessOnce() local
427 …FO("%{public}s:" BT_ADDR_FMT " type=%hhu", __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr.addr), addr.type); in GapOnLeAdvertisingReportEventProcessOnce()
500 BtAddr addr; in GapOnLeExtendedAdvertisingReportEventProcessOnce() local
535 …FO("%{public}s:" BT_ADDR_FMT " type=%hhu", __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr.addr), addr.type); in GapOnLeExtendedAdvertisingReportEventProcessOnce()
[all …]
H A Dgap_le_sec.c240 BtAddr addr = {0}; in GapLeAuthenticationRequest() local
384 BtAddr addr = {0}; in GapLePairResult() local
419 BtAddr addr = {0}; in GapLeRemotePairRequest() local
475 BtAddr addr = {0}; in GapLeRemoteSecurityRequest() local
497 BtAddr addr = {0}; in GapLeLongTermKeyRequest() local
519 BtAddr addr = {0}; in GapLeEncryptionComplete() local
574 __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr->addr), accept, keyType); in GAP_LeRemoteEncryptionKeyRsp()
620 __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr->addr), accept, keyType); in GAP_LeLocalEncryptionKeyRsp()
682 const BtAddr *addr = &deviceInfo->addr; in GapLeRequestSecurityMaster() local
802 if (GapAddrCompare(addr, &leBondBlock->addr)) { in GapClearPairingStatus()
[all …]
H A Dgap_if.c335 ctx->addr = (BtAddr *)addr; in GAPIF_RegisterServiceSecurity()
379 ctx->addr = (BtAddr *)addr; in GAPIF_RegisterServiceSecurityAsync()
415 ctx->addr = (BtAddr *)addr; in GAPIF_DeregisterServiceSecurity()
626 ctx->addr = (BtAddr *)addr; in GAPIF_AuthorizeRes()
708 ctx->addr = (BtAddr *)addr; in GAPIF_PairIsFromLocal()
792 ctx->addr = (BtAddr *)addr; in GAPIF_IOCapabilityRsp()
823 ctx->addr = (BtAddr *)addr; in GAPIF_UserConfirmRsp()
851 ctx->addr = (BtAddr *)addr; in GAPIF_UserPasskeyRsp()
880 ctx->addr = (BtAddr *)addr; in GAPIF_RemoteOobRsp()
909 ctx->addr = (BtAddr *)addr; in GAPIF_PinCodeRsp()
[all …]
H A Dgap_br_discover.c117 BtAddr addr = BT_ADDR_NULL; in GapOnInquiryResult() local
125 LOG_DEBUG("%{public}s: " BT_ADDR_FMT, __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr.addr)); in GapOnInquiryResult()
137 BtAddr addr = BT_ADDR_NULL; in GapOnInquiryResultRssi() local
147 LOG_DEBUG("%{public}s: " BT_ADDR_FMT, __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr.addr)); in GapOnInquiryResultRssi()
158 BtAddr addr = BT_ADDR_NULL; in GapOnEntendedInquiryResult() local
168 LOG_DEBUG("%{public}s: " BT_ADDR_FMT, __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr.addr)); in GapOnEntendedInquiryResult()
226 LOG_INFO("%{public}s:" BT_ADDR_FMT, __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr->addr)); in GAP_GetRemoteName()
239 (void)memcpy_s(hciCmdParam.addr.raw, BT_ADDRESS_SIZE, addr->addr, BT_ADDRESS_SIZE); in GAP_GetRemoteName()
263 BtAddr addr = BT_ADDR_NULL; in GapOnGetRemoteNameComplete() local
277 LOG_INFO("%{public}s:" BT_ADDR_FMT, __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr->addr)); in GAP_GetRemoteNameCancel()
[all …]
H A Dgap.h36 int GAP_GetLocalAddr(BtAddr *addr);
114 int GAP_RequestSecurity(const BtAddr *addr, const GapRequestSecurityParam *param);
148 int GAP_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept);
173 int GAP_PairIsFromLocal(const BtAddr *addr, bool *isLocal);
181 int GAP_AuthenticationReq(const BtAddr *addr);
189 int GAP_CancelAuthenticationReq(const BtAddr *addr);
211 int GAP_UserConfirmRsp(const BtAddr *addr, uint8_t accept);
221 int GAP_UserPasskeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number);
231 int GAP_RemoteOobRsp(const BtAddr *addr, uint8_t accept, const GapOOBData *data);
302 int GAP_GetRemoteName(const BtAddr *addr);
[all …]
H A Dgap_le_if.c440 ctx->addr = (uint8_t *)addr; in GAPIF_LeExAdvSetRandAddr()
1080 ctx->addr = (BtAddr *)addr; in GAPIF_LeConnParamUpdate()
1108 ctx->addr = (BtAddr *)addr; in GAPIF_LeConnectionParameterRsp()
1191 ctx->addr = (BtAddr *)addr; in GAPIF_LeRemoteEncryptionKeyRsp()
1222 ctx->addr = (BtAddr *)addr; in GAPIF_LeLocalEncryptionKeyRsp()
1258 ctx->addr = (BtAddr *)addr; in GAPIF_RequestSigningAlgorithmInfoRsp()
1342 ctx->addr = (BtAddr *)addr; in GAPIF_LeGetSecurityStatus()
1372 ctx->addr = (BtAddr *)addr; in GAPIF_LeRequestSecurity()
1536 ctx->addr = (BtAddr *)addr; in GAPIF_LePairFeatureRsp()
1564 ctx->addr = (BtAddr *)addr; in GAPIF_LePairPassKeyRsp()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp119 avdtp.DisconnectReq(addr); in ProcessDisconnectReq()
133 avdtp.DisconnectReq(addr); in ProcessTimeout()
378 bluetooth::RawAddress::ConvertToString(msgData.stream.addr.addr)); in ProcessOpenInd()
443 BtAddr addr = msgData.delayReportInfo.addr; in ProcessDelayReportInd() local
518 bluetooth::RawAddress::ConvertToString(msgData.stream.addr.addr)); in ProcessOpenCfm()
568 BtAddr addr = msgData.delayReportInfo.addr; in ProcessDelayReportInd() local
732 bluetooth::RawAddress::ConvertToString(addr.addr).GetAddress())) { in ProcessReconfigCfm()
799 BtAddr addr = msgData.delayReportInfo.addr; in ProcessDelayReportInd() local
935 bluetooth::RawAddress::ConvertToString(msgData.stream.addr.addr)); in ProcessSuspendCfm()
942 …if (strcmp(addr.c_str(), RawAddress::ConvertToString(msgData.stream.addr.addr).GetAddress().c_str(… in ProcessSuspendCfm()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp420 RawAddress addr = RawAddress::ConvertToString(param.lePairKeyNotify_.addr.addr); in SavePairKeyNotify() local
712 RawAddress addr = RawAddress::ConvertToString(param.lePairFeatureInd_.addr.addr); in GapLePairFeatureInd() local
737 RawAddress addr = RawAddress::ConvertToString(param.lePairPassKeyReq_.addr.addr); in GapLePairPassKeyReq() local
766 RawAddress addr = RawAddress::ConvertToString(param.lePairOobReq_.addr.addr); in GapLePairOobReq() local
780 RawAddress addr = RawAddress::ConvertToString(param.lePairScOob_req_.addr.addr); in GapLePairScOobReq() local
794 RawAddress addr = RawAddress::ConvertToString(param.lePairScUserConfirmReq_.addr.addr); in GapLePairScUserConfirmReq() local
809 RawAddress addr = RawAddress::ConvertToString(param.lePairComplete_.addr.addr); in GapLePairComplete() local
899 device.ConvertToUint8(addr.addr); in StartPair()
916 device.ConvertToUint8(addr.addr); in SetDevicePasskey()
933 device.ConvertToUint8(addr.addr); in SetUserConfirm()
[all …]
H A Dble_security.h51 int GapLeRequestSecurity(uint16_t connectionHandle, const BtAddr &addr, uint8_t role);
53 bool PairRequestReply(const RawAddress &addr, int addrType, bool accept) const;
73 static void LeRemoteEncryptionKeyReqEvent(const BtAddr *addr, void *context);
75 const BtAddr *addr, GAP_SignCounterType type, uint32_t counter, void *context);
76 static void GapRequestSigningAlgorithmInfo(const BtAddr *addr, void *context);
80 static void LePairMethodNotify(const BtAddr *addr, uint8_t pairMethod, void *context);
82 static void LePairPassKeyReq(const BtAddr *addr, void *context);
84 static void LePairOobReq(const BtAddr *addr, void *context);
85 static void LePairScOobReq(const BtAddr *addr, void *context);
88 static void LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context);
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h186 void (*userPasskeyReq)(const BtAddr *addr, void *context);
188 void (*remoteOobReq)(const BtAddr *addr, void *context);
189 void (*pinCodeReq)(const BtAddr *addr, void *context);
190 void (*linkKeyReq)(const BtAddr *addr, void *context);
194 void (*IOCapabilityReq)(const BtAddr *addr, void *context);
365 BTSTACK_API int GAPIF_PairIsFromLocal(const BtAddr *addr, bool *isLocal);
373 BTSTACK_API int GAPIF_AuthenticationReq(const BtAddr *addr);
381 BTSTACK_API int GAPIF_CancelAuthenticationReq(const BtAddr *addr);
486 BTSTACK_API int GAPIF_GetRemoteName(const BtAddr *addr);
494 BTSTACK_API int GAPIF_GetRemoteNameCancel(const BtAddr *addr);
[all …]
H A Dgap_le_if.h343 void (*leRemoteEncryptionKeyReqEvent)(const BtAddr *addr, void *context);
344 void (*GapRequestSigningAlgorithmInfo)(const BtAddr *addr, void *context);
400 void (*lePairFeatureReq)(const BtAddr *addr, bool localPair, void *context);
404 void (*lePairPassKeyReq)(const BtAddr *addr, void *context);
406 void (*lePairOobReq)(const BtAddr *addr, void *context);
407 void (*lePairScOobReq)(const BtAddr *addr, void *context);
454 BTSTACK_API int GAPIF_LeSetStaticIdentityAddr(uint8_t addr[BT_ADDRESS_SIZE]);
765 const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t keyType);
822 BTSTACK_API int GAPIF_LePair(const BtAddr *addr);
830 BTSTACK_API int GAPIF_LeCancelPair(const BtAddr *addr);
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h71 virtual void OnPressButton(const std::string &addr, uint8_t button) = 0;
150 void SetActiveDevice(const std::string &addr) in SetActiveDevice() argument
158 int PressButton(const std::string &addr, uint8_t button, uint8_t label) in PressButton() argument
163 int ReleaseButton(const std::string &addr, uint8_t button, uint8_t label) in ReleaseButton() argument
196 int GetPlayerAppSettingAttributes(const std::string &addr, uint8_t label) in GetPlayerAppSettingAttributes() argument
244 int GetPlayStatus(const std::string &addr, uint8_t label, uint8_t context) in GetPlayStatus() argument
294 int GetSelectedTrack(const std::string addr, uint8_t label) in GetSelectedTrack() argument
299 int GetAddressedPlayer(const std::string &addr, uint8_t label) in GetAddressedPlayer() argument
304 int GetUidCounter(const std::string &addr, uint8_t label) in GetUidCounter() argument
309 int GetCurrentAbsoluteVolume(const std::string &addr, uint8_t label) in GetCurrentAbsoluteVolume() argument
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp59 uintptr_t tmpAddr = addr; in Read()
103 addr = tmpAddr; in Read()
155 uintptr_t ptr = addr; in ReadString()
176 addr += str->size(); in ReadString()
188 *val = addr + offset; in ReadPrel31()
254 uintptr_t startAddr = addr; in ReadEncodedValue()
259 if (__builtin_add_overflow(addr, sizeof(uintptr_t) - 1, &addr)) { in ReadEncodedValue()
262 addr &= -sizeof(uintptr_t); in ReadEncodedValue()
263 ReadUptr(addr, &val, true); in ReadEncodedValue()
279 ReadU8(addr, &tmp, true); in ReadEncodedValue()
[all …]
H A Ddwarf_op.cpp35 uintptr_t addr = startPtr; in Eval() local
37 uintptr_t end = addr + length; in Eval()
38 while (addr < end) { in Eval()
39 if (!Decode(regs, addr)) { in Eval()
146 OpPick(addr); in Decode()
198 OpPlusULEBConst(addr); in Decode()
218 OpSkip(addr); in Decode()
222 OpBra(addr); in Decode()
320 OpRegx(addr, regs); in Decode()
359 OpBRegx(addr, regs); in Decode()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/utils/
H A Dlnn_bus_center_utils_test.cpp130 ConnectionAddr addr; variable
134 addr.type = CONNECTION_ADDR_BR;
139 addr.info.ip.port = NODE1_PORT;
142 addr.type = CONNECTION_ADDR_BLE;
146 addr.type = CONNECTION_ADDR_ETH;
148 addr.type = CONNECTION_ADDR_MAX;
160 ConnectionAddr addr; variable
220 ConnectionAddr addr; variable
224 addr.type = CONNECTION_ADDR_BR;
229 addr.info.ip.port = NODE1_PORT;
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c345 if (IsEqualAddr(connection->addr.addr, addr->addr)) { in BtmAclFindConnectionByAddr()
364 if (IsEqualAddr(connection->addr.addr, addr->addr)) { in BtmAclFindLeConnectionByAddr()
543 connectCompleteParam.addr = &addr; in BtmOnConnectionComplete()
591 connection->addr = addr; in BtmOnConnectionrequest()
787 action->addr = *addr; in BtmLeCreateConnection()
1099 if (!IsZeroAddress(addr.addr)) { in BtmOnLeConnectionComplete()
1165 connection->addr = *addr; in BtmAllocLeConnectionOnEnhancedConnectComplete()
1452 addr = connection->addr; in BtmOnLeReadRemoteFeaturesComplete()
1534 addr = connection->addr; in BtmOnReadRemoteSupportedFeaturesComplete()
1637 addr = connection->addr; in BtmOnReadRssiComplete()
[all …]
H A Dbtm_le_sec.c141 if (addr1->addr[i] != addr2->addr[i]) { in IsSameBtAddr()
154 if (addr[i] != 0) { in IsZeroAddress()
169 if (IsSameBtAddr(&block->pairedInfo.addr, addr)) { in BtmFindLePairedDeviceBlockByAddress()
364 if (addr == NULL) { in BTM_RemoveLePairedDevice()
466 devIrks[index].addr = block->pairedInfo.addr; in BTM_GetAllRemoteIdentityResolvingKey()
632 *addr = block->pairedInfo.addr; in BTM_GetPairdAddressFromRemoteIdentityAddress()
644 if (addr == NULL) { in BTM_IsDeviceInResolvingList()
710 if (addr == NULL) { in BTM_SetLeRandomAddress()
723 (void)memcpy_s(param.randomAddess, BT_ADDRESS_SIZE, addr->addr, BT_ADDRESS_SIZE); in BTM_SetLeRandomAddress()
738 if (addr == NULL) { in BTM_GetLeRandomAddress()
[all …]
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i3c/
H A Di3c_core.c30 if ((addr == I3C_RESERVED_ADDR_7H00) || (addr == I3C_RESERVED_ADDR_7H01) || in I3cCheckReservedAddr()
31 (addr == I3C_RESERVED_ADDR_7H02) || (addr == I3C_RESERVED_ADDR_7H3E) || in I3cCheckReservedAddr()
32 (addr == I3C_RESERVED_ADDR_7H5E) || (addr == I3C_RESERVED_ADDR_7H6E) || in I3cCheckReservedAddr()
33 (addr == I3C_RESERVED_ADDR_7H76) || (addr == I3C_RESERVED_ADDR_7H78) || in I3cCheckReservedAddr()
34 (addr == I3C_RESERVED_ADDR_7H79) || (addr == I3C_RESERVED_ADDR_7H7A) || in I3cCheckReservedAddr()
35 (addr == I3C_RESERVED_ADDR_7H7B) || (addr == I3C_RESERVED_ADDR_7H7C) || in I3cCheckReservedAddr()
36 (addr == I3C_RESERVED_ADDR_7H7D) || (addr == I3C_RESERVED_ADDR_7H7E) || in I3cCheckReservedAddr()
146 uint16_t addr; in I3cInitAddrStatus() local
148 for (addr = 0; addr <= I3C_ADDR_MAX; addr++) { in I3cInitAddrStatus()
252 int32_t addr; in I3cDeviceDefineI3cDevices() local
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_memory.h41 bool ReadMem(uintptr_t addr, uintptr_t *val);
44 virtual bool ReadU8(uintptr_t& addr, uint8_t *val, bool incre = false);
45 virtual bool ReadS8(uintptr_t& addr, int8_t *val, bool incre = false)
48 bool ret = ReadU8(addr, &valp, incre);
53 virtual bool ReadS16(uintptr_t& addr, int16_t *val, bool incre = false)
56 bool ret = ReadU16(addr, &valp, incre);
64 bool ret = ReadU32(addr, &valp, incre);
72 bool ret = ReadU64(addr, &valp, incre);
79 virtual bool ReadPrel31(uintptr_t& addr, uintptr_t *val);
81 virtual uint64_t ReadUleb128(uintptr_t& addr);
[all …]
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_socket.c42 addr->sun_family = AF_UNIX; in GetSocketAddr()
54 if (memset_s(&(addr->addrnl), sizeof(addr->addrnl), 0, sizeof(addr->addrnl)) != EOK) { in SetSocketAddr()
59 addr->addrnl.nl_pid = getpid(); in SetSocketAddr()
70 unlink(addr->addrun.sun_path); in SetSocketAddr()
92 sockaddr_union addr = {}; in SetSocketOptionAndBind() local
99 if (bind(sockopt->sockFd, (struct sockaddr *)&(addr.addrnl), sizeof(addr.addrnl))) { in SetSocketOptionAndBind()
108 if (bind(sockopt->sockFd, (struct sockaddr *)&(addr.addrun), sizeof(addr.addrun))) { in SetSocketOptionAndBind()
114 unlink(addr.addrun.sun_path); in SetSocketOptionAndBind()
119 unlink(addr.addrun.sun_path); in SetSocketOptionAndBind()
255 struct sockaddr_un addr; in CloseServiceSocket() local
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp83 bool ret = memory->ReadUptr(addr, &value, false);
88 memory->Read(addr, &tmp, sizeof(uint8_t), false);
91 memory->Read(addr, &tmp, sizeof(uint16_t), false);
94 memory->Read(addr, &tmp, sizeof(uint32_t), false);
158 ASSERT_TRUE(memory->ReadU8(addr, &tmp8, false));
189 ASSERT_EQ(valuePrel32, 0x04030201 + addr);
195 ASSERT_EQ(memory->ReadUleb128(addr), 1U);
196 ASSERT_EQ(memory->ReadSleb128(addr), 2);
403 ASSERT_EQ(memory->ReadUleb128(addr), 1U);
404 ASSERT_EQ(memory->ReadSleb128(addr), 2);
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp195 RawAddress addr(device.GetAddress()); in ConnectSco() local
204 RawAddress addr(device.GetAddress()); in DisconnectSco() local
242 RawAddress addr(device.GetAddress()); in GetDeviceState() local
251 RawAddress addr(device.GetAddress()); in GetScoState() local
260 RawAddress addr(device.GetAddress()); in SendDTMFTone() local
269 RawAddress addr(device.GetAddress()); in Connect() local
278 RawAddress addr(device.GetAddress()); in Disconnect() local
287 RawAddress addr(device.GetAddress()); in OpenVoiceRecognition() local
296 RawAddress addr(device.GetAddress()); in CloseVoiceRecognition() local
307 RawAddress addr(device.GetAddress()); in GetCurrentCallList() local
[all …]
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_udp_transfer_test.cpp49 AlignedSockAddr addr = {}; variable
50 addr.sin.sin_family = AF_INET;
51 addr.sin.sin_port = htons(1212);
62 AlignedSockAddr addr = {}; variable
63 addr.sin6.sin6_family = AF_INET6;
64 addr.sin6.sin6_port = htons(1212);
74 AlignedSockAddr addr = {}; variable
75 addr.sin.sin_family = AF_INET;
76 addr.sin.sin_port = htons(1212);
86 AlignedSockAddr addr = {}; variable
[all …]

12345678910>>...56