Home
last modified time | relevance | path

Searched defs:para (Results 51 - 75 of 235) sorted by relevance

12345678910

/foundation/multimedia/media_foundation/test/unittest/
H A DTestWavDemuxerPlugin.cpp53 ValueType para; in HWTEST() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_p2p_info.c184 static void ProcessSyncP2pInfo(void *para) in ProcessSyncP2pInfo() argument
229 static void ProcessSyncWifiDirectAddr(void *para) in ProcessSyncWifiDirectAddr() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock_test.cpp147 void *para = nullptr; in HWTEST_F() local
H A Dlnn_data_cloud_sync_deps_mock.cpp94 LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para, uint64_t delayMillis) LnnAsyncCallbackDelayHelper() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.cpp141 int32_t StreamManager::SetMultiLayer(const void *para) in SetMultiLayer() argument
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
H A Dbus_center_manager_deps_mock.cpp120 LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para, uint64_t delayMillis) LnnAsyncCallbackDelayHelper() argument
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp248 MessagePara para; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dnetwork_mock.cpp76 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper() argument
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_manager.c123 static void BusCenterServerDelayInit(void *para) in BusCenterServerDelayInit() argument
/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
/foundation/multimedia/audio_lite/frameworks/binder/
H A Daudio_capturer_client.cpp63 CallBackPara* para = static_cast<CallBackPara*>(owner); in ProxyCallbackFunc() local
150 CallBackPara para = {.funcId = AUD_CAP_FUNC_CONNECT, .ret = MEDIA_IPC_FAILED, .data = this}; in AudioCapturerClient() local
191 CallBackPara para = {.funcId = AUD_CAP_FUNC_DISCONNECT, .ret = MEDIA_IPC_FAILED}; ~AudioCapturerClient() local
215 CallBackPara para = {.funcId = AUD_CAP_FUNC_GET_MIN_FRAME_COUNT, .ret = MEDIA_IPC_FAILED, .data = &frameCount}; GetMinFrameCount() local
231 CallBackPara para = {.funcId = AUD_CAP_FUNC_GET_FRAME_COUNT, .ret = MEDIA_IPC_FAILED, .data = &frameCount}; GetFrameCount() local
252 CallBackPara para = {.funcId = AUD_CAP_FUNC_GET_STATUS, .ret = MEDIA_IPC_FAILED, .data = &state}; GetStatus() local
280 CallBackPara para = {.funcId = AUD_CAP_FUNC_SET_INFO, .ret = MEDIA_IPC_FAILED}; SetCapturerInfo() local
300 CallBackPara para = {.funcId = AUD_CAP_FUNC_GET_INFO, .ret = MEDIA_IPC_FAILED, .data = &info}; GetCapturerInfo() local
320 CallBackPara para = {.funcId = AUD_CAP_FUNC_START, .ret = MEDIA_IPC_FAILED}; Start() local
341 CallBackPara para = {.funcId = AUD_CAP_FUNC_STOP, .ret = MEDIA_IPC_FAILED}; Stop() local
362 CallBackPara para = {.funcId = AUD_CAP_FUNC_RELEASE, .ret = MEDIA_IPC_FAILED}; Release() local
[all...]

Completed in 16 milliseconds

12345678910