Home
last modified time | relevance | path

Searched defs:buf (Results 351 – 375 of 1406) sorted by relevance

1...<<11121314151617181920>>...57

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_kernel_service.cpp53 char buf[MAX_PATH_LEN]; in Init() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/
H A Dui_test_animator.cpp247 char buf[10] = "FPS"; in UIKitAnimatorTestFPS008() local
306 char buf[10] = "FPS"; in OnFPSChanged() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.cpp73 std::string buf = ""; in FindConfigVersion() local
99 std::string buf = ""; in ParseConfigData() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_asn1_test.cpp67 struct HksBlob buf = { .size = sizeof(bufData), .data = bufData }; variable
84 struct HksBlob buf = { .size = sizeof(bufData), .data = bufData }; variable
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dmipi_dsi_test.c16 static uint8_t buf = 0x29; in MipiDsiTestMallocBuf() local
106 uint8_t buf = 0; in MipiDsiTxRxTest() local
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/buffer/src/
H A Ddump_buffer_manager.cpp35 struct DumpBuffer *buf = new (std::nothrow) DumpBuffer(buffer); in DumpBufferNew() local
52 struct DumpBuffer *buf = new (std::nothrow) DumpBuffer(buffer); in DumpBufferCreate() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/verifier/
H A Dopenssl.rs70 let mut buf = [0u8; 128]; in cert_name() localVariable
97 let mut buf = [0u8; 128]; in issuer() localVariable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c63 static void TransProxyPackMessageHead(ProxyMessageHead *msgHead, uint8_t *buf, uint32_t size) in TransProxyPackMessageHead()
316 uint8_t *buf = (uint8_t *)SoftBusCalloc(size); in PackPlaintextMessage() local
341 uint8_t *buf = (uint8_t *)SoftBusCalloc(size); in PackEncryptedMessage() local
393 char *buf = TransProxyPackFastData(appInfo, &outLen); in PackHandshakeMsgForFastData() local
460 char *buf = NULL; in TransProxyPackHandshakeErrMsg() local
487 char *buf = NULL; in TransProxyPackHandshakeMsg() local
535 char *buf = NULL; in TransProxyPackHandshakeAckMsg() local
868 char *buf = NULL; in TransProxyPackIdentity() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxy_session_test.cpp234 char buf[TEST_BUFFER_SIZE] = {0}; variable
269 char *buf = data; variable
330 char *buf = data; variable
378 char *buf = data; variable
407 char buf[TEST_BUFFER_SIZE] = {0}; variable
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft6336.c66 static int32_t ParsePointData(FrameData *frame, uint8_t *buf, uint8_t pointNum) in ParsePointData()
92 uint8_t buf[POINT_BUFFER_LEN] = {0}; in ChipDataHandle() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dnavpushpathhelper.cpp45 void NAPI_atomicservice_NavPushPathHelper_GetABCCode(const char **buf, int *buflen) in NAPI_atomicservice_NavPushPathHelper_GetABCCode()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/rawstreamdata_fuzzer/
H A Drawstreamdata_fuzzer.cpp32 char *buf = new char[Communication::SoftBus::MAX_STREAM_LEN + 1]; in InitStreamDataTest() local
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streamcommondata_fuzzer/
H A Dstreamcommondata_fuzzer.cpp33 char *buf = new char[Communication::SoftBus::MAX_STREAM_LEN + 1]; in InitStreamDataTest() local
/ohos5.0/base/customization/config_policy/test/fuzztest/getonecfgfileex_fuzzer/
H A Dgetonecfgfileex_fuzzer.cpp32 char buf[MAX_PATH_LEN] = {0}; in FuzzGetOneCfgFileEx() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_trace.cpp43 char buf[FORMAT_BUF_SIZE] = { 0 }; in ImageTrace() local
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_set_mode_test.cpp39 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/examples/
H A Dmimebody_multi.rs180 let mut buf = vec![0u8; 50]; in main() localVariable
H A Dmimebody_multi_then_async_data.rs105 let mut buf = vec![0u8; 50]; in main() localVariable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
H A Dnstackx_nlmsg.c101 static int32_t ParseNetlinkMsg(char *buf, int32_t recvlen, struct NlmsgCallback *nlcb) in ParseNetlinkMsg()
137 char buf[MAX_NETLINK_BUFFER_LEN] = {0}; in RecvNetlinkResponse() local
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp46 uint8_t *buf = reinterpret_cast<uint8_t *>(&length); in ToLocal() local
159 uint8_t *buf = reinterpret_cast<uint8_t *>(&length); in ConvertNetwork() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp48 uint8_t *buf = reinterpret_cast<uint8_t *>(&length); in ToLocal() local
163 uint8_t *buf = reinterpret_cast<uint8_t *>(&length); in ConvertNetwork() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dprocess.cpp52 std::string buf; in Readlink() local
92 char *buf = nullptr; in CheckMaps() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_request_list.cpp83 std::vector<unsigned char> buf = tlvsIter->GetTlv(); in GetTlvs() local
134 WifiP2pServiceRequest buf; in ParseTlvs2ReqList() local
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dnet.c49 int MyRead(int fd, char *buf, int count) in MyRead()
76 int MyWrite(int fd, const char *buf, int count) in MyWrite()
/ohos5.0/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp36 int32_t ThermalTest::WriteFile(std::string path, std::string buf) in WriteFile()
52 int32_t ThermalTest::ReadFile(std::string path, std::string& buf) in ReadFile()

1...<<11121314151617181920>>...57