/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_adapter.c | 178 char buf[BUFF_SIZE] = {0}; in CopyConfigFile() local
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | js_util.cpp | 83 char *buf = new (std::nothrow) char[maxLen + STR_TAIL_LENGTH]; in GetValue() local
|
/foundation/distributeddatamgr/kv_store/databaseutils/src/ |
H A D | acl.cpp | 104 auto buf = std::make_unique<char[]>(bufSize); in Serialize() local 151 char buf[BUF_SIZE] = { 0 }; in AclFromDefault() local 187 auto buf = Serialize(bufSize); in SetDefault() local [all...] |
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | dcamera_utils_tools_test.cpp | 191 uint8_t *buf = nullptr; in HWTEST_F() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | watcher_impl.cpp | 151 char buf[BUF_SIZE] = {0}; in ReadNotifyEvent() local
|
H A D | stream_impl.cpp | 30 std::unique_ptr<char[]> buf = std::make_unique<char[]>(buffer.length() + 1); in DecodeString() local 65 void *buf = nullptr; in GetWriteArg() local 95 std::unique_ptr<char[]> buf = std::make_unique<char[]>(bufLen); in GetReadArg() local 135 tuple<int, int64_t> ReadImpl(std::unique_ptr<char[]> &buf, size_ argument [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v2.cpp | 32 auto buf = std::make_unique<char[]>(sizeof(fscrypt_add_key_arg) + FSCRYPT_MAX_KEY_SIZE); in ActiveKey() local
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | file_operations_helper_test.cpp | 478 const char *buf; in HWTEST_F() local 504 const char *buf; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/ |
H A D | setacl.cpp | 215 char buf[BUF_SIZE] = { 0 }; in AclFromFile() local 262 char *buf = acl.Serialize(bufSize); in AclSetAttribution() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt_le.c | 565 uint8_t *buf = (uint8_t *)BufferPtr(payloadBuffer); in HciEventOnLeMetaEvent() local
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | common_util.cpp | 66 void LeftTrim(char *buf) in LeftTrim() argument 83 RightTrim(char *buf) RightTrim() argument 96 TrimString(char *buf) TrimString() argument 174 RemoveSpaceCharacters(char *buf, size_t bufSize) RemoveSpaceCharacters() argument [all...] |
/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_linkwatch.c | 154 char buf[NETLINK_BUF_LEN]; in LnnIsLinkReady() member 163 char buf[NETLINK_BUF_LEN + NETLINK_BUF_LEN]; in LnnIsLinkReady() member
|
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/ |
H A D | softbus_adapter_file.c | 126 int64_t SoftBusPreadFile(int32_t fd, void *buf, uint64_t readBytes, uint64_t offset) in SoftBusPreadFile() argument 135 int64_t SoftBusPwriteFile(int32_t fd, const void *buf, uint64_t writeBytes, uint64_t offset) in SoftBusPwriteFile() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/ |
H A D | nstackx_nlmsg.c | 101 static int32_t ParseNetlinkMsg(char *buf, int32_t recvlen, struct NlmsgCallback *nlcb) in ParseNetlinkMsg() argument 137 char buf[MAX_NETLINK_BUFFER_LEN] = {0}; in RecvNetlinkResponse() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_openssl.c | 47 int32_t GetRandBytes(uint8_t *buf, uint32_t len) in GetRandBytes() argument 290 int32_t GetRandBytes(uint8_t *buf, uint32_t len) in GetRandBytes() argument
|
H A D | nstackx_mbedtls.c | 57 int32_t GetRandBytes(uint8_t *buf, uint32_t len) in GetRandBytes() argument
|
H A D | nstackx_util.c | 179 int32_t IpAddrAnonymousFormat(char *buf, size_t len, const struct sockaddr *addr, size_t addrLen) in IpAddrAnonymousFormat() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_socket.c | 113 char buf[DEFAULT_UDP_MSS]; in SendUdpSegment() local 149 char buf[DEFAULT_MAX_BUF]; in RecvUdpSegment() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_multicallback_test.cpp | 117 char buf[10] = "start"; in Process1() local 130 char buf[10]; in Process2() local
|
H A D | vsync_setvsyncrate_test.cpp | 107 char buf[10] = "start"; in Process1() local 120 char buf[10]; in Process2() local
|
H A D | vsync_callbackeveryframe_test.cpp | 105 char buf[10] = "start"; in Process1() local 118 char buf[10]; in Process2() local
|
H A D | vsync_test.cpp | 106 char buf[10] = "start"; in Process1() local 119 char buf[10]; in Process2() local
|
/kernel/linux/linux-5.10/crypto/ |
H A D | blake2b_generic.c | 42 u8 buf[BLAKE2B_BLOCKBYTES]; member
|
H A D | streebog_generic.c | 989 struct streebog_uint512 buf = { { 0 } }; in streebog_stage3() local
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_vli.h | 217 unsigned char *buf; member
|