Searched refs:BUF_LEN (Results 1 - 10 of 10) sorted by relevance
/foundation/filemanagement/app_file_service/utils/src/b_process/ |
H A D | b_process.cpp | 43 const int BUF_LEN = 1024; in WaitForChild() local 44 auto buf = make_unique<char[]>(BUF_LEN); in WaitForChild() 49 while ((void)memset_s(buf.get(), BUF_LEN, 0, BUF_LEN), in WaitForChild() 50 fgets(buf.get(), BUF_LEN - 1, pipeStream.get()) != nullptr) { in WaitForChild()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | text_adapter.cpp | 126 char buf[BUF_LEN] = {0}; in GetIntegerText() 128 if (!formatter_->Format(integerTextStart_ + index, buf, BUF_LEN)) { in GetIntegerText() 145 buf[BUF_LEN - 1] = '\0'; in GetIntegerText()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_ledger_common_test.cpp | 57 constexpr uint32_t BUF_LEN = 128; member 654 uint8_t info[BUF_LEN] = {0}; in HWTEST_F() 655 EXPECT_TRUE(LnnGetNodeKeyInfo(nullptr, 0, info, BUF_LEN) == SOFTBUS_INVALID_PARAM); in HWTEST_F() 656 EXPECT_TRUE(LnnGetNodeKeyInfo(LOCAL_NETWORKID, 0, info, BUF_LEN) == SOFTBUS_OK); in HWTEST_F() 657 EXPECT_TRUE(LnnGetNodeKeyInfo(LOCAL_NETWORKID, KEY_MAX_INDEX - 1, info, BUF_LEN) == SOFTBUS_OK); in HWTEST_F() 659 EXPECT_TRUE(LnnGetNodeKeyInfo(LOCAL_NETWORKID, i, info, BUF_LEN) == SOFTBUS_OK); in HWTEST_F() 662 LnnGetNodeKeyInfo(REMOTE_NETWORKID, i, info, BUF_LEN); in HWTEST_F()
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_ipv6_client_test.cpp | 64 constexpr int BUF_LEN = 1024; member 195 char buf[BUF_LEN] = {0}; in HWTEST_F() 196 EXPECT_EQ(ipv6Client->GetIpFromS6Address(addr, 1, buf, BUF_LEN), IPV6_OPT_FAILED); in HWTEST_F() 351 char buf[BUF_LEN] = {0}; in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | text_adapter.h | 265 static constexpr uint8_t BUF_LEN = 7; member in OHOS::TextAdapter
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_tcp_direct_test.cpp | 41 #define BUF_LEN 10 macro 362 size_t len = BUF_LEN; in HWTEST_F() 477 uint32_t len = BUF_LEN; in HWTEST_F() 504 uint32_t len = BUF_LEN; in HWTEST_F() 538 int32_t seqNum = BUF_LEN; in HWTEST_F() 741 oldBuf->size = BUF_LEN; in HWTEST_F()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | main.c | 35 #define BUF_LEN 32 macro
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 38 const int BUF_LEN = 1024; member 446 char buf[BUF_LEN] = { 0 }; in ForkExec() 449 while (read(pipe_fd[0], buf, BUF_LEN - 1) > 0) { in ForkExec()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 31 const int BUF_LEN = 8192; variable
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 406 char buff[BUF_LEN] = { 0 }; 1531 char buff[BUF_LEN] = { 0 };
|
Completed in 11 milliseconds