Home
last modified time | relevance | path

Searched refs:MAX_BUF_SIZE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ffrt_helper.cpp24 constexpr const uint32_t MAX_BUF_SIZE = (1U << 19); variable
27 result.resize(MAX_BUF_SIZE); in DumpFfrt()
29 int printNum = ffrt_dump(ffrt_dump_cmd_t::DUMP_INFO_ALL, &result[0], MAX_BUF_SIZE); in DumpFfrt()
/ohos5.0/base/startup/init/services/param/adapter/
H A Dparam_dac.c29 #define MAX_BUF_SIZE 1024 macro
239 char *fileName = calloc(1, MAX_BUF_SIZE); in DacGetParamSecurityLabel()
256 int ret = PARAM_SPRINTF(fileName, MAX_BUF_SIZE, "%s/%s", path, dp->d_name); in DacGetParamSecurityLabel()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_response_list.h23 const int MAX_BUF_SIZE = 1024; variable
H A Dwifi_p2p_service_response_list.cpp168 if (dataLength <= MAX_BUF_SIZE) { in ParseTlvs2RespList()
/ohos5.0/base/startup/init/services/utils/
H A Dinit_utils.c35 #define MAX_BUF_SIZE 1024 macro
533 char *fileName = calloc(1, MAX_BUF_SIZE); in ReadFileInDir()
552 … int ret = snprintf_s(fileName, MAX_BUF_SIZE, MAX_BUF_SIZE - 1, "%s/%s", dirPath, dp->d_name); in ReadFileInDir()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_lite.c33 #define MAX_BUF_SIZE 65536 macro
136 if ((size == 0) || (size > MAX_BUF_SIZE)) { in ApplyImageBuffer()
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp44 constexpr int32_t MAX_BUF_SIZE = 255; variable
83 char buf[MAX_BUF_SIZE]; in ReStartTelephony()
87 if (fgets(buf, MAX_BUF_SIZE, fp) != nullptr) { in ReStartTelephony()
2107 char oldPassword[MAX_BUF_SIZE + 1] = "oldPWD"; in SetBarringPasswordTest()
2108 char newPassword[MAX_BUF_SIZE + 1] = "newPWD"; in SetBarringPasswordTest()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_three_stage.c54 #define MAX_BUF_SIZE (5 * 1024 * 1024) macro
343 if ((cachedBlob->size > MAX_BUF_SIZE) || (inData->size > (MAX_BUF_SIZE - cachedBlob->size))) { in GetNewCachedData()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp38 constexpr int32_t MAX_BUF_SIZE = 255; variable
57 char buf[MAX_BUF_SIZE]; in ReStartTelephony()
61 if (fgets(buf, MAX_BUF_SIZE, fp) != nullptr) { in ReStartTelephony()