| /third_party/typescript/tests/baselines/reference/ |
| H A D | unicodeEscapesInJSDoc.symbols | 3 * @param {number} \u0061
4 * @param {number} a\u0061
20 * @param {number} \u{0061}
21 * @param {number} a\u{0061}
|
| /third_party/typescript/tests/cases/compiler/ |
| H A D | commentsInterface.ts | 16 foo: (/**param help*/b: number) => string;
18 [/**string param*/i: string]: any;
20 new (/** param*/i: i1);
27 fnfoo(/**param help*/b: number): string;
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| H A D | checkObjectDefineProperty.ts | 13 /** @param {string} str */
20 * @param {{name: string}} named
42 * @param {typeof returnExemplar} a
43 * @param {typeof needsExemplar} b
|
| /third_party/typescript/tests/cases/fourslash/ |
| H A D | codeFixInferFromUsageNoTruncation.ts | 3 ////function foo(param) { 48 //// } = param; 55 `function foo(param: { a: { a_1: string; a_2: { a_2_1: string; }; }; b: { b_1: string; b_2: string; b_3: string; }; c: { c_1: string; c_2: string; c_3: string; c_4: { c_4_1: { c_4_1_1: { c_4_1_1_1: { c_4_1_1_1_1: string; c_4_1_1_1_2: string; c_4_1_1_1_3: string; }; }; }; }; }; d: { d_1: { d_1_1: { d_1_1_1: string; }; d_1_2: { d_1_2_1: string; }; d_1_3: { d_1_3_1: string; d_1_3_2: string; }; }; d_2: string; d_3: string; }; }) { 100 } = param;
|
| /base/global/resource_management/interfaces/inner_api/include/ |
| H A D | resource_manager.h | 70 * @param path The path of hap. 71 * @param selectedTypes If this param is setted, will only add resource of types specified by this param, 72 * it will be faster than add all resource, you can set this param by combining flags 270 * @param bundleName the hap bundleName 271 * @param moduleName the hap moduleName 272 * @param hapPath the hap resource path 273 * @param overlayPath the hap overlay resource path 274 * @param resConfi [all...] |
| /base/notification/eventhandler/frameworks/test/moduletest/ |
| H A D | event_handler_set_get_remove_module_test.cpp | 287 int64_t param = 0; in HWTEST_F() local 289 handler->SendEvent(STOP_EVENT_ID, param, delayTime + offsetTime); in HWTEST_F() 358 * @tc.desc: Remove an event by eventId and param 367 int64_t param = 0; in HWTEST_F() local 370 handler->SendEvent(RUN_EVENT_ID, param, 0); in HWTEST_F() 373 * @tc.steps: step2. Remove the event by eventId and param. in HWTEST_F() 376 handler->RemoveEvent(RUN_EVENT_ID, param); in HWTEST_F() 385 * @tc.desc: Remove an event by eventId and param without runner 392 * @tc.steps: step1. Remove an event by eventId and param without runner. in HWTEST_F() 395 int64_t param in HWTEST_F() local 397 handler->RemoveEvent(Random(), param); HWTEST_F() local [all...] |
| /base/security/device_auth/interfaces/inner_api/ |
| H A D | device_auth.h | 340 * @param operationCode: use one of CRED_OP_QUERY|CRED_OP_CREATE|CRED_OP_IMPORT|CRED_OP_DELETE 341 * @param requestParams: json string contains group of osAccountId|deviceId|serviceType|acquireType|flag 342 * @param returnData: json string contains group of result|publicKey 355 * @param requestId: id of a request 356 * @param authParams: json string contains group of osAccountId|deviceId|serviceType|acquireType|pinCode 357 * @param callbak: callback object 370 * @param requestId: id of a request 371 * @param authParams: json string contains group of osAccountId|data 372 * @param callbak: callback object 385 * @param requestI [all...] |
| /foundation/ability/form_fwk/interfaces/kits/native/src/ |
| H A D | form_host_client.cpp | 60 * @param formCallback the host's form callback. 61 * @param formId The Id of the form. 90 * @param formCallback the host's form callback. 91 * @param formId The Id of the form. 118 * @param formId The Id of the form. 131 * @param formStateCallback the host's form state callback. 132 * @param want the want of acquiring form state. 200 * @param formJsInfo Form js info. 213 * @param formIds The Id of the forms. 250 * @param stat [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
| H A D | cj_frontend.cpp | 182 std::string param = eventMarker.GetData().GetEventParam(); in HandleAsyncEvent() local 209 std::string param = eventMarker.GetData().GetEventParam(); in HandleAsyncEvent() local 211 param.append("null"); in HandleAsyncEvent() 213 param.append(eventParam); in HandleAsyncEvent() 235 void CJEventHandler::HandleAsyncEvent(const EventMarker& eventMarker, int32_t param) in HandleAsyncEvent() argument 257 void CJEventHandler::HandleAsyncEvent(const EventMarker& eventMarker, const std::string& param) in HandleAsyncEvent() argument 264 std::string fixParam(param); in HandleAsyncEvent() 265 std::string::size_type startPos = param.find_first_of("{"); in HandleAsyncEvent() 266 std::string::size_type endPos = param.find_last_of("}"); in HandleAsyncEvent() 288 std::string param in HandleSyncEvent() local 345 HandleSyncEvent( const EventMarker& eventMarker, const std::string& param, std::string& result) HandleSyncEvent() argument [all...] |
| /foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
| H A D | ble_mock.cpp | 85 int32_t UpdateBroadcasting(int32_t bcId, const BroadcastParam *param, const BroadcastPacket *packet) in UpdateBroadcasting() argument 87 return BleMock::GetMock()->UpdateBroadcasting(bcId, param, packet); in UpdateBroadcasting() 90 int32_t StartScan(int32_t listenerId, const BcScanParams *param) in StartScan() argument 92 return BleMock::GetMock()->StartScan(listenerId, param); in StartScan() 100 int32_t StartBroadcasting(int32_t bcId, const BroadcastParam *param, const BroadcastPacket *packet) in StartBroadcasting() argument 102 return BleMock::GetMock()->StartBroadcasting(bcId, param, packet); in StartBroadcasting() 188 int32_t BleMock::ActionOfStartScan(int32_t listenerId, const BcScanParams *param) in ActionOfStartScan() argument 216 int32_t BleMock::ActionOfStartBroadcasting(int32_t bcId, const BroadcastParam *param, const BroadcastPacket *packet) in ActionOfStartBroadcasting() argument 291 int32_t BleMock::ActionOfUpdateAdvForActiveDiscovery(int32_t bcId, const BroadcastParam *param, in ActionOfUpdateAdvForActiveDiscovery() argument 334 int32_t BleMock::ActionOfUpdateAdvForActivePublish(int32_t bcId, const BroadcastParam *param, in ActionOfUpdateAdvForActivePublish() argument 378 ActionOfUpdateAdvForPassivePublish( int32_t bcId, const BroadcastParam *param, const BroadcastPacket *packet) ActionOfUpdateAdvForPassivePublish() argument [all...] |
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
| H A D | p2p_adapter.cpp | 102 int32_t P2pAdapter::P2pCreateGroup(const CreateGroupParam ¶m) in P2pCreateGroup() argument 104 FreqType type = param.isWideBandSupported ? FREQUENCY_160M : FREQUENCY_DEFAULT; in P2pCreateGroup() 105 int32_t ret = Hid2dCreateGroup(param.frequency, type); in P2pCreateGroup() 108 param.frequency, type, ToSoftBusErrorCode(ret)); in P2pCreateGroup() 114 int32_t P2pAdapter::P2pConnectGroup(const ConnectParam ¶m) in P2pConnectGroup() argument 116 std::vector<std::string> configs = WifiDirectUtils::SplitString(param.groupConfig, "\n"); in P2pConnectGroup() 136 if (param.isLegacyGo) { in P2pConnectGroup() 163 int32_t P2pAdapter::P2pShareLinkRemoveGroup(const DestroyGroupParam ¶m) in P2pShareLinkRemoveGroup() argument 171 int32_t P2pAdapter::DestroyGroup(const DestroyGroupParam ¶m) in DestroyGroup() argument 187 ret = Hid2dRemoveGcGroup(param in DestroyGroup() [all...] |
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
| H A D | auth_negotiate_channel.cpp | 352 int AuthNegotiateChannel::OpenConnection(const OpenParam ¶m, const std::shared_ptr<AuthNegotiateChannel> &channel, in OpenConnection() argument 360 if (param.remoteUuid.length() < UUID_BUF_LEN - 1) { in OpenConnection() 366 WifiDirectAnonymizeDeviceId(param.remoteUuid).c_str(), WifiDirectAnonymizeIp(param.remoteIp).c_str(), in OpenConnection() 367 param.remotePort, isMeta); in OpenConnection() 370 authConnInfo.type = param.type; in OpenConnection() 371 authConnInfo.info.ipInfo.port = param.remotePort; in OpenConnection() 372 authConnInfo.info.ipInfo.moduleId = param.module; in OpenConnection() 376 auto ret = strcpy_s(authConnInfo.info.ipInfo.ip, IP_LEN, param.remoteIp.c_str()); in OpenConnection() 380 const char *remoteUdid = LnnConvertDLidToUdid(param in OpenConnection() [all...] |
| /foundation/communication/dsoftbus/core/authentication/src/ |
| H A D | auth_common.c | 45 void *param; member 125 static int32_t CustomFunc(const SoftBusMessage *msg, void *param) in CustomFunc() argument 128 CHECK_NULL_PTR_RETURN_VALUE(param, SOFTBUS_ERR); in CustomFunc() 129 EventRemoveInfo *info = (EventRemoveInfo *)param; in CustomFunc() 138 return info->cmpFunc(msg->obj, info->param); in CustomFunc() 141 int32_t RemoveAuthEvent(EventType event, RemoveCompareFunc func, void *param) in RemoveAuthEvent() argument 149 .param = param, in RemoveAuthEvent() 198 AUTH_LOGE(AUTH_CONN, "param err"); in DupMemBuffer() 483 AUTH_LOGW(AUTH_CONN, "param er in GetPeerUdidByNetworkId() [all...] |
| /foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/ |
| H A D | setup_context.cpp | 78 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", key.c_str()); in GetStringFromJsMandatoryItem() 92 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", key.c_str()); in GetStringFromJsOptionItem() 104 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", key.c_str()); in GetUint8FromJsOptionItem() 116 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", key.c_str()); in GetBoolFromJsOptionItem() 201 NETMGR_EXT_LOG_E("param address type is mismatch"); in ParseAddress() 225 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", NET_PREFIXLENGTH); in ParseAddress() 257 NETMGR_EXT_LOG_E("param destination type is mismatch"); in ParseDestination() 263 NETMGR_EXT_LOG_E("param address type is mismatch"); in ParseDestination() 289 NETMGR_EXT_LOG_E("param gateway type is mismatch"); in ParseGateway() 369 NETMGR_EXT_LOG_E("param [ in ParseOptionArrayString() [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_lfloat.c | 372 * \param pcmp Returns created PCM handle 373 * \param name Name of PCM 374 * \param sformat Slave (destination) format 375 * \param slave Slave PCM handle 376 * \param close_slave When set, the slave PCM handle is closed with copy PCM 455 * \param pcmp Returns created PCM handle 456 * \param name Name of PCM 457 * \param root Root configuration node 458 * \param conf Configuration node with copy PCM description 459 * \param strea [all...] |
| H A D | pcm_linear.c | 417 * \param pcmp Returns created PCM handle 418 * \param name Name of PCM 419 * \param sformat Slave (destination) format 420 * \param slave Slave PCM handle 421 * \param close_slave When set, the slave PCM handle is closed with copy PCM 498 * \param pcmp Returns created PCM handle 499 * \param name Name of PCM 500 * \param root Root configuration node 501 * \param conf Configuration node with copy PCM description 502 * \param strea [all...] |
| H A D | pcm_mulaw.c | 427 * \param pcmp Returns created PCM handle 428 * \param name Name of PCM 429 * \param sformat Slave (destination) format 430 * \param slave Slave PCM handle 431 * \param close_slave When set, the slave PCM handle is closed with copy PCM 510 * \param pcmp Returns created PCM handle 511 * \param name Name of PCM 512 * \param root Root configuration node 513 * \param conf Configuration node with copy PCM description 514 * \param strea [all...] |
| H A D | pcm_alaw.c | 414 * \param pcmp Returns created PCM handle 415 * \param name Name of PCM 416 * \param sformat Slave (destination) format 417 * \param slave Slave PCM handle 418 * \param close_slave When set, the slave PCM handle is closed with copy PCM 497 * \param pcmp Returns created PCM handle 498 * \param name Name of PCM 499 * \param root Root configuration node 500 * \param conf Configuration node with copy PCM description 501 * \param strea [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | SelectFormat.java | 168 * @param pattern the pattern for this <code>SelectFormat</code>. 189 * @param pattern the pattern for this select format. 218 * @param pattern A MessagePattern. 219 * @param partIndex the index of the first SelectFormat argument style part. 220 * @param keyword a keyword to be matched to one of the SelectFormat argument's keywords. 249 * @param keyword a phrase selection keyword. 307 * @param keyword a phrase selection keyword. 308 * @param toAppendTo the selected phrase will be appended to this 310 * @param pos will be ignored by this method. 329 * @param sourc [all...] |
| H A D | DisplayOptions.java | 167 * @param displayOptions Options to be copied. 183 * @param grammaticalCase The grammatical case. 195 * @param nounClass The noun class. 207 * @param pluralCategory The plural category. 219 * @param capitalization The capitalization. 231 * @param nameStyle The name style. 243 * @param displayLength The display length. 255 * @param substituteHandling The substitute handling. 345 * @param identifier in lower case such as "feminine" or "masculine" 597 * @param identifie [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | AnyTransliterator.java | 126 * @param id the ID of the form S-T or S-T/V, where T is theTarget 128 * @param theTarget the target name. Must not be empty, and must 130 * @param theVariant the variant name, or the empty string if 132 * @param theTargetScript the script code corresponding to 150 * @param id the ID of the form S-T or S-T/V, where T is theTarget 152 * @param filter The Unicode filter. 153 * @param target2 the target name. 154 * @param targetScript2 the script code corresponding to theTarget. 155 * @param widthFix2 The Transliterator width fix. 156 * @param cache [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | SelectFormat.java | 167 * @param pattern the pattern for this <code>SelectFormat</code>. 187 * @param pattern the pattern for this select format. 214 * @param pattern A MessagePattern. 215 * @param partIndex the index of the first SelectFormat argument style part. 216 * @param keyword a keyword to be matched to one of the SelectFormat argument's keywords. 245 * @param keyword a phrase selection keyword. 302 * @param keyword a phrase selection keyword. 303 * @param toAppendTo the selected phrase will be appended to this 305 * @param pos will be ignored by this method. 323 * @param sourc [all...] |
| H A D | AnyTransliterator.java | 126 * @param id the ID of the form S-T or S-T/V, where T is theTarget 128 * @param theTarget the target name. Must not be empty, and must 130 * @param theVariant the variant name, or the empty string if 132 * @param theTargetScript the script code corresponding to 150 * @param id the ID of the form S-T or S-T/V, where T is theTarget 152 * @param filter The Unicode filter. 153 * @param target2 the target name. 154 * @param targetScript2 the script code corresponding to theTarget. 155 * @param widthFix2 The Transliterator width fix. 156 * @param cache [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | UnicodeRegex.java | 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 result The result of the appended lines. 292 * @param inputStrea [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | islamcal.h | 192 * @param aLocale The given locale. 193 * @param success Indicates the status of IslamicCalendar object construction. 195 * @param type The Islamic calendar calculation type. The default value is CIVIL. 215 * @param type The calendar calculation type, <code>CIVIL</code> to use the civil 251 * @param year The hijri year 252 * @param year The hijri month, 0-based 260 * @param month The month in question, origin 0 from the Hijri epoch 272 * @param time The time at which the moon's age is desired, 300 * @param year The hijri year 301 * @param yea [all...] |