Home
last modified time | relevance | path

Searched refs:params (Results 2376 - 2400 of 8692) sorted by relevance

1...<<919293949596979899100>>...348

/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c117 struct ia_css_isp_parameters *params; in ia_css_get_isp_dvs2_coefficients() local
133 params = stream->isp_params_configs; in ia_css_get_isp_dvs2_coefficients()
143 memcpy(hor_coefs_odd_real, params->dvs2_coefs.hor_coefs.odd_real, in ia_css_get_isp_dvs2_coefficients()
145 memcpy(hor_coefs_odd_imag, params->dvs2_coefs.hor_coefs.odd_imag, in ia_css_get_isp_dvs2_coefficients()
147 memcpy(hor_coefs_even_real, params->dvs2_coefs.hor_coefs.even_real, in ia_css_get_isp_dvs2_coefficients()
149 memcpy(hor_coefs_even_imag, params->dvs2_coefs.hor_coefs.even_imag, in ia_css_get_isp_dvs2_coefficients()
151 memcpy(ver_coefs_odd_real, params->dvs2_coefs.ver_coefs.odd_real, in ia_css_get_isp_dvs2_coefficients()
153 memcpy(ver_coefs_odd_imag, params->dvs2_coefs.ver_coefs.odd_imag, in ia_css_get_isp_dvs2_coefficients()
155 memcpy(ver_coefs_even_real, params->dvs2_coefs.ver_coefs.even_real, in ia_css_get_isp_dvs2_coefficients()
157 memcpy(ver_coefs_even_imag, params in ia_css_get_isp_dvs2_coefficients()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c84 * @params: pointer to gsl_params
87 const struct gsl_params *params) in optc2_set_gsl()
97 OTG_GSL0_EN, params->gsl0_en, in optc2_set_gsl()
98 OTG_GSL1_EN, params->gsl1_en, in optc2_set_gsl()
99 OTG_GSL2_EN, params->gsl2_en, in optc2_set_gsl()
100 OTG_GSL_MASTER_EN, params->gsl_master_en, in optc2_set_gsl()
101 OTG_GSL_MASTER_MODE, params->gsl_master_mode); in optc2_set_gsl()
495 const struct crc_params *params) in optc2_configure_crc()
500 OTG_CRC_DSC_MODE, params->dsc_mode, in optc2_configure_crc()
501 OTG_CRC_DATA_STREAM_COMBINE_MODE, params in optc2_configure_crc()
86 optc2_set_gsl(struct timing_generator *optc, const struct gsl_params *params) optc2_set_gsl() argument
494 optc2_configure_crc(struct timing_generator *optc, const struct crc_params *params) optc2_configure_crc() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dcmd.c428 cmd->params.rx_config_options = cpu_to_le32(CFG_RX_ALL_GOOD); in wl1251_cmd_scan()
429 cmd->params.rx_filter_options = cpu_to_le32(CFG_RX_PRSP_EN | in wl1251_cmd_scan()
432 cmd->params.scan_options = 0; in wl1251_cmd_scan()
439 cmd->params.scan_options |= cpu_to_le16(WL1251_SCAN_OPT_PRIORITY_HIGH); in wl1251_cmd_scan()
440 cmd->params.num_channels = n_channels; in wl1251_cmd_scan()
441 cmd->params.num_probe_requests = n_probes; in wl1251_cmd_scan()
442 cmd->params.tx_rate = cpu_to_le16(1 << 1); /* 2 Mbps */ in wl1251_cmd_scan()
443 cmd->params.tid_trigger = 0; in wl1251_cmd_scan()
460 cmd->params.ssid_len = len; in wl1251_cmd_scan()
461 memcpy(cmd->params in wl1251_cmd_scan()
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-topology.h175 char params[]; member
434 char *params; member
469 struct skl_pipe_params *params);
473 struct skl_pipe_params *params, int stream);
481 struct skl_module_cfg *mconfig, struct skl_pipe_params *params);
506 int skl_set_module_params(struct skl_dev *skl, u32 *params, int size,
508 int skl_get_module_params(struct skl_dev *skl, u32 *params, int size,
513 enum skl_bitdepth skl_get_bit_depth(int params);
515 struct skl_pipe_params *params);
517 struct skl_pipe_params *params);
[all...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
122 '-append', ' '.join(params + [self._kernel_command_line]),
145 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
148 params.extend(['mem=1G', 'console=tty', 'kunit_shutdown=halt'])
149 return subprocess.Popen([linux_bin] + params,
220 params: qemu_config.QemuArchParams = config.QEMU_ARCH
222 params.extra_qemu_params.extend(extra_qemu_args)
223 return params.linux_arch, LinuxSourceTreeOperationsQemu(
224 params, cross_compil
[all...]
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Dtm2_wm5110.c93 struct snd_pcm_hw_params *params) in tm2_aif1_hw_params()
99 switch (params_rate(params)) { in tm2_aif1_hw_params()
122 params_rate(params)); in tm2_aif1_hw_params()
134 struct snd_pcm_hw_params *params) in tm2_aif2_hw_params()
141 switch (params_rate(params)) { in tm2_aif2_hw_params()
154 params_rate(params)); in tm2_aif2_hw_params()
209 struct snd_pcm_hw_params *params) in tm2_hdmi_hw_params()
216 bitwidth = snd_pcm_format_width(params_format(params)); in tm2_hdmi_hw_params()
234 switch (params_rate(params)) { in tm2_hdmi_hw_params()
241 params_rate(params)); in tm2_hdmi_hw_params()
92 tm2_aif1_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) tm2_aif1_hw_params() argument
133 tm2_aif2_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) tm2_aif2_hw_params() argument
208 tm2_hdmi_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) tm2_hdmi_hw_params() argument
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java295 private static APIInfo findConstructorInfo(Set<APIInfo> apis, String cls, List<String> params) { in findConstructorInfo() argument
299 // check params in findConstructorInfo()
301 if (paramsFromApi.size() == params.size()) { in findConstructorInfo()
303 for (int i = 0; i < params.size(); i++) { in findConstructorInfo()
304 if (!params.get(i).equals(paramsFromApi.get(i))) { in findConstructorInfo()
318 private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> params) { in findMethodInfo() argument
322 // check params in findMethodInfo()
324 if (paramsFromApi.size() == params.size()) { in findMethodInfo()
326 for (int i = 0; i < params.size(); i++) { in findMethodInfo()
327 if (!params in findMethodInfo()
[all...]
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py287 params = self._get_cmd_params()
293 timeout = self._get_timeout(params)
294 return self._create_cmd(shell, shell_flags + params, env, timeout)
362 def _get_timeout(self, params):
364 if "--stress-opt" in params:
366 if "--jitless" in params:
368 if "--no-opt" in params:
370 if "--noenable-vfp3" in params:
384 def _create_cmd(self, shell, params, env, timeout):
388 args=params,
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c147 const OSSL_PARAM params[]) in drbg_hmac_instantiate_wrapper()
151 if (!ossl_prov_is_running() || !drbg_hmac_set_ctx_params(drbg, params)) in drbg_hmac_instantiate_wrapper()
317 static int drbg_hmac_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_hmac_get_ctx_params() argument
325 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAC); in drbg_hmac_get_ctx_params()
334 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_DIGEST); in drbg_hmac_get_ctx_params()
341 return ossl_drbg_get_ctx_params(drbg, params); in drbg_hmac_get_ctx_params()
356 static int drbg_hmac_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_hmac_set_ctx_params() argument
363 if (!ossl_prov_digest_load_from_params(&hmac->digest, params, libctx)) in drbg_hmac_set_ctx_params()
377 if (!ossl_prov_macctx_load_from_params(&hmac->ctx, params, in drbg_hmac_set_ctx_params()
393 return ossl_drbg_set_ctx_params(ctx, params); in drbg_hmac_set_ctx_params()
143 drbg_hmac_instantiate_wrapper(void *vdrbg, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) drbg_hmac_instantiate_wrapper() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkeymgmt_meth.c331 const OSSL_PARAM params[]) in evp_keymgmt_gen_init()
337 return keymgmt->gen_init(provctx, selection, params); in evp_keymgmt_gen_init()
355 const OSSL_PARAM params[]) in evp_keymgmt_gen_set_params()
359 return keymgmt->gen_set_params(genctx, params); in evp_keymgmt_gen_set_params()
399 OSSL_PARAM params[]) in evp_keymgmt_get_params()
403 return keymgmt->get_params(keydata, params); in evp_keymgmt_get_params()
416 const OSSL_PARAM params[]) in evp_keymgmt_set_params()
420 return keymgmt->set_params(keydata, params); in evp_keymgmt_set_params()
458 int selection, const OSSL_PARAM params[]) in evp_keymgmt_import()
462 return keymgmt->import(keydata, selection, params); in evp_keymgmt_import()
330 evp_keymgmt_gen_init(const EVP_KEYMGMT *keymgmt, int selection, const OSSL_PARAM params[]) evp_keymgmt_gen_init() argument
354 evp_keymgmt_gen_set_params(const EVP_KEYMGMT *keymgmt, void *genctx, const OSSL_PARAM params[]) evp_keymgmt_gen_set_params() argument
398 evp_keymgmt_get_params(const EVP_KEYMGMT *keymgmt, void *keydata, OSSL_PARAM params[]) evp_keymgmt_get_params() argument
415 evp_keymgmt_set_params(const EVP_KEYMGMT *keymgmt, void *keydata, const OSSL_PARAM params[]) evp_keymgmt_set_params() argument
457 evp_keymgmt_import(const EVP_KEYMGMT *keymgmt, void *keydata, int selection, const OSSL_PARAM params[]) evp_keymgmt_import() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dkeymgmt_meth.c331 const OSSL_PARAM params[]) in evp_keymgmt_gen_init()
337 return keymgmt->gen_init(provctx, selection, params); in evp_keymgmt_gen_init()
355 const OSSL_PARAM params[]) in evp_keymgmt_gen_set_params()
359 return keymgmt->gen_set_params(genctx, params); in evp_keymgmt_gen_set_params()
399 OSSL_PARAM params[]) in evp_keymgmt_get_params()
403 return keymgmt->get_params(keydata, params); in evp_keymgmt_get_params()
416 const OSSL_PARAM params[]) in evp_keymgmt_set_params()
420 return keymgmt->set_params(keydata, params); in evp_keymgmt_set_params()
458 int selection, const OSSL_PARAM params[]) in evp_keymgmt_import()
462 return keymgmt->import(keydata, selection, params); in evp_keymgmt_import()
330 evp_keymgmt_gen_init(const EVP_KEYMGMT *keymgmt, int selection, const OSSL_PARAM params[]) evp_keymgmt_gen_init() argument
354 evp_keymgmt_gen_set_params(const EVP_KEYMGMT *keymgmt, void *genctx, const OSSL_PARAM params[]) evp_keymgmt_gen_set_params() argument
398 evp_keymgmt_get_params(const EVP_KEYMGMT *keymgmt, void *keydata, OSSL_PARAM params[]) evp_keymgmt_get_params() argument
415 evp_keymgmt_set_params(const EVP_KEYMGMT *keymgmt, void *keydata, const OSSL_PARAM params[]) evp_keymgmt_set_params() argument
457 evp_keymgmt_import(const EVP_KEYMGMT *keymgmt, void *keydata, int selection, const OSSL_PARAM params[]) evp_keymgmt_import() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp70 NonUniformArgsCase (tcu::TestContext& testCtx, const std::string& name, const NonUniformParams& params);
84 NonUniformArgsInstance (Context& context, const NonUniformParams& params);
93 NonUniformArgsCase::NonUniformArgsCase (tcu::TestContext& testCtx, const std::string& name, const NonUniformParams& params) in NonUniformArgsCase() argument
95 , m_params (params) in NonUniformArgsCase()
168 NonUniformArgsInstance::NonUniformArgsInstance (Context& context, const NonUniformParams& params) in NonUniformArgsInstance() argument
170 , m_params (params) in NonUniformArgsInstance()
370 NonUniformParams params; in createNonUniformArgsTests() local
373 params.missCause = static_cast<MissCause>(causeIdx); in createNonUniformArgsTests()
374 const std::string testName = ((params.missCause == MissCause::NONE) ? std::string("no_miss") : "miss_cause_" + de::toString(causeIdx)); in createNonUniformArgsTests()
375 nonUniformGroup->addChild(new NonUniformArgsCase(testCtx, testName, params)); in createNonUniformArgsTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp412 GridRenderTestInstance (Context& context, const Params& params);
419 GridRenderTestInstance::GridRenderTestInstance (Context& context, const Params& params) : TestInstance(context), m_params(params) in GridRenderTestInstance() argument
521 GridRenderTestInstance::Params params(m_testCtx); in createInstance()
523 params.flags = m_flags; in createInstance()
524 params.tessGenLevel = m_tessGenLevel; in createInstance()
525 params.numGeometryInvocations = m_numGeometryInvocations; in createInstance()
526 params.numLayers = m_numLayers; in createInstance()
527 params.numGeometryPrimitivesPerInvocation = m_numGeometryPrimitivesPerInvocation; in createInstance()
529 return new GridRenderTestInstance(context, params); in createInstance()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp244 if (has_location && dec.params()[0] != location) { in GetLocationsForVariable()
249 location = dec.params()[0]; in GetLocationsForVariable()
251 if (has_component && dec.params()[0] != component) { in GetLocationsForVariable()
256 component = dec.params()[0]; in GetLocationsForVariable()
262 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
267 index = dec.params()[0]; in GetLocationsForVariable()
392 member_locations[dec.struct_member_index()] = dec.params()[0]; in GetLocationsForVariable()
393 } else if (where->second != dec.params()[0]) { in GetLocationsForVariable()
401 member_components[dec.struct_member_index()] = dec.params()[0]; in GetLocationsForVariable()
402 } else if (where->second != dec.params()[ in GetLocationsForVariable()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp346 void *const *params) in ValidateGetPointerv()
388 const GLint *params) in ValidateGetSamplerParameterIiv()
397 const GLuint *params) in ValidateGetSamplerParameterIuiv()
406 const GLint *params) in ValidateGetTexParameterIiv()
415 const GLuint *params) in ValidateGetTexParameterIuiv()
425 const GLfloat *params) in ValidateGetnUniformfv()
435 const GLint *params) in ValidateGetnUniformiv()
445 const GLuint *params) in ValidateGetnUniformuiv()
601 const GLint *params) in ValidateTexParameterIiv()
610 const GLuint *params) in ValidateTexParameterIuiv()
343 ValidateGetPointerv(const Context *context, angle::EntryPoint entryPoint, GLenum pname, void *const *params) ValidateGetPointerv() argument
384 ValidateGetSamplerParameterIiv(const Context *context, angle::EntryPoint entryPoint, SamplerID sampler, GLenum pname, const GLint *params) ValidateGetSamplerParameterIiv() argument
393 ValidateGetSamplerParameterIuiv(const Context *context, angle::EntryPoint entryPoint, SamplerID sampler, GLenum pname, const GLuint *params) ValidateGetSamplerParameterIuiv() argument
402 ValidateGetTexParameterIiv(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLint *params) ValidateGetTexParameterIiv() argument
411 ValidateGetTexParameterIuiv(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLuint *params) ValidateGetTexParameterIuiv() argument
420 ValidateGetnUniformfv(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, UniformLocation location, GLsizei bufSize, const GLfloat *params) ValidateGetnUniformfv() argument
430 ValidateGetnUniformiv(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, UniformLocation location, GLsizei bufSize, const GLint *params) ValidateGetnUniformiv() argument
440 ValidateGetnUniformuiv(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, UniformLocation location, GLsizei bufSize, const GLuint *params) ValidateGetnUniformuiv() argument
597 ValidateTexParameterIiv(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLint *params) ValidateTexParameterIiv() argument
606 ValidateTexParameterIuiv(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLuint *params) ValidateTexParameterIuiv() argument
[all...]
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c147 const OSSL_PARAM params[]) in drbg_hmac_instantiate_wrapper()
151 if (!ossl_prov_is_running() || !drbg_hmac_set_ctx_params(drbg, params)) in drbg_hmac_instantiate_wrapper()
317 static int drbg_hmac_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_hmac_get_ctx_params() argument
325 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAC); in drbg_hmac_get_ctx_params()
334 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_DIGEST); in drbg_hmac_get_ctx_params()
341 return ossl_drbg_get_ctx_params(drbg, params); in drbg_hmac_get_ctx_params()
356 static int drbg_hmac_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_hmac_set_ctx_params() argument
363 if (!ossl_prov_digest_load_from_params(&hmac->digest, params, libctx)) in drbg_hmac_set_ctx_params()
377 if (!ossl_prov_macctx_load_from_params(&hmac->ctx, params, in drbg_hmac_set_ctx_params()
393 return ossl_drbg_set_ctx_params(ctx, params); in drbg_hmac_set_ctx_params()
143 drbg_hmac_instantiate_wrapper(void *vdrbg, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) drbg_hmac_instantiate_wrapper() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp244 if (has_location && dec.params()[0] != location) { in GetLocationsForVariable()
249 location = dec.params()[0]; in GetLocationsForVariable()
251 if (has_component && dec.params()[0] != component) { in GetLocationsForVariable()
256 component = dec.params()[0]; in GetLocationsForVariable()
262 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
267 index = dec.params()[0]; in GetLocationsForVariable()
392 member_locations[dec.struct_member_index()] = dec.params()[0]; in GetLocationsForVariable()
393 } else if (where->second != dec.params()[0]) { in GetLocationsForVariable()
401 member_components[dec.struct_member_index()] = dec.params()[0]; in GetLocationsForVariable()
402 } else if (where->second != dec.params()[ in GetLocationsForVariable()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp70 NonUniformArgsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const NonUniformParams& params);
84 NonUniformArgsInstance (Context& context, const NonUniformParams& params);
93 NonUniformArgsCase::NonUniformArgsCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const NonUniformParams& params) in NonUniformArgsCase() argument
95 , m_params (params) in NonUniformArgsCase()
168 NonUniformArgsInstance::NonUniformArgsInstance (Context& context, const NonUniformParams& params) in NonUniformArgsInstance() argument
170 , m_params (params) in NonUniformArgsInstance()
369 NonUniformParams params; in createNonUniformArgsTests() local
372 params.missCause = static_cast<MissCause>(causeIdx); in createNonUniformArgsTests()
373 const std::string testName = ((params.missCause == MissCause::NONE) ? std::string("no_miss") : "miss_cause_" + de::toString(causeIdx)); in createNonUniformArgsTests()
374 nonUniformGroup->addChild(new NonUniformArgsCase(testCtx, testName, "", params)); in createNonUniformArgsTests()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dacs.c922 struct wpa_driver_scan_params params; in acs_request_scan() local
926 os_memset(&params, 0, sizeof(params)); in acs_request_scan()
927 params.freqs = os_calloc(iface->current_mode->num_channels + 1, in acs_request_scan()
928 sizeof(params.freqs[0])); in acs_request_scan()
929 if (params.freqs == NULL) in acs_request_scan()
932 freq = params.freqs; in acs_request_scan()
951 if (hostapd_driver_scan(iface->bss[0], &params) < 0) { in acs_request_scan()
954 os_free(params.freqs); in acs_request_scan()
958 os_free(params in acs_request_scan()
[all...]
/foundation/ability/ability_runtime/test/unittest/cj_ability_object_test/
H A Dcj_ability_object_test.cpp49 std::vector<std::string> params = {"123"}; in ProxyCall() local
53 proxy.Dump(params, infos); in ProxyCall()
79 funcs->cjAbilityDump = [](int64_t id, VectorStringHandle params) { return VectorStringHandle(); }; in HWTEST_F()
80 funcs->cjAbilityOnContinue = [](int64_t id, const char* params) { return 0; }; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_model_ng.cpp60 void NavigatorModelNG::SetParams(const std::string& params) in SetParams() argument
66 eventHub->SetParams(params); in SetParams()
69 void NavigatorModelNG::SetParams(FrameNode* frameNode, const std::string& params) in SetParams() argument
74 eventHub->SetParams(params); in SetParams()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_form_menu_item.cpp87 JSRef<JSVal> params[NUM_CALLBACKNUM]; in RequestPublishFormWithSnapshot() local
91 params[0] = errObj; in RequestPublishFormWithSnapshot()
92 params[1] = JSRef<JSVal>::Make(ToJSValue(std::to_string(formId))); in RequestPublishFormWithSnapshot()
93 jsCBFunc->ExecuteJS(NUM_CALLBACKNUM, params); in RequestPublishFormWithSnapshot()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.cpp42 UIContentErrorCode FormFrontendDeclarative::RunPage(const std::string& url, const std::string& params) in RunPage() argument
44 return RunDynamicPage(url, params, ""); in RunPage()
48 const std::string& url, const std::string& params, const std::string& entryPoint) in RunDynamicPage()
64 return delegate->RunCard(urlPath, params, "", cardId_, entryPoint); in RunDynamicPage()
47 RunDynamicPage( const std::string& url, const std::string& params, const std::string& entryPoint) RunDynamicPage() argument
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_dao.cpp36 const std::vector<NativeRdb::ValueObject> params = { in FindSameFileInAlbum() local
43 auto resultSet = this->mediaLibraryRdb_->QuerySql(querySql, params); in FindSameFileInAlbum()
63 const std::vector<NativeRdb::ValueObject> params = { in FindSameFileWithoutAlbum() local
70 auto resultSet = this->mediaLibraryRdb_->QuerySql(querySql, params); in FindSameFileWithoutAlbum()
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/
H A Dconnect_context.h42 void ParseParams(napi_value *params, size_t paramsCount) override;
111 bool CheckParamsType(napi_value *params, size_t paramsCount);
113 void ParseCallback(napi_value const *params, size_t paramsCount);
115 void ParseParamsCountThree(napi_value const *params);

Completed in 20 milliseconds

1...<<919293949596979899100>>...348