| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_connection_fsm_test.cpp | 374 void *para = nullptr; in HWTEST_F() local 393 void *para = nullptr; in HWTEST_F() local 436 void *para in HWTEST_F() local 453 void *para = nullptr; HWTEST_F() local 468 void *para = nullptr; HWTEST_F() local [all...] |
| H A D | lnn_net_builder_mock_test.cpp | 200 bool *para = reinterpret_cast<bool *>(SoftBusMalloc(sizeof(bool) * CONNECTION_ADDR_MAX)); in HWTEST_F() local 388 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(ElectMsgPara))); in HWTEST_F() local 418 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(ConnectionAddr))); in HWTEST_F() local 433 void *para = nullptr; in HWTEST_F() local 473 void *para = nullptr; HWTEST_F() local 554 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(LeaveInvalidConnMsgPara))); HWTEST_F() local 601 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(char) * NETWORK_ID_BUF_LEN)); HWTEST_F() local 616 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(char) * NETWORK_ID_BUF_LEN)); HWTEST_F() local 649 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(int64_t))); HWTEST_F() local 667 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 703 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(uint16_t))); HWTEST_F() local 1019 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1043 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1070 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1106 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1136 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1164 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1188 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1210 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1235 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1260 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1285 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1308 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1333 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1359 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1405 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1423 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1457 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1489 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1521 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1787 const void *para = reinterpret_cast<const void *>(authId); HWTEST_F() local 1925 JoinLnnMsgPara para; HWTEST_F() local [all...] |
| H A D | lnn_service_mock.cpp | 202 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper() argument 207 LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para, uint64_t delayMillis) LnnAsyncCallbackDelayHelper() argument
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| H A D | auth_session_key.c | 574 static int32_t RemoveUpdateSessionKeyFunc(const void *obj, void *para) in RemoveUpdateSessionKeyFunc() argument
|
| H A D | auth_connection.c | 265 static void HandleConnConnectTimeout(const void *para) in HandleConnConnectTimeout() argument 303 static void HandleConnConnectCmd(const void *para) in HandleConnConnectCmd() argument 322 static void HandleConnConnectResult(const void *para) in HandleConnConnectResult() argument 342 static void AsyncCallDeviceIdReceived(void *para) in AsyncCallDeviceIdReceived() argument [all...] |
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
| H A D | lnn_lane.c | 585 static void LaneInitChannelRatingDelay(void *para) in LaneInitChannelRatingDelay() argument
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/ |
| H A D | lnn_time_sync_manager.c | 127 static TimeSyncReqInfo *CreateTimeSyncReqInfo(const StartTimeSyncReqMsgPara *para) in CreateTimeSyncReqInfo() argument 226 static int32_t ProcessStartTimeSyncRequest(const StartTimeSyncReqMsgPara *para) in ProcessStartTimeSyncRequest() argument 314 ProcessStopTimeSyncRequest(const StopTimeSyncReqMsgPara *para) ProcessStopTimeSyncRequest() argument 384 ProcessTimeSyncComplete(const TimeSyncCompleteMsgPara *para) ProcessTimeSyncComplete() argument 444 CreateTimeSyncMessage(int32_t msgType, void *para) CreateTimeSyncMessage() argument 457 PostMessageToHandler(int32_t msgType, void *para) PostMessageToHandler() argument 470 TimeSyncCompleteMsgPara *para = NULL; OnTimeSyncImplComplete() local 540 StartTimeSyncReqMsgPara *para = NULL; LnnStartTimeSync() local 579 StopTimeSyncReqMsgPara *para = NULL; LnnStopTimeSync() local [all...] |
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
| H A D | lnn_decision_db_deps_mock.cpp | 144 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper() argument 41 DecisionDbAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) DecisionDbAsyncCallbackHelper() argument
|
| /foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
| H A D | hb_strategy_mock.cpp | 126 LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para, uint64_t delayMillis) LnnAsyncCallbackDelayHelper() argument
|
| /foundation/distributedhardware/distributed_camera/common/src/utils/ |
| H A D | dcamera_utils_tools.cpp | 311 FILE *DumpFileUtil::OpenDumpFileInner(std::string para, std::string fileName) in OpenDumpFileInner() argument 357 void DumpFileUtil::ChangeDumpFileState(std::string para, FILE **dumpFile, std::string filePath) in ChangeDumpFileState() argument 373 OpenDumpFile(std::string para, std::string fileName, FILE **file) OpenDumpFile() argument [all...] |
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/ |
| H A D | filter_napi.cpp | 199 std::shared_ptr<FilterBlurPara> para = std::make_shared<FilterBlurPara>(); in SetBlur() local 223 static bool GetStretchPercent(napi_env env, napi_value param, std::shared_ptr<PixelStretchPara>& para) in GetStretchPercent() argument 276 std::shared_ptr<PixelStretchPara> para = std::make_shared<PixelStretchPara>(); in SetPixelStretch() local 338 std::shared_ptr<WaterRipplePara> para = std::make_shared<WaterRipplePara>(); SetWaterRipple() local 395 std::shared_ptr<FlyOutPara> para = std::make_shared<FlyOutPara>(); SetFlyOut() local 455 std::shared_ptr<DistortPara> para = std::make_shared<DistortPara>(); SetDistort() local [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/virtio/ |
| H A D | virtio_crypto_akcipher_algs.c | 372 struct virtio_crypto_akcipher_session_para para; in virtio_crypto_rsa_set_key() local 103 virtio_crypto_alg_akcipher_init_session(struct virtio_crypto_akcipher_ctx *ctx, struct virtio_crypto_ctrl_header *header, void *para, const uint8_t *key, unsigned int keylen) virtio_crypto_alg_akcipher_init_session() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| H A D | pmf.c | 546 void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para, in smt_add_para() argument 1519 smt_get_ptab(u_short para) smt_get_ptab() argument [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/virtio/ |
| H A D | virtio_crypto_akcipher_algs.c | 376 struct virtio_crypto_akcipher_session_para para; in virtio_crypto_rsa_set_key() local 106 virtio_crypto_alg_akcipher_init_session(struct virtio_crypto_akcipher_ctx *ctx, struct virtio_crypto_ctrl_header *header, struct virtio_crypto_akcipher_session_para *para, const uint8_t *key, unsigned int keylen) virtio_crypto_alg_akcipher_init_session() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
| H A D | pmf.c | 542 void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para, in smt_add_para() argument 1515 smt_get_ptab(u_short para) smt_get_ptab() argument [all...] |
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
| H A D | TaskpoolSingleTaskTest.cpp | 357 char *para = (char*)"xxxx"; in HWTEST_F() local
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/ |
| H A D | hichain.c | 302 struct operation_parameter para; in delete_local_auth_info() local 852 delete_base_key(struct service_id service_id, struct operation_parameter para) delete_base_key() argument 979 struct operation_parameter para; build_self_lt_key_pair() local [all...] |
| /base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
| H A D | deviceauth_test.cpp | 127 GetProtocolParams(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams() argument 167 GetProtocolParams001(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams001() argument 182 GetProtocolParams002(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams002() argument 196 GetProtocolParams003(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams003() argument 210 GetProtocolParams004(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams004() argument 225 GetProtocolParams005(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams005() argument [all...] |
| H A D | huks_adapter_test.cpp | 120 GetProtocolParams(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParams() argument
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| H A D | hks_mbedtls_x25519.c | 407 static void HksCurveInitConstPara(struct HksCurveConstPara *para)
in HksCurveInitConstPara() argument 419 static void HksCurveFreeConstPara(struct HksCurveConstPara *para)
in HksCurveFreeConstPara() argument 431 HksCurveSetConstPara(struct HksCurveConstPara *para) HksCurveSetConstPara() argument [all...] |
| /base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/ |
| H A D | user_auth_service_fuzzer.cpp | 428 ContextFactory::AuthWidgetContextPara para = {}; in FuzzInsert2ContextPool() local 469 Authentication::AuthenticationPara para = {}; in FuzzAuthRemoteUser() local 512 ContextFactory::AuthWidgetContextPara para; in FuzzStartWidgetContext() local 532 Authentication::AuthenticationPara para; in FuzzStartAuthContext() local
|
| /base/useriam/user_auth_framework/services/context/src/ |
| H A D | widget_context.cpp | 62 WidgetContext::WidgetContext(uint64_t contextId, const ContextFactory::AuthWidgetContextPara ¶, in WidgetContext() argument 172 Authentication::AuthenticationPara para = {}; in BuildTask() local [all...] |
| /foundation/ability/idl_tool/codegen/ |
| H A D | ts_code_emitter.cpp | 144 Parameter para; in EmitInterfaceMethod() local 218 void TsCodeEmitter::EmitInterfaceMethodExportCallback(Method& m, const Parameter& para, bool isLast) in EmitInterfaceMethodExportCallback() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| H A D | button_model_ng.cpp | 183 void ButtonModelNG::CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) in CreateWithLabel() argument 258 void ButtonModelNG::Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) {} in Create() argument 260 void ButtonModelNG::CreateWithChild(const CreateWithPara& para) in CreateWithChild() argument [all...] |
| /foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/ |
| H A D | audio_server_sink_plugin.cpp | 401 Status AudioServerSinkPlugin::GetParameter(Tag tag, ValueType& para) in GetParameter() argument 661 SetParameter(Tag tag, const ValueType& para) SetParameter() argument [all...] |