Home
last modified time | relevance | path

Searched defs:srcBuf (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util_test.cpp61 char srcBuf[100] = "123\t456\t789\t012\t345"; variable
75 char srcBuf[100] = "\t\t\t\t\t"; variable
1007 char srcBuf[10] = ""; variable
1015 char srcBuf[10] = "[123"; variable
1024 char srcBuf[10] = "123"; variable
1033 char srcBuf[10] = "123["; variable
1042 char srcBuf[10] = "123[]"; variable
1051 char srcBuf[10] = "123[]"; variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_supplicant_hal_interface_test.cpp95 …char srcBuf[] = "00:00:00:00\tfreq=1024\trssid=70\tflags=WPA=PSK\t\t\t[ 255sdF1dwxansa][ 61sdF1dwa… variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_sta_interface_test.cpp260 …char srcBuf[] = "00:00:00:00\tfreq=1024\trssid=70\tflags=WPA=PSK\t\t\t[ 255sdF1dwxansa][ 61sdF1dwa… variable
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp162 …uint8_t* srcBuf = reinterpret_cast<uint8_t*>(backBuf_->GetVirAddr()) + y1 * stride + x1 * sizeof(C… in FlushWithModeCopy() local
190 …uint8_t* srcBuf = reinterpret_cast<uint8_t*>(backBuf_->GetVirAddr()) + y1 * stride + x1 * sizeof(C… in FlushWithModeBlend() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.c401 static void GetInfoElems(int length, int end, char *srcBuf, ScanInfo *pcmd) in GetInfoElems()
1250 int DelScanInfoLine(ScanInfo *pcmd, char *srcBuf, int length) in DelScanInfoLine()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp231 bool CopySingleBuf(char* destBuf, const char* srcBuf, size_t bufferSize) in CopySingleBuf()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c1142 static void GetInfoElems(int length, int end, char *srcBuf, ScanInfo *pcmd) in GetInfoElems()
1204 int DelScanInfoLine(ScanInfo *pcmd, char *srcBuf, int length) in DelScanInfoLine()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h263 static inline void SetPixelColor_ARGB8888(uint8_t* dstBuf, uint8_t* srcBuf) in SetPixelColor_ARGB8888()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp502 EffectBuffer *srcBuf = src.get(); in RenderInner() local
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1333 static void GetInfoElems(int length, int end, char *srcBuf, ScanInfo *pcmd) in GetInfoElems()
1394 int DelScanInfoLine(ScanInfo *pcmd, char *srcBuf, int length) in DelScanInfoLine()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp646 bool ConvertBufferColorGamut(std::vector<uint8_t>& dstBuf, const sptr<OHOS::SurfaceBuffer>& srcBuf, in ConvertBufferColorGamut()
735 bool ConvertYUV420SPToRGBA(std::vector<uint8_t>& rgbaBuf, const sptr<OHOS::SurfaceBuffer>& srcBuf) in ConvertYUV420SPToRGBA()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp607 string srcBuf = src + "/" + string(entp->d_name); in DirMove() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp632 uint8_t* srcBuf = const_cast<uint8_t*>(src); in SetDestAndSrc() local