Home
last modified time | relevance | path

Searched refs:buff (Results 351 - 375 of 598) sorted by relevance

1...<<11121314151617181920>>...24

/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp122 char buff[EACH_LINE_LENGTH] = { 0x00 }; in ExecuteCmd() local
126 while (fgets(buff, sizeof(buff), ptr) != nullptr) { in ExecuteCmd()
127 if (strcat_s(output, sizeof(output), buff) != 0) { in ExecuteCmd()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp102 RefPtr<PixelMap> PixelMap::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv() argument
104 Media::PixelMap* pixelMapRelease = OHOS::Media::PixelMap::DecodeTlv(buff); in DecodeTlv()
111 bool PixelMapOhos::EncodeTlv(std::vector<uint8_t>& buff) in EncodeTlv() argument
114 return pixmap_->EncodeTlv(buff); in EncodeTlv()
/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H A Dhtml_convert_test.cpp270 std::vector<uint8_t> buff; in HWTEST_F() local
271 spanString->EncodeTlv(buff); in HWTEST_F()
272 EXPECT_EQ(buff.size() > 0, true); in HWTEST_F()
274 auto htmlFromU8 = toHtml.ToHtml(buff); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp201 std::vector<uint8_t> buff(startCursor, startCursor + head.len); in Read()
202 value = std::move(buff); in Read()
246 std::vector<uint8_t> buff(startCursor, startCursor + head.len); in Read()
248 auto buffer = (uintptr_t)(buff.data() + cursor_); in Read()
/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp254 for (const auto &buff : buffer) { in PrintPointerEvent()
255 str += std::to_string(buff); in PrintPointerEvent()
294 for (const auto &buff : buffer) { in PrintInfoPointerEvent()
295 str += std::to_string(buff); in PrintInfoPointerEvent()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c134 void settimezone(const char *buff) in settimezone() argument
144 if (buff == NULL) { in settimezone()
148 buffLen = strlen(buff); in settimezone()
154 if (memcpy_s(standardString, STANDARD_TZ_LEN, buff, buffLen) != EOK) { in settimezone()
/third_party/ltp/tools/genload/
H A Dstress.c744 char buff[chunk]; in hoghdd() local
759 buff[i] = j; in hoghdd()
761 buff[i] = '\n'; in hoghdd()
798 if (write(fd, buff, chunk) != in hoghdd()
H A Dgenload.c744 char buff[chunk]; in hoghdd() local
759 buff[i] = j; in hoghdd()
761 buff[i] = '\n'; in hoghdd()
798 if (write(fd, buff, chunk) != in hoghdd()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Deddsa_sig.c379 unsigned long long buff[512]; in s390x_ed25519_digestsign() member
404 unsigned long long buff[512]; in s390x_ed448_digestsign() member
431 unsigned long long buff[512]; in s390x_ed25519_digestverify() member
453 unsigned long long buff[512]; in s390x_ed448_digestverify() member
/third_party/openssl/providers/implementations/signature/
H A Deddsa_sig.c379 unsigned long long buff[512]; in s390x_ed25519_digestsign() member
404 unsigned long long buff[512]; in s390x_ed448_digestsign() member
431 unsigned long long buff[512]; in s390x_ed25519_digestverify() member
453 unsigned long long buff[512]; in s390x_ed448_digestverify() member
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dmedia_downloader.h34 virtual bool Read(unsigned char* buff, unsigned int wantReadLength, unsigned int& realReadLength, bool& isEos) = 0;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dheif_exif_metadata_accessor.h37 bool CheckTiffPos(byte* buff, size_t size, size_t &byteOrderPos);
/foundation/communication/wifi/wifi/base/inner_api/
H A Drpc.h47 void RpcClientDealReadMsg(RpcClient *client, char *buff);
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp442 adata->buff = std::make_shared<DataBuffer>(); in BufferDispatcher()
443 vdata->buff = std::make_shared<DataBuffer>(); in BufferDispatcher()
509 if (data != nullptr && data->buff != nullptr) { in ReleaseIdleBuffer()
510 data->buff.reset(); in ReleaseIdleBuffer()
516 if (data != nullptr && data->buff != nullptr) { in ReleaseIdleBuffer()
517 data->buff.reset(); in ReleaseIdleBuffer()
535 adata->buff = std::make_shared<DataBuffer>(); in FlushBuffer()
536 vdata->buff = std::make_shared<DataBuffer>(); in FlushBuffer()
544 if (data->mediaData != nullptr && data->mediaData->buff != nullptr) { in FlushBuffer()
545 data->mediaData->buff in FlushBuffer()
[all...]
H A Dbase_producer.h57 virtual void PublishOneFrame(const MediaData::Ptr &buff) = 0;
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_credential.cpp237 static void FreeBuffer(char** buff, uint32_t buffLen) in FreeBuffer() argument
239 if (buff == nullptr) { in FreeBuffer()
243 if (*buff != nullptr) { in FreeBuffer()
244 memset_s(*buff, buffLen, 0, buffLen); in FreeBuffer()
245 delete[] *buff; in FreeBuffer()
246 *buff = nullptr; in FreeBuffer()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common_test.cpp88 char buff[HDI_SCAN_RESULTS_MAX_LEN_TEST] = {0}; in HWTEST_F() local
89 char *pos = buff; in HWTEST_F()
99 char buff[HDI_SCAN_RESULTS_MAX_LEN_TEST] = {0}; in HWTEST_F() local
100 char *pos = buff; in HWTEST_F()
110 char buff[HDI_SCAN_RESULTS_MAX_LEN_TEST] = {0}; in HWTEST_F() local
111 char *pos = buff; in HWTEST_F()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp139 char buff[16]; // ample for 8 hex digits + 0x in fmtNum() local
140 snprintf(buff, sizeof(buff), fmt, val); in fmtNum()
141 buff[sizeof(buff)-1] = '\0'; // MSVC doesn't promise null termination in fmtNum()
142 return buff; in fmtNum()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp139 char buff[16]; // ample for 8 hex digits + 0x in fmtNum() local
140 snprintf(buff, sizeof(buff), fmt, val); in fmtNum()
141 buff[sizeof(buff)-1] = '\0'; // MSVC doesn't promise null termination in fmtNum()
142 return buff; in fmtNum()
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp139 char buff[16]; // ample for 8 hex digits + 0x in fmtNum() local
140 snprintf(buff, sizeof(buff), fmt, val); in fmtNum()
141 buff[sizeof(buff)-1] = '\0'; // MSVC doesn't promise null termination in fmtNum()
142 return buff; in fmtNum()
/base/security/huks/test/unittest/huks_standard_test/storage_multithread_test/src/
H A Dhks_storage_test.cpp179 uint8_t buff[TEST_BLOB_SIZE] = {0}; in HWTEST_F() local
182 .data = buff, in HWTEST_F()
/base/startup/appspawn/service/hnp/base/
H A Dhnp_base.h269 int HnpAddFileToZip(zipFile zf, char *filename, char *buff, int size);
286 int GetHnpJsonBuff(HnpCfgInfo *hnpCfg, char **buff);
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp111 bool HlsMediaDownloader::Read(unsigned char* buff, unsigned int wantReadLength, in Read() argument
115 realReadLength = buffer_->ReadBuffer(buff, wantReadLength, 2); // wait 2 times in Read()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmort2.c94 FT_UShort buff[7]; in gxv_mort_subtable_type2_subtable_setup() local
115 gxv_set_length_by_ushort_offset( o, l, buff, 6, table_size, gxvalid ); in gxv_mort_subtable_type2_subtable_setup()
H A Dgxvmorx2.c96 FT_ULong buff[7]; in gxv_morx_subtable_type2_subtable_setup() local
117 gxv_set_length_by_ulong_offset( o, l, buff, 6, table_size, gxvalid ); in gxv_morx_subtable_type2_subtable_setup()

Completed in 22 milliseconds

1...<<11121314151617181920>>...24