Home
last modified time | relevance | path

Searched defs:buf (Results 426 - 450 of 764) sorted by relevance

1...<<11121314151617181920>>...31

/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp95 auto buf = source.GetRaw(rawSize); in IPCFuzzTest() local
176 auto buf = source.GetRaw(rawSize); in IPCInterfaceFuzzTest() local
/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c158 static BN_CTX *GetRsaBigNum(const BIGNUM *modNum, BIGNUM **base, BIGNUM **result, uint8_t **buf, int32_t *bufNum) in GetRsaBigNum() argument
207 uint8_t *buf in EncryptByPublicKey() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c299 char buf[] = "lanedetect"; in LaneDetectOnDataEvent() local
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_common_mock.cpp75 int32_t LnnGetNetworkIdByUuid(const char *uuid, char *buf, uint32_t len) in LnnGetNetworkIdByUuid() argument
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_hitrace_unittest.cpp95 char buf[BUFFER_SIZE] = {0}; in BinderTraceGetRemainLog() local
H A Dipc_binder_databus_invoker_unittest.cpp592 char buf[ACCESS_TOKEN_MAX_LEN + 1] = {0}; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp83 struct SocketProtocol buf = {0}; in SocketServiceStart() local
139 struct SocketProtocol buf = {0}; SocketIpv6ServiceStart() local
226 struct SocketProtocol buf = { ClientExit() local
1469 char buf[TEST_BUF_SIZE] = {0}; HWTEST_F() local
1499 struct SocketProtocol buf = {0}; HWTEST_F() local
1537 struct SocketProtocol buf = {0}; HWTEST_F() local
1570 struct SocketProtocol buf = {0}; HWTEST_F() local
1593 struct SocketProtocol buf = {0}; HWTEST_F() local
1614 struct SocketProtocol buf = {0}; HWTEST_F() local
1644 struct SocketProtocol buf = {0}; HWTEST_F() local
1672 struct SocketProtocol buf = {0}; HWTEST_F() local
1697 struct SocketProtocol buf = {0}; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp123 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char *buf, uint32_t len) in ServerIpcGetNodeKeyInfo() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c47 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char *buf, uint32_t len) in ServerIpcGetNodeKeyInfo() argument
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_connection_test.cpp84 int32_t Read(int32_t clientFd, uint8_t *buf, const int32_t length) in Read() argument
94 int32_t Write(int32_t clientFd, const uint8_t *buf, const int32_t length) in Write() argument
/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c66 char *buf = TransTdcPackFastData(appInfo, &outLen); in PackFirstData() local
452 char *buf = (char *)SoftBusCalloc(dataLen + FAST_DATA_HEAD_SIZE); in TransTdcPackFastData() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c80 int32_t LnnIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned char *buf, in LnnIpcGetNodeKeyInfo() argument
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp1456 const char * buf = "SendDataTest"; in HWTEST_F() local
1510 const char * buf = "SendDataTest"; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_stub_test_mock.cpp76 LnnIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned char *buf, uint32_t len) LnnIpcGetNodeKeyInfo() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp419 char *buf = (char *)SoftBusCalloc(sizeof(ProxyMessage)); in HWTEST_F() local
465 char *buf = (char *)SoftBusCalloc(sizeof(ProxyMessage)); HWTEST_F() local
500 char *buf = (char *)SoftBusCalloc(sizeof(ProxyMessage)); HWTEST_F() local
[all...]
H A Dtrans_proxy_session_test.cpp253 char buf[TEST_BUFFER_SIZE] = {0}; in HWTEST_F() local
288 char *buf = data; in HWTEST_F() local
352 char *buf = data; HWTEST_F() local
410 char *buf = data; HWTEST_F() local
443 char buf[TEST_BUFFER_SIZE] = {0}; HWTEST_F() local
[all...]
H A Dsoftbus_trans_proxy_transceiver_test.cpp213 uint8_t *buf = NULL; in HWTEST_F() local
H A Dsoftbus_proxy_session_test.cpp234 char buf[TEST_BUFFER_SIZE] = {0}; in HWTEST_F() local
269 char *buf = data; in HWTEST_F() local
330 char *buf = data; HWTEST_F() local
378 char *buf = data; HWTEST_F() local
407 char buf[TEST_BUFFER_SIZE] = {0}; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp104 unsigned char *buf = nullptr; in HWTEST_F() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c90 char buf[NETWORK_ID_BUF_LEN] = {0}; in NotifyNormalChannelOpened() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp237 char buf[] = "nullptr"; in HWTEST_F() local
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_mini_socket_trans.c121 char buf[DEFAULT_PACKET_SIZE]; in HandleAccept() local
255 char buf[DEFAULT_PACKET_SIZE]; in HandleSendReply() local
H A Drpc_socket_trans.c118 char buf[DEFAULT_PACKET_SIZE]; in HandleAccept() local
219 char buf[DEFAULT_PACKET_SIZE]; in HandleSendReply() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp180 char buf[KERNEL_BUFFER_SIZE] = {0}; in ProcessSockDiagDumpResponse() local
321 char buf[KERNEL_BUFFER_SIZE] = {0}; in ProcessSockDiagUidDumpResponse() local
[all...]
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c209 static int32_t ServerRecoverGetNodeKeyInfo(void *buf, IpcIo *reply, int32_t infoLen) in ServerRecoverGetNodeKeyInfo() argument
252 void *buf = SoftBusCalloc(infoLen); in ServerGetNodeKeyInfo() local

Completed in 20 milliseconds

1...<<11121314151617181920>>...31