| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
| H A D | lnn_network_manager_mock.h | 54 void *para, uint64_t delayMillis) = 0;
|
| /foundation/distributedhardware/device_manager/common/src/ |
| H A D | dm_error_message.cpp | 33 {ERR_DM_INPUT_PARA_INVALID, "the function call input para is invalid."},
|
| /foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Utils/ |
| H A D | common.ets | 105 para: (string | number)[];
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| H A D | fillp_os.c | 122 FILLP_LOGERR("SysSetThreadName para invalid"); in SysSetThreadName()
|
| /kernel/liteos_a/shell/full/include/ |
| H A D | shcmdparse.h | 56 UINT32 paramCnt; /* count of para */
|
| /kernel/liteos_m/components/shell/include/ |
| H A D | shcmdparse.h | 55 UINT32 paramCnt; /* count of para */
|
| /kernel/liteos_a/apps/shell/include/ |
| H A D | shcmdparse.h | 48 unsigned int paramCnt; /* count of para */
|
| /kernel/liteos_m/arch/include/ |
| H A D | los_mpu.h | 84 UINT32 ArchMpuSetRegion(UINT32 regionId, MPU_CFG_PARA *para);
|
| /test/testfwk/developer_test/src/core/command/ |
| H A D | gen.py | 51 "GEN need para -t(testtype) -fz(fuzzername) -dp(dirpath)")
|
| /third_party/FatFs/documents/doc/ |
| H A D | sdir.html | 14 <div class="para">
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_process.h | 87 unsigned int usb_os_task_creat(pthread_t *taskid, TSK_ENTRY_FUNC func, unsigned int prio, const char *nm, UINTPTR para);
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_motion_blur_filter.cpp | 33 RSMotionBlurFilter::RSMotionBlurFilter(const std::shared_ptr<MotionBlurParam>& para) in RSMotionBlurFilter() argument 34 : RSDrawingFilterOriginal(nullptr), motionBlurPara_(para) in RSMotionBlurFilter()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/ |
| H A D | jpeg_yuv_decoder_test.cpp | 101 JpegDecoderYuvParameter para = { 0, 0, jpegBuffer, jpegBufferSize, yuvBuffer, yuvBufferSize, in DecodeToYUV() local 104 int ret = decoderPtr->DoDecode(context, para); in DecodeToYUV()
|
| /foundation/multimedia/av_codec/test/moduletest/capability/src/ |
| H A D | cap_test.cpp | 83 * @tc.name : OH_AVCapability_IsFeatureSupported para error 205 * @tc.name : OH_AVCapability_GetFeatureProperties para error
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | param_check_utils.cpp | 78 LOGE("Invalid userId character in the store para info."); in CheckStoreParameter() 95 LOGE("Invalid character in the store para info."); in CheckStoreParameter()
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| H A D | automarkup.py | 303 for para in doctree.traverse(nodes.paragraph): 304 for node in para.traverse(condition=text_but_not_a_reference):
|
| /kernel/linux/linux-6.6/Documentation/translations/sp_SP/process/ |
| H A D | kernel-docs.rst | 20 Desafortunadamente, no existen muchos documentos disponibles para que los 32 útiles para buscar temas específicos, y una breve "Descripción" del
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
| H A D | r8190_rtl8256.c | 50 0x0b, bMask12Bits, 0x100); /* phy para:1ba */ in phy_set_rf8256_bandwidth() 66 rtl8192_phy_SetRFReg(dev, (enum rf90_radio_path_e)eRFPath, 0x0b, bMask12Bits, 0x300); /* phy para:3ba */ in phy_set_rf8256_bandwidth()
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
| H A D | r8190_rtl8256.c | 50 0x0b, bMask12Bits, 0x100); /* phy para:1ba */ in phy_set_rf8256_bandwidth() 66 rtl8192_phy_SetRFReg(dev, (enum rf90_radio_path_e)eRFPath, 0x0b, bMask12Bits, 0x300); /* phy para:3ba */ in phy_set_rf8256_bandwidth()
|
| /kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
| H A D | t7xx_netdev.c | 350 static int t7xx_ccmni_md_state_callback(enum md_state state, void *para) in t7xx_ccmni_md_state_callback() argument 352 struct t7xx_ccmni_ctrl *ctlb = para; in t7xx_ccmni_md_state_callback()
|
| /test/xts/device_attest_lite/services/core/attest/ |
| H A D | attest_service.c | 235 ATTEST_LOG_WARN("[FlushAttestData] Flush attest para failed"); in FlushAttestData() 239 ATTEST_LOG_WARN("[FlushAttestData] Get para failed"); in FlushAttestData()
|
| /test/xts/acts/validator/acts_validator/entry/src/main/ets/pages/Camera/ |
| H A D | CameraPhotoFormat.ets | 38 interface para { 70 @State screensObj: Array<para> = [];
|
| /third_party/musl/ |
| H A D | BUILD.gn | 70 source = "${musl_dir}/etc/musl.para" 75 source = "${musl_dir}/etc/musl.para.dac"
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | ubidi.h | 102 * // using ubidi_getLogicalRun(para, ...) 104 * UBiDi *para, 186 * count=ubidi_countRuns(para, pErrorCode); 193 * direction=ubidi_getVisualRun(para, i, &start, &length); 215 * UBiDi *para; 221 * para=ubidi_openSized(length, 0, pErrorCode); 222 * if(para==NULL) { return; } 224 * ubidi_setPara(para, text, length, 228 * UBiDiLevel paraLevel=1&ubidi_getParaLevel(para); 246 * renderLine(para, tex [all...] |
| /foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
| H A D | js_app_manager.cpp | 198 static bool IsParasNullOrUndefined(napi_env env, const napi_value& para) in IsParasNullOrUndefined() argument 200 return AppExecFwk::IsTypeForNapiValue(env, para, napi_null) || in IsParasNullOrUndefined() 201 AppExecFwk::IsTypeForNapiValue(env, para, napi_undefined); in IsParasNullOrUndefined() 204 static bool IsJSFunctionExist(napi_env env, const napi_value para, const std::string& methodName) in IsJSFunctionExist() argument 206 if (para == nullptr) { in IsJSFunctionExist() 211 napi_create_reference(env, para, 1, &ref); in IsJSFunctionExist()
|