Home
last modified time | relevance | path

Searched defs:srcAddr (Results 1 - 25 of 25) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_socket.h33 struct sockaddr_in srcAddr; member
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dfirewall_rule.cpp44 std::string srcAddr = parcel.ReadString(); in Unmarshalling() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Arrays.cpp42 auto srcAddr = ToVoidPtr(ToUintPtr(src->GetData()) + srcStart * sizeof(T)); in StdCoreCopyTo() local
/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Diptables_utils.h35 std::string srcAddr; member
/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/
H A Deffect_memory_manager.cpp96 MemoryData *EffectMemoryManager::AllocMemory(void *srcAddr, MemoryInfo &allocMemInfo) in AllocMemory() argument
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_trans.c98 char srcAddr[IP_LEN] = {0}; in SoftBusTransDumpRunningSession() local
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Daddress_utils_test.cpp84 uint32_t srcAddr = ParseIp(srcData); in HWTEST() local
96 uint32_t srcAddr = ParseIp(srcData); in HWTEST() local
108 uint32_t srcAddr = ParseIp(srcData); in HWTEST() local
122 uint32_t srcAddr in HWTEST() local
137 uint32_t srcAddr = ParseIp(srcData); HWTEST() local
173 uint32_t srcAddr = ParseIp(srcData); HWTEST() local
185 uint32_t srcAddr = ParseIp(srcData); HWTEST() local
247 uint32_t srcAddr = ParseIp(srcData); HWTEST() local
257 uint32_t srcAddr = ParseIp(srcData); HWTEST() local
[all...]
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_decode.cpp190 void GsmSmsParamDecode::DecodeSmscPdu(uint8_t *srcAddr, uint8_t addrLen, enum TypeOfNum ton, std::string &desAddr) in DecodeSmscPdu() argument
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp148 const char *srcAddr = "::1"; in SocketIpv6ServiceStart() local
215 const char *srcAddr = "::1"; in ClientIpv6Connect() local
863 const char *srcAddr = "::1"; in HWTEST_F() local
954 const char *srcAddr = "::1"; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c403 int32_t TcpSocketRecv(DFileSession *session, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in TcpSocketRecv() argument
435 int32_t SocketRecvForTcp(DFileSession *session, uint8_t *buffer, struct sockaddr_in *srcAddr, in SocketRecvForTcp() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c493 static int32_t SocketRecvTcp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in SocketRecvTcp() argument
503 static int32_t SocketRecvUdp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in SocketRecvUdp() argument
522 int32_t SocketRecv(Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in SocketRecv() argument
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A DppOp.h50 RK_U32 srcAddr; // 16 align member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_p2p_hal_interface_test.cpp43 void onGoNegotiationRequest(const std::string &srcAddr, short passId) in onGoNegotiationRequest() argument
H A Dwifi_idl_inner_interface_test.cpp102 static void OnGoNegotiationRequestMock(const std::string &srcAddr, short passId) in OnGoNegotiationRequestMock() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp275 std::string srcAddr = RawAddress::ConvertToString(bluetoothSrcAddr).GetAddress(); in PanSendData() local
H A Dpan_defines.h148 uint8_t srcAddr[BT_ADDRESS_LENGTH]; member
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp715 uint8_t* srcAddr = nullptr; in Screenshot() local
/third_party/mesa3d/src/mesa/main/
H A Dtexstore.c100 _mesa_memcpy_texture(struct gl_context *ctx, GLuint dimensions, mesa_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) _mesa_memcpy_texture() argument
[all...]
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp679 std::string srcAddr; in JsObjToFirewallRule() local
708 napi_value srcAddr = nullptr; in FirewallRuleToJsObj() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.cpp571 void Encoder::EncodeCompressEightUtf16ToUtf8CharsUsingSimd([[maybe_unused]] Reg srcAddr, [[maybe_unused]] Reg dstAddr) in EncodeCompressEightUtf16ToUtf8CharsUsingSimd() argument
576 void Encoder::EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd([[maybe_unused]] Reg srcAddr, [[maybe_unused]] Reg dstAddr) in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd() argument
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp227 struct sockaddr_in *srcAddr = SourceAddrIn(); in ResetSourceAddr() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.c407 static void WifiWpaReceiveEapol(void *ctx, const uint8_t *srcAddr, const uint8_t *buf, size_t len) in WifiWpaReceiveEapol() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.c410 static void WifiWpaReceiveEapol(void *ctx, const uint8_t *srcAddr, const uint8_t *buf, size_t len) in WifiWpaReceiveEapol() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1609 SDValue srcAddr = DAG.getNode(ISD::ADD, dl, PtrVT, OutVals[OIdx], in LowerCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp953 void Aarch64Encoder::EncodeCompressEightUtf16ToUtf8CharsUsingSimd(Reg srcAddr, Reg dstAddr) in EncodeCompressEightUtf16ToUtf8CharsUsingSimd() argument
967 void Aarch64Encoder::EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd(Reg srcAddr, Reg dstAddr) in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd() argument

Completed in 38 milliseconds