Home
last modified time | relevance | path

Searched full:param (Results 5401 - 5425 of 23681) sorted by relevance

1...<<211212213214215216217218219220>>...948

/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.c330 * \param fileName Name of the file where to put logs
382 * \param log qpTestLog instance
383 * \param additionalSessionInfo string contatining additional sessionInfo data
419 * \param log qpTestLog instance
442 * \param log qpTestLog instance
443 * \param testCasePath Full test case path (as seen in Candy).
444 * \param testCaseType Test case type
492 * \param log qpTestLog instance
493 * \param result Test result
494 * \param descriptio
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_kit_test.cpp272 static void GeneratePolicy(PermissionPolicy& encPolicy, GeneratePolicyParam param) in GeneratePolicy() argument
276 GenerateRandStr(param.ownerAccountLen, encPolicy.ownerAccount_); in GeneratePolicy()
279 uint8_t* key = GenerateRandArray(param.aeskeyLen); in GeneratePolicy()
280 encPolicy.SetAeskey(key, param.aeskeyLen); in GeneratePolicy()
285 uint8_t* iv = GenerateRandArray(param.ivLen); in GeneratePolicy()
286 encPolicy.SetIv(iv, param.ivLen); in GeneratePolicy()
291 for (uint32_t user = 0; user < param.userNum; ++user) { in GeneratePolicy()
293 GenerateRandStr(param.authAccountLen, accountName); in GeneratePolicy()
295 .authPerm = static_cast<DLPFileAccess>(param.authPerm), in GeneratePolicy()
296 .permExpiryTime = curTime + param in GeneratePolicy()
302 TestGenerateDlpCertWithInvalidParam(GeneratePolicyParam param) TestGenerateDlpCertWithInvalidParam() argument
459 GeneratePolicyParam param = {INVALID_ACCOUNT_LENGTH_UPPER, AESKEY_LEN, HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp202 auto param = JSRef<JSObject>::Cast(info[0]); in Create() local
204 if (param->GetProperty("placeholder")->IsUndefined()) { in Create()
207 if (ParseJsString(param->GetProperty("placeholder"), placeholder)) { in Create()
211 JSRef<JSVal> textValue = param->GetProperty("value"); in Create()
221 } else if (param->HasProperty("value") && textValue->IsUndefined()) { in Create()
229 if (ParseJsString(param->GetProperty("icon"), icon)) { in Create()
232 auto controllerObj = param->GetProperty("controller"); in Create()
308 auto param = JSRef<JSObject>::Cast(info[1]); in SetSearchButton() local
311 auto fontSize = param->GetProperty("fontSize"); in SetSearchButton()
321 auto fontColorProp = param in SetSearchButton()
344 auto param = JSRef<JSObject>::Cast(info[0]); SetSearchIcon() local
363 auto param = JSRef<JSObject>::Cast(info[0]); SetCancelSymbolIcon() local
375 auto param = JSRef<JSObject>::Cast(info[0]); SetCancelImageIcon() local
435 auto param = JSRef<JSObject>::Cast(info[0]); SetSearchImageIcon() local
486 auto param = JSRef<JSObject>::Cast(info[0]); SetCancelButton() local
515 auto param = JSRef<JSObject>::Cast(info[0]); SetIconStyle() local
546 auto param = JSRef<JSObject>::Cast(info[0]); SetCaret() local
635 auto param = JSRef<JSObject>::Cast(info[0]); SetPlaceholderFont() local
693 auto param = JSRef<JSObject>::Cast(info[0]); SetTextFont() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c407 HciCreateConnectionParam param = { in BtmAclCreateConnection() local
419 (void)memcpy_s(param.bdAddr.raw, BT_ADDRESS_SIZE, addr->addr, BT_ADDRESS_SIZE); in BtmAclCreateConnection()
421 return HCI_CreateConnection(&param); in BtmAclCreateConnection()
577 HciRejectConnectionRequestParam param = { in BtmOnConnectionrequest() local
581 HCI_RejectConnectionRequest(&param); in BtmOnConnectionrequest()
681 HciLeExtendedCreateConnectionParam param = { in BtmLeExtendedCreateConnection() local
690 int result = HCI_LeExtenedCreateConnection(&param); in BtmLeExtendedCreateConnection()
711 HciLeCreateConnectionParam param = { in BtmStartAutoConnectionInternal() local
728 return HCI_LeCreateConnection(&param); in BtmStartAutoConnectionInternal()
1345 HciDisconnectParam param in BTM_AclDisconnect() local
1784 HciDisconnectParam param = { BtmReleaseConnection() local
1795 HciDisconnectParam param = { BtmReleaseConnection() local
1843 HciReadRssiParam param = { BTM_ReadRssi() local
1910 HciDisconnectParam param = { BtmCloseAclConnectionByTransport() local
1964 HciCreateConnectionCancelParam param = { BTM_AclCancelConnect() local
2175 HciWriteDefaultLinkPolicySettingsParam param = { BTM_SetDefaultLinkPolicySettings() local
2200 HciWriteLinkPolicySettingsParam param = { BTM_SetLinkPolicySettings() local
2257 HciSwitchRoleParam param = { BTM_SwitchRole() local
2396 HciChangeConnectionPacketTypeParam param = { BTM_ChangeConnectionPacketType() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureClampTests.cpp173 * @param context Rendering context
185 * @param context Rendering context
251 * @param target Target for which texture is binded
252 * @param format Texture internal format
253 * @param funcToken Texture lookup function structure
274 * @param gl GL API functions
275 * @param target Target for which texture is binded
276 * @param format Texture internal format
277 * @param texture Texture object
278 * @param leve
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTClient.h339 * @param context A pointer to the <i>context</i> value originally passed to
341 * @param topicName The topic associated with the received message.
342 * @param topicLen The length of the topic if there are one
348 * @param message The MQTTClient_message structure for the received message.
371 * @param context A pointer to the <i>context</i> value originally passed to
373 * @param dt The ::MQTTClient_deliveryToken associated with
391 * @param context A pointer to the <i>context</i> value originally passed to
393 * @param cause The reason for the disconnection.
408 * @param handle A valid client handle from a successful call to
410 * @param contex
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c188 if (ctx->param->auth_level <= 0) in check_auth_level()
225 ctx->param->flags); in verify_chain()
245 if ((ctx->param->flags & X509_V_FLAG_POLICY_CHECK) != 0) in verify_chain()
410 * ctx->param->trust are entirely independent of the purpose ordinals in in check_purpose()
411 * ctx->param->purpose! in check_purpose()
415 * related values of both param->trust and param->purpose. It is however in check_purpose()
420 * checking is the same as ctx->param->purpose and ctx->param->trust is in check_purpose()
423 if (depth >= ctx->num_untrusted && purpose == ctx->param in check_purpose()
2626 const X509_VERIFY_PARAM *param; X509_STORE_CTX_set_default() local
2641 X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param) X509_STORE_CTX_set0_param() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp414 void GL_APIENTRY glFogf(GLenum pname, GLfloat param) in glFogf() argument
416 return GL_Fogf(pname, param); in glFogf()
424 void GL_APIENTRY glFogi(GLenum pname, GLint param) in glFogi() argument
426 return GL_Fogi(pname, param); in glFogi()
659 void GL_APIENTRY glLightModelf(GLenum pname, GLfloat param) in glLightModelf() argument
661 return GL_LightModelf(pname, param); in glLightModelf()
669 void GL_APIENTRY glLightModeli(GLenum pname, GLint param) in glLightModeli() argument
671 return GL_LightModeli(pname, param); in glLightModeli()
679 void GL_APIENTRY glLightf(GLenum light, GLenum pname, GLfloat param) in glLightf() argument
681 return GL_Lightf(light, pname, param); in glLightf()
689 glLighti(GLenum light, GLenum pname, GLint param) glLighti() argument
799 glMaterialf(GLenum face, GLenum pname, GLfloat param) glMaterialf() argument
809 glMateriali(GLenum face, GLenum pname, GLint param) glMateriali() argument
915 glPixelStoref(GLenum pname, GLfloat param) glPixelStoref() argument
920 glPixelStorei(GLenum pname, GLint param) glPixelStorei() argument
925 glPixelTransferf(GLenum pname, GLfloat param) glPixelTransferf() argument
930 glPixelTransferi(GLenum pname, GLint param) glPixelTransferi() argument
1376 glTexEnvf(GLenum target, GLenum pname, GLfloat param) glTexEnvf() argument
1386 glTexEnvi(GLenum target, GLenum pname, GLint param) glTexEnvi() argument
1396 glTexGend(GLenum coord, GLenum pname, GLdouble param) glTexGend() argument
1406 glTexGenf(GLenum coord, GLenum pname, GLfloat param) glTexGenf() argument
1416 glTexGeni(GLenum coord, GLenum pname, GLint param) glTexGeni() argument
1452 glTexParameterf(GLenum target, GLenum pname, GLfloat param) glTexParameterf() argument
1462 glTexParameteri(GLenum target, GLenum pname, GLint param) glTexParameteri() argument
2191 glPointParameterf(GLenum pname, GLfloat param) glPointParameterf() argument
2201 glPointParameteri(GLenum pname, GLint param) glPointParameteri() argument
3865 glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameterIiv() argument
3870 glSamplerParameterIuiv(GLuint sampler, GLenum pname, const GLuint *param) glSamplerParameterIuiv() argument
3875 glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) glSamplerParameterf() argument
3880 glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *param) glSamplerParameterfv() argument
3885 glSamplerParameteri(GLuint sampler, GLenum pname, GLint param) glSamplerParameteri() argument
3890 glSamplerParameteriv(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameteriv() argument
5082 glFramebufferParameteri(GLenum target, GLenum pname, GLint param) glFramebufferParameteri() argument
5711 glGetNamedFramebufferParameteriv(GLuint framebuffer, GLenum pname, GLint *param) glGetNamedFramebufferParameteriv() argument
5807 glGetTransformFeedbacki64_v(GLuint xfb, GLenum pname, GLuint index, GLint64 *param) glGetTransformFeedbacki64_v() argument
5812 glGetTransformFeedbacki_v(GLuint xfb, GLenum pname, GLuint index, GLint *param) glGetTransformFeedbacki_v() argument
5817 glGetTransformFeedbackiv(GLuint xfb, GLenum pname, GLint *param) glGetTransformFeedbackiv() argument
5822 glGetVertexArrayIndexed64iv(GLuint vaobj, GLuint index, GLenum pname, GLint64 *param) glGetVertexArrayIndexed64iv() argument
5830 glGetVertexArrayIndexediv(GLuint vaobj, GLuint index, GLenum pname, GLint *param) glGetVertexArrayIndexediv() argument
5835 glGetVertexArrayiv(GLuint vaobj, GLenum pname, GLint *param) glGetVertexArrayiv() argument
6023 glNamedFramebufferParameteri(GLuint framebuffer, GLenum pname, GLint param) glNamedFramebufferParameteri() argument
6118 glTextureParameterf(GLuint texture, GLenum pname, GLfloat param) glTextureParameterf() argument
6123 glTextureParameterfv(GLuint texture, GLenum pname, const GLfloat *param) glTextureParameterfv() argument
6128 glTextureParameteri(GLuint texture, GLenum pname, GLint param) glTextureParameteri() argument
6133 glTextureParameteriv(GLuint texture, GLenum pname, const GLint *param) glTextureParameteriv() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c188 if (ctx->param->auth_level <= 0) in check_auth_level()
225 ctx->param->flags); in verify_chain()
245 if ((ctx->param->flags & X509_V_FLAG_POLICY_CHECK) != 0) in verify_chain()
410 * ctx->param->trust are entirely independent of the purpose ordinals in in check_purpose()
411 * ctx->param->purpose! in check_purpose()
415 * related values of both param->trust and param->purpose. It is however in check_purpose()
420 * checking is the same as ctx->param->purpose and ctx->param->trust is in check_purpose()
423 if (depth >= ctx->num_untrusted && purpose == ctx->param in check_purpose()
2628 const X509_VERIFY_PARAM *param; X509_STORE_CTX_set_default() local
2643 X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param) X509_STORE_CTX_set0_param() argument
[all...]
/third_party/typescript/src/compiler/transformers/
H A Dgenerators.ts311 * @param node The node to visit.
335 * @param node The node to visit.
355 * @param node The node to visit.
394 * @param node The node to visit.
424 * @param node The node to visit.
446 * @param node The node to visit.
495 * @param node The node to visit.
535 * @param node The node to visit.
551 * @param node The function body to transform.
620 * @param nod
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc.h734 * @param profile Color profile.
735 * @param block_x ASTC block size X dimension.
736 * @param block_y ASTC block size Y dimension.
737 * @param block_z ASTC block size Z dimension.
738 * @param quality Search quality preset / effort level. Either an
742 * @param flags A valid set of @c ASTCENC_FLG_* flag bits.
743 * @param[out] config Output config struct to populate.
769 * @param[in] config Codec config.
770 * @param thread_count Thread count to configure for.
771 * @param[ou
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleMatcher.java382 * @param locales the string of locales to set, to be parsed like LocalePriorityList does
395 * @param locales the list of locales
409 * @param locales the list of locale
425 * @param locale another locale
441 * @param locale another locale
453 * @param defaultLocale the default locale
466 * @param defaultLocale the default locale
480 * @param subtag the subtag to favor
493 * @param demotion the demotion per desired locale to set.
506 * @param directio
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Duchar.h2682 * @param c Code point to test.
2683 * @param which UProperty selector constant, identifies which binary property to check.
2707 * @param s String to test.
2708 * @param length Length of the string, or negative if NUL-terminated.
2709 * @param which UProperty selector constant, identifies which binary property to check.
2732 * @param property UCHAR_BINARY_START..UCHAR_BINARY_LIMIT-1
2733 * @param pErrorCode an in/out ICU UErrorCode
2747 * @param c Code point to test
2762 * @param c Code point to test
2777 * @param
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Duchar.h2718 * @param c Code point to test.
2719 * @param which UProperty selector constant, identifies which binary property to check.
2743 * @param s String to test.
2744 * @param length Length of the string, or negative if NUL-terminated.
2745 * @param which UProperty selector constant, identifies which binary property to check.
2768 * @param property UCHAR_BINARY_START..UCHAR_BINARY_LIMIT-1
2769 * @param pErrorCode an in/out ICU UErrorCode
2783 * @param c Code point to test
2798 * @param c Code point to test
2813 * @param
[all...]
/applications/standard/filepicker/entry/src/main/ets/base/utils/
H A DFilePickerUtil.ets65 options.callerAbilityName = want.parameters?.['ohos.aafwk.param.callerAbilityName'] as string || '';
66 options.callerBundleName = want.parameters?.['ohos.aafwk.param.callerBundleName'] as string || '';
104 * @param item 文件对象
105 * @param checkedNum 选中数量
119 * @param item
154 * @param fileName 文件名称
155 * @param keyFileSuffixFilter 指定后缀
174 * @param fileName 文件名称
219 * @param isImmersion 是否沉浸式
/applications/standard/launcher/common/src/main/ets/default/manager/
H A DFormManager.ts94 * @param bundle
121 * @param parameters
144 * @param bundle
145 * @param moduleName
146 * @param abilityName
147 * @param cardName
165 * @param bundle
166 * @param moduleName
192 * @param formId
/base/inputmethod/imf/frameworks/kits/extension/include/
H A Dinputmethod_extension_context.h44 * @param want Indicates the Want containing information about the target
57 * @param want Indicates the want containing information about the ability to
60 * @param conn Indicates the callback object when the target ability is
75 * @param want Indicates the Want containing information about the target
77 * @param accountId caller user.
90 * @param want Indicates the want containing information about the ability to
93 * @param accountId caller user.
95 * @param conn Indicates the callback object when the target ability is
106 * @param conn Indicates the IAbilityConnection callback object passed by
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dxcollie_interface_test.cpp45 * @tc.desc: Verify xcollie timer interface param
53 * @tc.steps: step1. input param name include special string in HWTEST_F()
60 * @tc.steps: step2. input param name include special string,cancel timer in HWTEST_F()
66 * @tc.steps: step3. input param timeout is invalid in HWTEST_F()
73 * @tc.steps: step4. cancelTimer, input param id is invalid in HWTEST_F()
81 * @tc.desc: Verify xcollie timer interface param
125 * @tc.desc: Verify xcollie timer interface param
169 * @tc.desc: Verify xcollie timer interface param
195 * @tc.desc: Verify xcollie timer interface param
/base/hiviewdfx/hicollie/interfaces/ndk/include/
H A Dhicollie.h85 * @param eventName Business thread processing event name.
97 * @param eventName Business thread processing event name.
118 * @param task Periodic task executed every 3 seconds.
129 * @param beginFunc The stub function before each event processing.
130 * @param endFunc The stub function after each event processing.
131 * @param param The parameter for jank detection setting.
140 OH_HiCollie_EndFunc* endFunc, HiCollie_DetectionParam param);
145 * @param isSixSecond boolean pointer.
/base/print/print_fwk/frameworks/kits/extension/include/
H A Dprint_extension_context.h42 * @param want Indicates the Want containing information about the target ability to start.
53 * @param want Indicates the want containing information about the ability to connect
55 * @param conn Indicates the callback object when the target ability is connected.
67 * @param want Indicates the Want containing information about the target ability to start.
68 * @param accountId caller user.
80 * @param want Indicates the want containing information about the ability to connect.
82 * @param accountId caller user.
84 * @param conn Indicates the callback object when the target ability is connected.
94 * @param conn Indicates the IAbilityConnection callback object passed by connectAbility after the connection
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_long_text_content.h32 * @param longText Indicates the long text to be included. The value contains a maximum of 1024 characters.
42 * @param exTitle Indicates the title to be displayed when this notification is expanded.
60 * @param briefText Indicates the brief text to be included.
74 * @param longText Indicates the long text to be included. The value contains a maximum of 1024 characters.
95 * @param jsonObject Indicates the Json object.
103 * @param jsonObject Indicates the Json object.
111 * @param parcel Indicates the object into the parcel.
119 * @param parcel Indicates the parcel object.
128 * @param parcel Indicates the parcel object.
/base/security/certificate_framework/frameworks/core/param/src/
H A Dcf_param.c42 CF_LOG_E("malloc init param set failed!"); in CfInitParamSet()
55 CF_LOG_E("invalid param set!"); in CfCheckParamSet()
74 CF_LOG_E("invalid param set offset!"); in CfFreshParamSet()
85 CF_LOG_E("copy param blob failed!"); in CfFreshParamSet()
94 CF_LOG_E("invalid param set size!"); in CfFreshParamSet()
148 int32_t CfGetParam(const CfParamSet *paramSet, uint32_t tag, CfParam **param) in CfGetParam() argument
150 if ((paramSet == NULL) || (param == NULL)) { in CfGetParam()
162 *param = (CfParam *)&paramSet->params[i]; in CfGetParam()
182 CF_LOG_E("invalid blob param!"); in CheckBeforeAddParams()
/base/security/crypto_framework/interfaces/kits/native/include/
H A Dcrypto_digest.h55 * @param algoName Indicates the algorithm name for generating the digest context. Example SHA256.
56 * @param ctx Indicates the pointer to the md context.
69 * @param ctx Indicates the digest context.
70 * @param in Indicates the dataBlob.
84 * @param ctx Indicates the digest context.
85 * @param out Indicates the result as dataBlob.
99 * @param ctx Indicates the digest context.
112 * @param ctx Indicates the digest context.
121 * @param ctx Indicates the digest context.
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_auth.c72 struct HksParam *param = NULL; in OptionalParamCheck() local
74 int32_t ret = HksGetParam(paramSet, authTag, &param); in OptionalParamCheck()
76 HKS_LOG_E("get auth param 0x%" LOG_PUBLIC "x failed!", authTag); in OptionalParamCheck()
84 ret = HksCheckOptionalParam(authTag, alg, purpose, isAbsent, param); in OptionalParamCheck()
86 HKS_LOG_E("check optional param fail"); in OptionalParamCheck()
102 "get param 0x%" LOG_PUBLIC "x failed!", HKS_TAG_ALGORITHM); in GetAlgAndPurposeParam()
105 "get param 0x%" LOG_PUBLIC "x failed!", HKS_TAG_PURPOSE); in GetAlgAndPurposeParam()
128 HKS_LOG_E("get auth param 0x%" LOG_PUBLIC "x failed!", authTag); in AuthPolicy()
140 HKS_LOG_E("get request param 0x%" LOG_PUBLIC "x failed!", authTag); in AuthPolicy()
/base/telephony/sms_mms/interfaces/innerkits/ims/
H A Dims_sms_client.h54 * @param slotId Indicates the card slot index number,
56 * @param handler Indicates the EventHandler to process the call back event.
64 * @param slotId Indicates the card slot index number,
74 * @param slotId Indicates the card slot index number,
76 * @param imsMessageInfo Indicates the information of IMS message.
84 * @param slotId Indicates the card slot index number,
86 * @param imsSmsConfig 1:enable ims sms, 0:disable ims sms
94 * @param slotId Indicates the card slot index number,
120 * @param sptr<ImsSmsCallbackInterface>

Completed in 73 milliseconds

1...<<211212213214215216217218219220>>...948