Home
last modified time | relevance | path

Searched defs:para (Results 1 - 25 of 94) sorted by relevance

1234

/kernel/liteos_m/utils/
H A Dlos_error.c49 LOS_ErrHandle(CHAR *fileName, UINT32 lineNo, UINT32 errorNo, UINT32 paraLen, VOID *para) LOS_ErrHandle() argument
/kernel/liteos_a/kernel/base/om/
H A Dlos_err.c37 LOS_ErrHandle(CHAR *fileName, UINT32 lineNo, UINT32 errorNo, UINT32 paraLen, VOID *para) LOS_ErrHandle() argument
/kernel/uniproton/src/om/err/
H A Dprt_err.c52 OS_SEC_L4_TEXT void OsErrHandle(const char *fileName, U32 lineNo, U32 errorNo, U32 paraLen, void *para) in OsErrHandle() argument
74 OS_SEC_L4_TEXT U32 PRT_ErrHandle(const char *fileName, U32 lineNo, U32 errorNo, U32 paraLen, void *para) in PRT_ErrHandle() argument
/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.h64 void *para; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.h62 void *para; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbernoulli_distribution_test.cc63 const std::pair<double, size_t> para = GetParam(); in TEST_P() local
/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dauth_qos_debug.c93 int authority_printf_handler(int id, void *p, void *para) in authority_printf_handler() argument
H A Dauth_ctrl.c153 int authority_remove_handler(int id, void *p, void *para) in authority_remove_handler() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-loongson.h40 unsigned char para; member
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dsrf.c48 u_short para ; member
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dsrf.c43 u_short para ; member
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
H A Dlos_mpu.c70 STATIC VOID HalMpuRASRAddMemAttr(MPU_CFG_PARA *para, UINT32 *RASR) in HalMpuRASRAddMemAttr() argument
137 STATIC UINT32 HalMpuGetRASR(UINT32 encodeSize, MPU_CFG_PARA *para) in HalMpuGetRASR() argument
150 UINT32 ArchMpuSetRegion(UINT32 regionId, MPU_CFG_PARA *para) in ArchMpuSetRegion() argument
[all...]
/kernel/liteos_m/arch/arm/cortex-m4/iar/
H A Dlos_mpu.c70 STATIC VOID HalMpuRASRAddMemAttr(MPU_CFG_PARA *para, UINT32 *RASR) in HalMpuRASRAddMemAttr() argument
137 STATIC UINT32 HalMpuGetRASR(UINT32 encodeSize, MPU_CFG_PARA *para) in HalMpuGetRASR() argument
150 UINT32 ArchMpuSetRegion(UINT32 regionId, MPU_CFG_PARA *para) in ArchMpuSetRegion() argument
[all...]
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
H A Dlos_mpu.c70 STATIC VOID HalMpuRASRAddMemAttr(MPU_CFG_PARA *para, UINT32 *RASR) in HalMpuRASRAddMemAttr() argument
137 STATIC UINT32 HalMpuGetRASR(UINT32 encodeSize, MPU_CFG_PARA *para) in HalMpuGetRASR() argument
150 UINT32 ArchMpuSetRegion(UINT32 regionId, MPU_CFG_PARA *para) in ArchMpuSetRegion() argument
[all...]
/kernel/liteos_m/arch/arm/cortex-m7/iar/
H A Dlos_mpu.c70 STATIC VOID HalMpuRASRAddMemAttr(MPU_CFG_PARA *para, UINT32 *RASR) in HalMpuRASRAddMemAttr() argument
137 STATIC UINT32 HalMpuGetRASR(UINT32 encodeSize, MPU_CFG_PARA *para) in HalMpuGetRASR() argument
150 UINT32 ArchMpuSetRegion(UINT32 regionId, MPU_CFG_PARA *para) in ArchMpuSetRegion() argument
[all...]
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
H A DHiAppEventCPPTest.cpp83 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":false"}; in HWTEST_F() local
119 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":true"}; in HWTEST_F() local
154 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_arr_key\":[true,true]"}; in HWTEST_F() local
189 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_key\":\"hello\""}; in HWTEST_F() local
226 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_arr_key\":[\"hello\",\"world\"]"}; in HWTEST_F() local
261 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"double_key\\":30949.374"}; HWTEST_F() local
296 std::vector<std::string> para = {"test_event", "\\"type_\\":2", "\\"double_arr_key\\":[123.22,30949.374,131312.46464]"}; HWTEST_F() local
331 std::vector<std::string> para = {"test_event", "\\"type_\\":2", "\\"float_key\\":234.5"}; HWTEST_F() local
366 std::vector<std::string> para = {"test_event", "\\"type_\\":2", "\\"float_arr_key\\":[123.22", "234.5", "131312.46"}; HWTEST_F() local
401 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int8_key\\":1"}; HWTEST_F() local
436 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int8_arr_key\\":[1,10,100]"}; HWTEST_F() local
471 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int16_key\\":1"}; HWTEST_F() local
506 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int16_arr_key\\":[1,1000,5000]"}; HWTEST_F() local
541 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int32_key\\":1"}; HWTEST_F() local
576 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int32_arr_key\\":[1,100000,500000]"}; HWTEST_F() local
611 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int64_key\\":1"}; HWTEST_F() local
646 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int64_arr_key\\":[1,10000000,50000000]"}; HWTEST_F() local
688 std::vector<std::string> para = {"test_event", "\\"type_\\":4"}; HWTEST_F() local
726 std::vector<std::string> para = {"test_event", "\\"type_\\":4"}; HWTEST_F() local
827 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"", "\\"key15\\":\\"value15\\""}; HWTEST_F() local
862 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local
897 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local
932 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local
972 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local
1007 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local
1050 std::vector<std::string> para = {"test_event", "\\"type_\\":4", "\\"str_arr_key\\":[\\"hello_world_0\\",\\"hello_world_1\\",\\"hello_world_2\\"", "hello_world_99"}; HWTEST_F() local
1092 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"","\\"key15\\":\\"value15\\"","\\"key0\\":\\"value0\\""}; HWTEST_F() local
1145 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"","\\"key15\\":\\"value15\\"","\\"key0\\":\\"value0\\""}; HWTEST_F() local
1194 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"","\\"key15\\":\\"value15\\"","\\"key0\\":\\"value0\\""}; HWTEST_F() local
[all...]
/test/xts/hats/hdf/location/gnss/
H A Dlocation_gnss_test.cpp245 GnssConfigPara para; in HWTEST_F() local
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.c54 usb_process_thread(UINTPTR para) in usb_process_thread() argument
159 usb_os_task_creat(pthread_t *taskid, TSK_ENTRY_FUNC func, uint32_t prio, const char *nm, UINTPTR para) in usb_os_task_creat() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmodule.c254 *para = NULL, *orc = NULL, *orc_ip = NULL, in module_finalize() local
/kernel/linux/linux-5.10/drivers/clk/hisilicon/
H A Dclk-hi3620.c306 static u32 mmc_clk_delay(u32 val, u32 para, u32 off, u32 len) in mmc_clk_delay() argument
H A Dclk-hi6220-stub.c59 unsigned char para[4]; member
/kernel/linux/linux-6.6/drivers/clk/hisilicon/
H A Dclk-hi3620.c305 static u32 mmc_clk_delay(u32 val, u32 para, u32 off, u32 len) in mmc_clk_delay() argument
H A Dclk-hi6220-stub.c59 unsigned char para[4]; member
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c350 static int t7xx_ccmni_md_state_callback(enum md_state state, void *para) in t7xx_ccmni_md_state_callback() argument
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dmodule.c279 *para = NULL, *orc = NULL, *orc_ip = NULL, in module_finalize() local
[all...]

Completed in 13 milliseconds

1234