Home
last modified time | relevance | path

Searched defs:len (Results 2276 - 2300 of 8195) sorted by relevance

1...<<919293949596979899100>>...328

/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test_agent.cpp99 int DistributedTestAgent::OnProcessMsg(const std::string &strMsg, int len, std::string &strReturnValue, int returnBufL) in OnProcessMsg() argument
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard.cpp166 int OH_Pasteboard_GetDataSource(OH_Pasteboard *pasteboard, char *source, unsigned int len) in OH_Pasteboard_GetDataSource() argument
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp154 bool TLVObject::WriteHead(uint16_t type, uint32_t len) in WriteHead() argument
159 bool TLVObject::WriteBackHead(uint16_t tag, size_t tagCursor, uint32_t len) in WriteBackHead() argument
191 bool TLVObject::SaveBufferToFileFront(size_t tagCursor, uint32_t len) in SaveBufferToFileFront() argument
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_utils_tools_test.cpp160 int32_t len = 0; in HWTEST_F() local
161 Base64Encode(reinterpret_cast<const unsigned char *>(toEncode.c_str()), len); in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_session_test.cpp344 uint32_t len = sizeof(uint8_t) * DCameraSoftbusSession::HEADER_UINT8_NUM; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_value_test.cpp140 uint32_t len = 0; in HWTEST_F() local
313 uint32_t len = 0; in HWTEST_F() local
341 uint32_t len in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_wal_limit_test.cpp107 std::vector<uint8_t> RdbWalLimitTest::CreateRandomData(int32_t len) in CreateRandomData() argument
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_stub.cpp74 size_t len = 0; in RegisterDeviceManagerListener() local
112 size_t len = 0; in UnRegisterDeviceManagerListener() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp149 int len = 0; in ReadNotifyEvent() local
223 int len = fileName.size() + 1; in NotifyEvent() local
H A Dstream_impl.cpp135 tuple<int, int64_t> ReadImpl(std::unique_ptr<char[]> &buf, size_t len, FILE* filp, uint8_t* buffer) in ReadImpl() argument
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_local.cpp150 size_t len = 0; in ReadDir() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dread_text.cpp37 int64_t len = 0; in GetReadTextArg() local
71 ReadTextAsync(const std::string &path, std::shared_ptr<AsyncReadTextArg> arg, int64_t offset, bool hasLen, int64_t len) ReadTextAsync() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dsetacl.cpp216 ssize_t len = getxattr(file.c_str(), ACL_XATTR_ACCESS, buf, BUF_SIZE); in AclFromFile() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c29 int len; member
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm.c459 size_t len = PacketPayloadSize(pkt); in RfcommWrite() local
486 size_t len = PacketPayloadSize(pkt); in RfcommSendTestCmd() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp41 void DhcpIpv6Client::parseNdUserOptMessage(void* data, int len) in parseNdUserOptMessage() argument
146 void DhcpIpv6Client::fillRouteData(char* buff, int &len) in fillRouteData() argument
160 void DhcpIpv6Client::handleKernelEvent(const uint8_t* data, int len) in handleKernelEvent() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Dcommon_util.cpp151 int len = strlen(fileName); in CreatePath() local
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_common_utils.cpp88 std::string MacArray2Str(uint8_t *macArray, int32_t len) in MacArray2Str() argument
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c89 static void ParseRtAttr(struct rtattr **tb, int max, struct rtattr *attr, int len) in ParseRtAttr() argument
127 int len; in ProcessLinkEvent() local
163 int32_t len = SoftBusSocketRecv(fd, buffer, DEFAULT_NETLINK_RECVBUF, 0); NetlinkOnDataEvent() local
[all...]
H A Dlnn_linkwatch.c42 uint16_t len = RTA_LENGTH(attrLen); in AddAttr() local
63 uint32_t len; in ProcessNetlinkAnswer() local
127 GetRtAttr(struct rtattr *rta, int32_t len, uint16_t type, uint8_t *value, uint32_t valueLen) GetRtAttr() argument
174 uint16_t len = (uint16_t)strlen(iface) + 1; LnnIsLinkReady() local
[all...]
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp93 JsonObj *JSON_Parse(const char *str, uint32_t len) in JSON_Parse() argument
273 bool JSON_AddStringArrayToObject(JsonObj *obj, const char *key, const char **value, int32_t len) in JSON_AddStringArrayToObject() argument
292 bool JSON_GetStringArrayFromOject(const JsonObj *obj, const char *key, char **value, int32_t *len) in JSON_GetStringArrayFromOject() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_file.c70 int32_t SoftBusWriteFile(const char *fileName, const char *writeBuf, uint32_t len) in SoftBusWriteFile() argument
93 int32_t SoftBusWriteFileFd(int32_t fd, const char *writeBuf, uint32_t len) in SoftBusWriteFileFd() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dopt.h33 FILLP_INT len; // (data length+option) member
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
H A Dnstackx_qdisc.c37 int32_t len = (int32_t)RTA_PAYLOAD(tb[TCA_STATS2]); in ProcessQdiscInfoInner() local
75 int32_t len = (int32_t)(h->nlmsg_len); in ProcessQdiscInfo() local
99 GetQdiscUsedLength(const char *devName, int32_t protocol, int32_t *len) GetQdiscUsedLength() argument
212 uint32_t len; GetQdiscLeftLengthPolicy() local
224 GetQdiscLeftLength(const char *devName, int32_t protocol, uint32_t *len) GetQdiscLeftLength() argument
[all...]
H A Dnstackx_nlmsg.c62 int32_t len = sizeof(t); in SendNetlinkRequest() local
162 void RecvNetlinkParseAttr(struct rtattr *rta, int32_t len, struct rtattr *tb[], int32_t max) in RecvNetlinkParseAttr() argument

Completed in 19 milliseconds

1...<<919293949596979899100>>...328