| /foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/ |
| H A D | user_auth_interface_proxy.h.txt | 82 const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfo& info) override; 104 int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, 127 const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1& info) override; 129 int32_t BeginAuthenticationV1_1(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, 139 int32_t BeginAuthenticationV1_2(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolutionV1_2& param, 143 const OHOS::HDI::UserAuth::V1_2::EnrollParamV1_2& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1& info) override; 159 const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfo& info, const sptr<IRemoteObject> remote); 181 static int32_t BeginAuthentication_(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, 204 const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1& info, const sptr<IRemoteObject> remote); 206 static int32_t BeginAuthenticationV1_1_(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, [all...] |
| /foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
| H A D | js_feature_ability.cpp | 107 ThrowInvalidParamError(env, "Parse param want failed, want must be Want."); in OnStartAbility() 389 bool JsFeatureAbility::UnWrapRequestParams(napi_env env, napi_value param, DistributeReqParam &requestParam) in UnWrapRequestParams() argument 393 if (!IsTypeForNapiValue(env, param, napi_object)) { in UnWrapRequestParams() 399 if (UnwrapStringByPropertyName(env, param, "bundleName", bundleName)) { in UnWrapRequestParams() 404 if (UnwrapStringByPropertyName(env, param, "abilityName", abilityName)) { in UnWrapRequestParams() 409 if (UnwrapStringArrayByPropertyName(env, param, "entities", entities)) { in UnWrapRequestParams() 414 if (UnwrapStringByPropertyName(env, param, "action", action)) { in UnWrapRequestParams() 419 if (UnwrapStringByPropertyName(env, param, "networkId", networkId)) { in UnWrapRequestParams() 424 if (UnwrapInt32ByPropertyName(env, param, "deviceType", deviceType)) { in UnWrapRequestParams() 429 if (UnwrapStringByPropertyName(env, param, "dat in UnWrapRequestParams() [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_click_function.cpp | 62 JSRef<JSVal> param = obj; in Execute() local 63 JsFunction::ExecuteJS(1, ¶m); in Execute() 97 JSRef<JSVal> param = JSRef<JSObject>::Cast(obj); in Execute() local 98 JsFunction::ExecuteJS(1, ¶m); in Execute() 136 JSRef<JSVal> param = JSRef<JSObject>::Cast(obj); in Execute() local 137 JsFunction::ExecuteJS(1, ¶m); in Execute() 179 JSRef<JSVal> param = obj; in Execute() local 180 JsWeakFunction::ExecuteJS(1, ¶m); in Execute() 214 JSRef<JSVal> param = JSRef<JSObject>::Cast(obj); in Execute() local 215 JsWeakFunction::ExecuteJS(1, ¶m); in Execute() 253 JSRef<JSVal> param = JSRef<JSObject>::Cast(obj); Execute() local [all...] |
| /foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
| H A D | js_plugin_callback.cpp | 35 bool AceJSPluginRequestParam::operator==(const AceJSPluginRequestParam& param) const in operator ==() 38 AppExecFwk::ElementName rightElement = param.want_.GetElement(); in operator ==() 40 if (name_ == param.name_ && data_ == param.data_ && jsonPath_ == param.jsonPath_) { in operator ==() 47 bool AceJSPluginRequestParam::operator!=(const AceJSPluginRequestParam& param) const in operator !=() 49 return !operator==(param); in operator !=() 91 void JSPluginCallback::SetRequestParam(const std::shared_ptr<AceJSPluginRequestParam>& param) in SetRequestParam() argument 93 requestParam_ = param; in SetRequestParam() 442 const std::shared_ptr<AceJSPluginRequestParam>& param) in RequestStrictEquals() 441 RequestStrictEquals(CallBackType eventType, const AAFwk::Want& want, ACECallbackInfo& cbInfo, const std::shared_ptr<AceJSPluginRequestParam>& param) RequestStrictEquals() argument [all...] |
| /foundation/multimedia/audio_framework/frameworks/js/napi/asrcontroller/ |
| H A D | napi_asr_processing_controller.cpp | 46 {ERR_INVALID_PARAM, "Parameter verification failed. : The param of mode must be mode enum"}, 265 "parameter verification failed: The param of mode must be mode enum"), "Input parameter value error. "); in SetAsrAecMode() 267 NAPI_ERR_INVALID_PARAM, "parameter verification failed: The param of mode must be enum AsrAecMode"), in SetAsrAecMode() 307 "parameter verification failed: The param of mode must be mode enum"), "Input parameter value error. "); in SetAsrNoiseSuppressionMode() 310 "parameter verification failed: The param of mode must be enum AsrNoiseSuppressionMode"), in SetAsrNoiseSuppressionMode() 350 "parameter verification failed: The param of mode must be mode enum"), "Input parameter value error. "); in SetAsrWhisperDetectionMode() 394 "parameter verification failed: The param of mode must be mode enum"), "Input parameter value error. "); in SetAsrVoiceControlMode() 396 "parameter verification failed: The param of mode must be bool"), "Input parameter value error. "); in SetAsrVoiceControlMode() 399 "parameter verification failed: The param of mode must be enum AsrVoiceControlMode"), in SetAsrVoiceControlMode() 427 "parameter verification failed: The param o in SetAsrVoiceMuteMode() [all...] |
| /foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
| H A D | dmic_dev.cpp | 177 int32_t DMicDev::SetParameters(const int32_t streamId, const AudioParamHDF ¶m) in SetParameters() argument 180 "period: %{public}d, framesize: %{public}d, ext{%{public}s}}.", param.sampleRate, in SetParameters() 181 param.channelMask, param.bitFormat, param.period, param.frameSize, param.ext.c_str()); in SetParameters() 182 if (param.capturerFlags == MMAP_MODE && param.period != MMAP_NORMAL_PERIOD && param in SetParameters() [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
| H A D | l2cap_le_if.c | 422 L2capLeConnectionParameter param; member 433 result = L2CAP_LeConnect(&(ctx->addr), &(ctx->param)); in L2cifLeConnect() 443 const BtAddr *addr, const L2capLeConnectionParameter *param, void (*cb)(const BtAddr *addr, int result)) in L2CIF_LeConnect() 457 if (param != NULL) { in L2CIF_LeConnect() 458 (void)memcpy_s(&(ctx->param), sizeof(L2capLeConnectionParameter), param, sizeof(L2capLeConnectionParameter)); in L2CIF_LeConnect() 651 L2capLeConnectionParameter param; member 662 result = L2CAP_LeConnectionParameterUpdateReq(ctx->aclHandle, &(ctx->param)); in L2cifLeConnectionParameterUpdateReq() 672 uint16_t aclHandle, const L2capLeConnectionParameter *param, void (*const cb)(uint16_t aclHandle, int result)) in L2CIF_LeConnectionParameterUpdateReq() 676 if (param in L2CIF_LeConnectionParameterUpdateReq() 442 L2CIF_LeConnect( const BtAddr *addr, const L2capLeConnectionParameter *param, void (*cb)(const BtAddr *addr, int result)) L2CIF_LeConnect() argument 671 L2CIF_LeConnectionParameterUpdateReq( uint16_t aclHandle, const L2capLeConnectionParameter *param, void (*const cb)(uint16_t aclHandle, int result)) L2CIF_LeConnectionParameterUpdateReq() argument [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | socketndk.cpp | 270 int param = PARAM_0;
in Recv() local 271 napi_get_value_int32(env, args[0], ¶m);
in Recv() 274 if (param == PARAM_UNNORMAL) {
in Recv() 297 int param = PARAM_0;
in Recvfrom() local 298 napi_get_value_int32(env, args[0], ¶m);
in Recvfrom() 301 if (param == PARAM_UNNORMAL) {
in Recvfrom() 318 int param = PARAM_0;
in Recvmsg() local 319 napi_get_value_int32(env, args[0], ¶m);
in Recvmsg() 322 if (param == PARAM_UNNORMAL) {
in Recvmsg() 338 int param in Recvmmsg() local [all...] |
| /third_party/glslang/Test/baseResults/ |
| H A D | spv.debugInfo.1.1.frag.out | 113 Name 109 "param" 114 Name 116 "param" 115 Name 120 "param" 186 109(param): 9(ptr) Variable Function 187 116(param): 16(ptr) Variable Function 188 120(param): 16(ptr) Variable Function 195 114: 25(ptr) AccessChain 109(param) 24 197 115: 11(fvec4) FunctionCall 14(foo(struct-S-i11;) 109(param) 202 Store 116(param) 119 205 Store 120(param) 12 [all...] |
| H A D | spv.debugInfo.frag.out | 124 Name 109 "param" 125 Name 116 "param" 126 Name 120 "param" 187 109(param): 9(ptr) Variable Function 188 116(param): 16(ptr) Variable Function 189 120(param): 16(ptr) Variable Function 196 114: 25(ptr) AccessChain 109(param) 24 198 115: 11(fvec4) FunctionCall 14(foo(struct-S-i11;) 109(param) 203 Store 116(param) 119 206 Store 120(param) 12 [all...] |
| H A D | hlsl.basic.geom.out | 219 Name 61 "param" 220 Name 63 "param" 221 Name 65 "param" 255 61(param): 9(ptr) Variable Function 256 63(param): 9(ptr) Variable Function 257 65(param): 13(ptr) Variable Function 263 Store 61(param) 62 265 Store 63(param) 64 266 66: 2 FunctionCall 18(@main(u1[3];u1[3];struct-PSInput-f1-i11;) 61(param) 63(param) 6 [all...] |
| H A D | hlsl.flattenOpaqueInit.vert.out | 189 Name 59 "param" 191 Name 64 "param" 193 Name 71 "param" 262 59(param): 10(ptr) Variable Function 264 64(param): 10(ptr) Variable Function 266 71(param): 10(ptr) Variable Function 272 Store 59(param) 60 273 61: 11(fvec4) FunctionCall 14(lookUp(struct-FxaaTex-p1-t211;) 59(param) 278 Store 64(param) 65 279 66: 11(fvec4) FunctionCall 14(lookUp(struct-FxaaTex-p1-t211;) 64(param) [all...] |
| /third_party/backends/backend/pixma/ |
| H A D | pixma.h | 58 * setup_param(param); 59 * pixma_check_scan_param(scanner, param); 65 * pixma_scan(scanner, param); 420 * \param[in] level the debug level 447 * \param[in] devnr The scanner number 448 * \param[out] handle The device handle 463 * \param[out] buf Pointer to the buffer 464 * \param[in] len Size of the buffer 476 * \param[in] fd output file descriptor 496 * \param[i [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | UnicodeRegex.java | 80 * @param regex A modified Java regex pattern, as in the input to 148 * @param regex as in process() 158 * @param regex Raw regex pattern, as in fix(...). 168 * @param regex Raw regex pattern, as in fix(...). 178 * @param bnfLines Series of BNF lines. 205 * @param lines Series of lines that represent a BNF expression. The lines contain 274 * @param result The result of the appended lines. 275 * @param file The file to have an input stream. 276 * @param encoding if null, then UTF-8 291 * @param resul [all...] |
| H A D | UResource.java | 67 * @param keyBytes new key string byte array 68 * @param keyOffset new key string offset 280 * @param i Array item index. 281 * @param value Output-only, receives the value of the i'th item. 297 * @param i Table item index. 298 * @param key Output-only, receives the key of the i'th item. 299 * @param value Output-only, receives the value of the i'th item. 304 * @param key Key string to find in the table. 305 * @param value Output-only, receives the value of the item with that key. 464 * @param ke [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | UCharacterIterator.java | 45 * @param source 59 * @param source 73 * @param source 87 * @param source 101 * @param source 115 * @param source 261 * @param index 310 * @param fillIn 312 * @param offset 324 * @param fillI [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | LocaleData.java | 129 * @param locale Locale for which the exemplar character set 131 * @param options Bitmask for options to apply to the exemplar pattern. 150 * @param locale Locale for which the exemplar character set 152 * @param options Bitmask for options to apply to the exemplar pattern. 160 * @param extype The type of exemplar character set to retrieve. 171 * @param options Bitmask for options to apply to the exemplar pattern. 179 * @param extype The type of exemplar set to be retrieved, 221 * @param locale Locale with thich the locale data object is associated. 247 * @param setting Value for the no substitute behavior. If true, 280 * @param typ [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UCharacterIterator.java | 43 * @param source 56 * @param source 69 * @param source 82 * @param source 95 * @param source 108 * @param source 244 * @param index 288 * @param fillIn 290 * @param offset 301 * @param fillI [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | LocaleData.java | 128 * @param locale Locale for which the exemplar character set 130 * @param options Bitmask for options to apply to the exemplar pattern. 149 * @param locale Locale for which the exemplar character set 151 * @param options Bitmask for options to apply to the exemplar pattern. 159 * @param extype The type of exemplar character set to retrieve. 170 * @param options Bitmask for options to apply to the exemplar pattern. 178 * @param extype The type of exemplar set to be retrieved, 220 * @param locale Locale with thich the locale data object is associated. 244 * @param setting Value for the no substitute behavior. If TRUE, 275 * @param typ [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | UResource.java | 70 * @param keyBytes new key string byte array 71 * @param keyOffset new key string offset 284 * @param i Array item index. 285 * @param value Output-only, receives the value of the i'th item. 302 * @param i Table item index. 303 * @param key Output-only, receives the key of the i'th item. 304 * @param value Output-only, receives the value of the i'th item. 309 * @param key Key string to find in the table. 310 * @param value Output-only, receives the value of the item with that key. 471 * @param ke [all...] |
| /third_party/mbedtls/include/mbedtls/ |
| H A D | platform.h | 155 * \param calloc_func The \c calloc function implementation. 156 * \param free_func The \c free function implementation. 183 * \param fprintf_func The \c fprintf function implementation. 209 * \param printf_func The \c printf function implementation. 244 * \param snprintf_func The \c snprintf function implementation. 281 * \param vsnprintf_func The \c vsnprintf function implementation 324 * \param setbuf_func The \c setbuf function implementation 360 * \param exit_func The \c exit function implementation. 409 * \param nv_seed_read_func The seed reading function implementation. 410 * \param nv_seed_write_fun [all...] |
| /third_party/node/src/ |
| H A D | sourcemap.def | 77 * @param {string} string 119 * @param {SourceMapV3} payload 150 * @param {Array.<SourceMapV3.Section>} sections 160 * @param {number} lineOffset 0-indexed line offset in compiled resource 161 * @param {number} columnOffset 0-indexed column offset in compiled resource 197 * @param {number} lineNumber 1-indexed line number in compiled resource call site 198 * @param {number} columnNumber 1-indexed column number in compiled resource call site 286 * @param {string} char 294 * @param {SourceMap.StringCharIterator} stringCharIterator 326 * @param {SourceMapV [all...] |
| /third_party/lwip/src/api/ |
| H A D | netdb.c | 82 * @param name the hostname to resolve 149 * @param name the hostname to resolve 150 * @param ret pre-allocated struct where to store the result 151 * @param buf pre-allocated buffer where to store additional data 152 * @param buflen the size of buf 153 * @param result pointer to a hostent pointer that is set to ret on success 155 * @param h_errnop pointer to an int where to store errors (instead of modifying 232 * @param ai struct addrinfo to free 258 * @param nodename descriptive name or address string of the host 260 * @param servnam [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gl_4_autogen.h | 221 GLint *param); \ 243 void getTransformFeedbacki64_v(GLuint xfb, GLenum pname, GLuint index, GLint64 *param); \ 244 void getTransformFeedbacki_v(GLuint xfb, GLenum pname, GLuint index, GLint *param); \ 245 void getTransformFeedbackiv(GLuint xfb, GLenum pname, GLint *param); \ 247 GLint64 *param); \ 249 GLint *param); \ 250 void getVertexArrayiv(VertexArrayID vaobjPacked, GLenum pname, GLint *param); \ 288 void namedFramebufferParameteri(FramebufferID framebufferPacked, GLenum pname, GLint param); \ 308 void textureParameterf(TextureID texturePacked, GLenum pname, GLfloat param); \ 309 void textureParameterfv(TextureID texturePacked, GLenum pname, const GLfloat *param); \ [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
| H A D | esextcGPUShader5FmaAccuracy.cpp | 111 * @param context Test context 112 * @param name Test case's name 113 * @param description Test case's description 351 * @param result Result value 352 * @param expected_result Expected value 353 * @param relative_error Set to value of relative error 365 * @param program_object_id Gpu program that will be used during draw calls 366 * @param results Storage used for result values. It is expected to have capacity for at least m_n_draw_call_executions elements 433 * @param index Index of iteration 451 * @param descriptio [all...] |