Home
last modified time | relevance | path

Searched defs:para (Results 101 - 125 of 306) sorted by relevance

12345678910>>...13

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy_file.cpp272 auto para = CreateSharedPtr<Para>(move(src), move(dest)); in Async() local
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mce_test.cpp381 GetMessagesListingParameters para; in HWTEST_F() local
402 GetMessageParameters para; in HWTEST_F() local
446 GetConversationListingParameters para; in HWTEST_F() local
489 SetOwnerStatusParameters para; in HWTEST_F() local
/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c122 static void DelayInitFunction(void *para) in DelayInitFunction() argument
/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp255 static void LnnSubscribeWifiService(void *para) in LnnSubscribeWifiService() argument
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c39 __attribute__((no_sanitize("hwaddress"))) static void HandleTimeoutAdapterFun(union sigval para) in HandleTimeoutAdapterFun() argument
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wm_requestor.cpp42 CallBackPara* para = static_cast<CallBackPara*>(owner); in Callback() local
122 CallBackPara para = {}; in GetLayerInfo() local
139 CallBackPara para in CreateWindow() local
169 CallBackPara para = {}; GetEventData() local
240 CallBackPara para = {}; Screenshot() local
[all...]
/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
/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/
H A Dscanmanagerclient_fuzzer.cpp96 ScanParameters para; in TestGetScanParameters() local
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp212 int32_t ScanServiceProxy::GetScanParameters(const std::string scannerId, ScanParameters &para) in GetScanParameters() argument
H A Dscan_manager_client.cpp315 int32_t ScanManagerClient::GetScanParameters(const std::string scannerId, ScanParameters &para) in GetScanParameters() argument
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp199 ScanParameters para; in OnGetScanParameters() local
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhichain_pake_test.cpp71 GetProtocolParams(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams() argument
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_status_manager.cpp368 void MessengerForEachDeviceProcess(const DeviceProcessor processor, void *para) in MessengerForEachDeviceProcess() argument
/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_status_manager.c165 static int32_t InitDeviceOnlineProcessor(const DeviceIdentify *devId, int32_t level, void *para) in InitDeviceOnlineProcessor() argument
336 void MessengerForEachDeviceProcess(const DeviceProcessor processor, void *para) in MessengerForEachDeviceProcess() argument
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_interface_mock.cpp124 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcessImpl() argument
/base/sensors/sensor/vibration_convert/core/algorithm/onset/src/
H A Donset.cpp151 MfccInputPara para; in GetMelBias() local
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_mfcc.cpp54 int32_t ConversionMfcc::Init(uint32_t numBins, uint32_t numCoeffs, const MfccInputPara &para) in Init() argument
213 int32_t ConversionMfcc::FiltersMel(int32_t nFft, MfccInputPara para, in FiltersMel() argument
[all...]

Completed in 20 milliseconds

12345678910>>...13