| /foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
| H A D | hichain_connector.cpp | 959 int32_t HiChainConnector::ParseRemoteCredentialExt(const std::string &credentialInfo, std::string ¶ms, in ParseRemoteCredentialExt() argument 871 ParseRemoteCredential(const int32_t groupType, const std::string &userId, const nlohmann::json &jsonDeviceList, std::string ¶ms, int32_t &osAccountUserId) ParseRemoteCredential() argument
|
| /foundation/distributedhardware/device_manager/services/implementation/src/ |
| H A D | device_manager_service_impl.cpp | 184 SetUserOperation(std::string &pkgName, int32_t action, const std::string ¶ms) SetUserOperation() argument
|
| H A D | device_manager_service_impl_lite.cpp | 131 SetUserOperation(std::string &pkgName, int32_t action, const std::string ¶ms) SetUserOperation() argument
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
| H A D | component_manager.cpp | 310 auto params = compversion.sourceVersion; in StartSource() local 336 auto params = compVersion.sourceVersion; in StartSource() local 359 auto params = compversion.sinkVersion; in StartSink() local 393 auto params in StartSink() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
| H A D | nstackx_dfile.h | 265 DFileEventParam *params; member
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/ |
| H A D | nstackx.h | 291 DFinderEventParam *params; member
|
| /foundation/window/window_manager/window_scene/session/host/include/zidl/ |
| H A D | session_interface.h | 264 virtual WSError AdjustKeyboardLayout(const KeyboardLayoutParams& params) { return WSError::WS_OK; } in AdjustKeyboardLayout() argument
|
| /foundation/window/window_manager/window_scene/session/host/src/zidl/ |
| H A D | session_proxy.cpp | 1741 WSError SessionProxy::AdjustKeyboardLayout(const KeyboardLayoutParams& params) in AdjustKeyboardLayout() argument
|
| /foundation/window/window_manager/window_scene/test/unittest/ |
| H A D | scene_session_manager_test.cpp | 70 void DumpRootSceneElementInfoFuncTest(const std::vector<std::string>& params, std::vector<std::string>& infos) in DumpRootSceneElementInfoFuncTest() argument
|
| H A D | scene_session_manager_test3.cpp | 92 void DumpRootSceneElementInfoFuncTest(const std::vector<std::string>& params, std::vector<std::string>& infos) in DumpRootSceneElementInfoFuncTest() argument 1612 std::vector<std::string> params = {"-a"}; in HWTEST_F() local
|
| /test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/ |
| H A D | utils.cpp | 24 OH_Huks_Result InitParamSet(struct OH_Huks_ParamSet** paramSet, const struct OH_Huks_Param* params, uint32_t paramCount)
in InitParamSet() argument 290 static OH_Huks_Result CheckParamsValid(const struct HksImportWrappedKeyTestParams* params)
in CheckParamsValid() argument 309 GenerateAndExportHuksPublicKey(const struct HksImportWrappedKeyTestParams* params, struct OH_Huks_Blob* huksPublicKey) GenerateAndExportHuksPublicKey() argument 324 GenerateAndExportCallerPublicKey(const struct HksImportWrappedKeyTestParams* params, struct OH_Huks_Blob* callerSelfPublicKey) GenerateAndExportCallerPublicKey() argument 339 ImportKekAndAgreeSharedSecret(const struct HksImportWrappedKeyTestParams* params, const struct OH_Huks_Blob* huksPublicKey, struct OH_Huks_Blob* outSharedKey) ImportKekAndAgreeSharedSecret() argument 366 EncryptImportedPlainKeyAndKek(const struct HksImportWrappedKeyTestParams* params, struct OH_Huks_Blob* plainCipherText, struct OH_Huks_Blob* kekCipherText) EncryptImportedPlainKeyAndKek() argument 384 ImportWrappedKey(const struct HksImportWrappedKeyTestParams* params, struct OH_Huks_Blob* plainCipher, struct OH_Huks_Blob* kekCipherText, struct OH_Huks_Blob* peerPublicKey, struct OH_Huks_Blob* wrappedKeyData) ImportWrappedKey() argument 417 HksImportWrappedKeyTestCommonCase(const struct HksImportWrappedKeyTestParams* params) HksImportWrappedKeyTestCommonCase() argument 456 HksClearKeysForWrappedKeyTest(const struct HksImportWrappedKeyTestParams* params) HksClearKeysForWrappedKeyTest() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | libx264.c | 58 x264_param_t params; member [all...] |
| H A D | nvenc.c | 348 NV_ENC_OPEN_ENCODE_SESSION_EX_PARAMS params = { 0 }; in nvenc_open_session() local 412 NV_ENC_CAPS_PARAM params = { 0 }; in nvenc_check_cap() local 1671 NV_ENC_PIC_PARAMS params = { .version = NV_ENC_PIC_PARAMS_VER, ff_nvenc_encode_close() local 1979 nvenc_codec_specific_pic_params(AVCodecContext *avctx, NV_ENC_PIC_PARAMS *params, NV_ENC_SEI_PAYLOAD *sei_data, int sei_count) nvenc_codec_specific_pic_params() argument 2026 nvenc_set_timestamp(AVCodecContext *avctx, NV_ENC_LOCK_BITSTREAM *params, AVPacket *pkt) nvenc_set_timestamp() argument 2277 NV_ENC_RECONFIGURE_PARAMS params = { 0 }; reconfig_encoder() local [all...] |
| H A D | vaapi_encode.c | 49 VAEncPackedHeaderParameterBuffer params = { in vaapi_encode_make_packed_header() local
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_tf.c | 495 add_conv_layer(TFModel *tf_model, TF_Operation *transpose_op, TF_Operation **cur_op, ConvolutionalParams* params, const int layer) add_conv_layer() argument 617 add_depth_to_space_layer(TFModel *tf_model, TF_Operation **cur_op, DepthToSpaceParams *params, const int layer) add_depth_to_space_layer() argument 641 add_pad_layer(TFModel *tf_model, TF_Operation **cur_op, LayerPadParams *params, const int layer) add_pad_layer() argument 699 add_maximum_layer(TFModel *tf_model, TF_Operation **cur_op, DnnLayerMaximumParams *params, const int layer) add_maximum_layer() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | rtpdec.c | 627 ff_rtp_parse_set_crypto(RTPDemuxContext *s, const char *suite, const char *params) ff_rtp_parse_set_crypto() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_libplacebo.c | 314 struct pl_render_params params; in process_frames() local
|
| /third_party/backends/backend/ |
| H A D | epsonds.h | 174 SANE_Parameters params; member
|
| H A D | apple.c | 2345 sane_get_parameters(SANE_Handle handle, SANE_Parameters * params) sane_get_parameters() argument [all...] |
| H A D | epson2.c | 327 print_params(const SANE_Parameters params) in print_params() argument 2044 sane_get_parameters(SANE_Handle handle, SANE_Parameters *params) sane_get_parameters() argument [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_meter.c | 376 static int snd_pcm_meter_hw_refine_cprepare(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params) in snd_pcm_meter_hw_refine_cprepare() argument 397 static int snd_pcm_meter_hw_refine_schange(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params, in snd_pcm_meter_hw_refine_schange() argument 408 static int snd_pcm_meter_hw_refine_cchange(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params, in snd_pcm_meter_hw_refine_cchange() argument 419 static int snd_pcm_meter_hw_refine_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_meter_hw_refine_slave() argument 425 static int snd_pcm_meter_hw_params_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_meter_hw_params_slave() argument 431 snd_pcm_meter_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_meter_hw_refine() argument 441 snd_pcm_meter_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t * params) snd_pcm_meter_hw_params() argument [all...] |
| H A D | pcm_ioplug.c | 44 struct snd_ext_parm params[SND_PCM_IOPLUG_HW_PARAMS]; member 196 static int rule_mul(snd_pcm_hw_params_t *params, int x, int a, int b) in rule_mul() argument 206 static int rule_div(snd_pcm_hw_params_t *params, int x, int a, int b) in rule_div() argument 216 static int rule_muldivk(snd_pcm_hw_params_t *params, in argument 226 rule_mulkdiv(snd_pcm_hw_params_t *params, int x, int a, int k, int b) rule_mulkdiv() argument 246 refine_time_and_size(snd_pcm_hw_params_t *params, int time, int size, int bytes) refine_time_and_size() argument 268 refine_back_time_and_size(snd_pcm_hw_params_t *params, int time, int size, int bytes) refine_back_time_and_size() argument 285 snd_pcm_ioplug_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_ioplug_hw_refine() argument 431 snd_pcm_ioplug_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_ioplug_hw_params() argument 465 snd_pcm_ioplug_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params) snd_pcm_ioplug_sw_params() argument [all...] |
| H A D | pcm_params.c | 28 static void dump_hw_params(snd_pcm_hw_params_t *params, const char *type, in dump_hw_params() argument 59 static inline void dump_hw_params(snd_pcm_hw_params_t *params, const char *type, in dump_hw_params() argument 90 static void _snd_pcm_hw_param_any(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) in _snd_pcm_hw_param_any() argument 107 snd_pcm_hw_param_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) snd_pcm_hw_param_any() argument 114 _snd_pcm_hw_params_any(snd_pcm_hw_params_t *params) _snd_pcm_hw_params_any() argument 130 snd_pcm_hw_param_get(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int *val, int *dir) snd_pcm_hw_param_get() argument 157 snd_pcm_hw_param_get_min(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int *val, int *dir) snd_pcm_hw_param_get_min() argument 182 snd_pcm_hw_param_get_max(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int *val, int *dir) snd_pcm_hw_param_get_max() argument 209 snd_pcm_hw_param_get_mask(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) snd_pcm_hw_param_get_mask() argument 219 snd_pcm_hw_param_get_interval(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) snd_pcm_hw_param_get_interval() argument 228 _snd_pcm_hw_param_set_interval(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, const snd_interval_t *val) _snd_pcm_hw_param_set_interval() argument 242 _snd_pcm_hw_param_set_empty(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) _snd_pcm_hw_param_set_empty() argument 258 _snd_pcm_hw_param_set_integer(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) _snd_pcm_hw_param_set_integer() argument 275 snd_pcm_hw_param_set_integer(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_set_mode_t mode, snd_pcm_hw_param_t var) snd_pcm_hw_param_set_integer() argument 311 _snd_pcm_hw_param_set_first(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) _snd_pcm_hw_param_set_first() argument 335 snd_pcm_hw_param_set_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int *rval, int *dir) snd_pcm_hw_param_set_first() argument 353 _snd_pcm_hw_param_set_last(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) _snd_pcm_hw_param_set_last() argument 377 snd_pcm_hw_param_set_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int *rval, int *dir) snd_pcm_hw_param_set_last() argument 395 _snd_pcm_hw_param_set_min(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int val, int dir) _snd_pcm_hw_param_set_min() argument 429 snd_pcm_hw_param_set_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_set_mode_t mode, snd_pcm_hw_param_t var, unsigned int *val, int *dir) snd_pcm_hw_param_set_min() argument 470 _snd_pcm_hw_param_set_max(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int val, int dir) _snd_pcm_hw_param_set_max() argument 506 snd_pcm_hw_param_set_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_set_mode_t mode, snd_pcm_hw_param_t var, unsigned int *val, int *dir) snd_pcm_hw_param_set_max() argument 547 _snd_pcm_hw_param_set_minmax(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int min, int mindir, unsigned int max, int maxdir) _snd_pcm_hw_param_set_minmax() argument 617 snd_pcm_hw_param_set_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_set_mode_t mode, snd_pcm_hw_param_t var, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_param_set_minmax() argument 661 _snd_pcm_hw_param_set(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int val, int dir) _snd_pcm_hw_param_set() argument 714 snd_pcm_hw_param_set(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_set_mode_t mode, snd_pcm_hw_param_t var, unsigned int val, int dir) snd_pcm_hw_param_set() argument 751 _snd_pcm_hw_param_set_mask(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, const snd_mask_t *val) _snd_pcm_hw_param_set_mask() argument 771 snd_pcm_hw_param_set_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_set_mode_t mode, snd_pcm_hw_param_t var, const snd_mask_t *val) snd_pcm_hw_param_set_mask() argument 812 snd_pcm_hw_param_set_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int *val, int *dir) snd_pcm_hw_param_set_near() argument 953 snd_pcm_hw_param_set_near_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int min, int *mindir, unsigned int max, int *maxdir) snd_pcm_hw_param_set_near_minmax() argument 981 snd_pcm_hw_param_refine_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, const snd_pcm_hw_params_t *src) snd_pcm_hw_param_refine_near() argument 999 snd_pcm_hw_param_refine_multiple(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, const snd_pcm_hw_params_t *src) snd_pcm_hw_param_refine_multiple() argument 1027 snd_pcm_hw_param_empty(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var) snd_pcm_hw_param_empty() argument 1038 snd_pcm_hw_param_always_eq(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, const snd_pcm_hw_params_t *params1) snd_pcm_hw_param_always_eq() argument 1052 snd_pcm_hw_param_never_eq(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, const snd_pcm_hw_params_t *params1) snd_pcm_hw_param_never_eq() argument 1081 snd_pcm_hw_params_choose(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_hw_params_choose() argument 1169 _snd_pcm_hw_param_refine(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, const snd_pcm_hw_params_t *src) _snd_pcm_hw_param_refine() argument 1215 snd_pcm_hw_param_dump(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, snd_output_t *out) snd_pcm_hw_param_dump() argument 1698 snd_pcm_hw_rule_mul(snd_pcm_hw_params_t *params, const snd_pcm_hw_rule_t *rule) snd_pcm_hw_rule_mul() argument 1707 snd_pcm_hw_rule_div(snd_pcm_hw_params_t *params, const snd_pcm_hw_rule_t *rule) snd_pcm_hw_rule_div() argument 1716 snd_pcm_hw_rule_muldivk(snd_pcm_hw_params_t *params, const snd_pcm_hw_rule_t *rule) snd_pcm_hw_rule_muldivk() argument 1726 snd_pcm_hw_rule_mulkdiv(snd_pcm_hw_params_t *params, const snd_pcm_hw_rule_t *rule) snd_pcm_hw_rule_mulkdiv() argument 1736 snd_pcm_hw_rule_format(snd_pcm_hw_params_t *params, const snd_pcm_hw_rule_t *rule) snd_pcm_hw_rule_format() argument 1761 snd_pcm_hw_rule_sample_bits(snd_pcm_hw_params_t *params, const snd_pcm_hw_rule_t *rule) snd_pcm_hw_rule_sample_bits() argument 2074 snd_pcm_hw_refine_soft(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params) snd_pcm_hw_refine_soft() argument 2188 _snd_pcm_hw_params_refine(snd_pcm_hw_params_t *params, unsigned int vars, const snd_pcm_hw_params_t *src) _snd_pcm_hw_params_refine() argument 2206 snd_pcm_hw_refine_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int (*cprepare)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params), int (*cchange)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *sparams), int (*sprepare)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params), int (*schange)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *sparams), int (*srefine)(snd_pcm_t *pcm, snd_pcm_hw_params_t *sparams)) snd_pcm_hw_refine_slave() argument 2304 snd_pcm_hw_params_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int (*cchange)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *sparams), int (*sprepare)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params), int (*schange)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *sparams), int (*sparams)(snd_pcm_t *pcm, snd_pcm_hw_params_t *sparams)) snd_pcm_hw_params_slave() argument 2331 snd_pcm_sw_params_default(snd_pcm_t *pcm, snd_pcm_sw_params_t *params) snd_pcm_sw_params_default() argument 2359 snd_pcm_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_hw_refine() argument 2395 _snd_pcm_hw_params_internal(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) _snd_pcm_hw_params_internal() argument [all...] |
| H A D | pcm_multi.c | 146 static int snd_pcm_multi_hw_refine_cprepare(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_multi_hw_refine_cprepare() argument 179 snd_pcm_multi_hw_refine_schange(snd_pcm_t *pcm ATTRIBUTE_UNUSED, unsigned int slave_idx ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *sparams) snd_pcm_multi_hw_refine_schange() argument 212 snd_pcm_multi_hw_refine_cchange(snd_pcm_t *pcm ATTRIBUTE_UNUSED, unsigned int slave_idx ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *sparams) snd_pcm_multi_hw_refine_cchange() argument 256 snd_pcm_multi_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_multi_hw_refine() argument 336 snd_pcm_multi_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_multi_hw_params() argument 377 snd_pcm_multi_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params) snd_pcm_multi_sw_params() argument [all...] |
| H A D | pcm_plug.c | 716 static int snd_pcm_plug_hw_refine_cprepare(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params) in snd_pcm_plug_hw_refine_cprepare() argument 812 static int snd_pcm_plug_hw_refine_schange(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, in snd_pcm_plug_hw_refine_schange() argument 912 snd_pcm_plug_hw_refine_cchange(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *sparams) snd_pcm_plug_hw_refine_cchange() argument 1018 snd_pcm_plug_hw_refine_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_plug_hw_refine_slave() argument 1024 snd_pcm_plug_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_plug_hw_refine() argument 1034 snd_pcm_plug_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) snd_pcm_plug_hw_params() argument 1097 snd_pcm_plug_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t * params) snd_pcm_plug_sw_params() argument [all...] |