| /third_party/typescript/src/lib/ |
| H A D | es2021.weakref.d.ts | 16 * @param target The target object for the WeakRef instance.
28 * @param target The target object to register.
29 * @param heldValue The value to pass to the finalizer for this object. This cannot be the
31 * @param unregisterToken The token to pass to the unregister method to unregister the target
39 * @param unregisterToken The token that was used as the unregisterToken argument when calling
50 * @param cleanupCallback The callback to call after an object in the registry has been reclaimed.
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | unresolvableSelfReferencingAwaitedUnion.types | 23 export async function myFunction(param: T1) {
24 >myFunction : (param: T1) => Promise<void>
25 >param : T1
27 const awaited = await param
29 >await param : 1 | T1[]
30 >param : T1
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| H A D | jsdocTemplateTag3.ts | 10 * @param {T} t 11 * @param {U} u 12 * @param {V} v 13 * @param {W} w 14 * @param {X} x 30 * @param {T} x
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | indexer.js | 16 * @param {!BinaryStorage<!Field>} storage 17 * @param {number} fieldNumber 18 * @param {!WireType} wireType 19 * @param {number} startIndex 32 * @param {!BufferDecoder} bufferDecoder 33 * @param {number|undefined} pivot
|
| /applications/standard/app_samples/code/SystemFeature/ApplicationModels/Launcher/base/src/main/ets/default/model/ |
| H A D | FormModel.ts | 42 * @param {array} bundleName 43 * @param {function | undefined} callback 67 * @param {string} bundleName 68 * @param {array} appItemFormInfo 77 * @param {string} bundleName 91 * @param {string} bundleName 92 * @param {string | undefined} eventType
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| H A D | uninstall_plugin.cpp | 40 ErrCode UninstallPlugin::OnSetPolicy(UninstallParam ¶m, MessageParcel &reply) in OnSetPolicy() argument 43 param.bundleName.c_str(), param.userId, param.isKeepData); in OnSetPolicy() 45 const std::string bundleName = param.bundleName; in OnSetPolicy() 62 installParam.userId = param.userId; in OnSetPolicy() 63 installParam.isKeepData = param.isKeepData; in OnSetPolicy()
|
| /base/notification/distributed_notification_service/services/ans/include/ |
| H A D | os_account_manager_helper.h | 44 * @param uid Indicates the uid. 45 * @param id Indicates the account ID. 53 * @param id Indicates the current calling account ID. 61 * @param id Indicates the current active account ID. 69 * @param userId Indicates the current active account ID. 77 * @param userIds Indicates the current created account ID. 85 * @param userIds Indicates the current active account ID.
|
| /base/notification/eventhandler/interfaces/inner_api/ |
| H A D | native_implement_eventhandler.h | 64 * @param fileDescriptor File descriptor. 65 * @param events Events from file descriptor, such as input, output, error 66 * @param onReadableCallback Called while file descriptor is readable. 67 * @param onWritableCallback Called while file descriptor is writable. 68 * @param onShutdownCallback Called while shutting down this file descriptor. 69 * @param onExceptionCallback Called while error happened on this file descriptor. 78 * @param fileDescriptor File descriptor.
|
| /base/msdp/device_status/rust/modules/coordination/server/src/ |
| H A D | coordination.rs | 39 param: &GeneralCoordinationParam) -> FusionResult<()> in enable() 46 param: &GeneralCoordinationParam) -> FusionResult<()> in disable() 53 param: &StartCoordinationParam) -> FusionResult<()> in start() 60 param: &StopCoordinationParam) -> FusionResult<()> in stop() 67 param: &GetCoordinationStateParam) -> FusionResult<()> in get_state() 74 param: &GeneralCoordinationParam) -> FusionResult<()> in register_listener() 81 param: &GeneralCoordinationParam) -> FusionResult<()> in unregister_listener()
|
| /base/notification/distributed_notification_service/services/distributed/include/ |
| H A D | distributed_preferences_database.h | 42 * @param key Indicates the key. 43 * @param value Indicates the value. 51 * @param key Indicates key. 52 * @param value Indicates value. 60 * @param perfixkey Indicates the prefix to be searched. 61 * @param entries Indicates the entries will be returned in this parameter. 69 * @param key Indicates the key.
|
| /base/startup/init/services/begetctl/shell/ |
| H A D | shell_main.c | 73 const ParamInfo *param = BShellEnvGetReservedParam(handle, PARAM_REVERESD_NAME_CURR_PARAMETER); in main() local 74 BSH_CHECK(param != NULL && param->type == PARAM_STRING, break, "Failed to get reversed param"); in main() 75 BShellEnvSetParam(handle, param->name, param->desc, param->type, (void *)""); in main()
|
| /base/startup/init/services/modules/udid/ |
| H A D | udid_adp.c | 59 BEGET_ERROR_CHECK(ret == 0, return -1, "Read param const.product.manufacturer failed!"); in CalcDevUdid() 63 BEGET_ERROR_CHECK(ret == 0, return -1, "Read param const.product.model failed!"); in CalcDevUdid() 65 BEGET_ERROR_CHECK(serial != NULL, return -1, "Read param serial failed!"); in CalcDevUdid() 75 BEGET_LOGI("Begin set udid param"); in SetDevUdid() 80 BEGET_LOGI("Get udid from param failed, calculate udid from other param"); in SetDevUdid() 85 BEGET_ERROR_CHECK(ret == 0, return, "write param const.product.devUdid failed!"); in SetDevUdid()
|
| /base/update/update_app/common/src/main/ets/util/ |
| H A D | UpdateUtils.ets | 33 * @param componentDescriptions 新版本更新日志集合 34 * @param componentId 组件id 57 * @param context 要启动Ability的context 58 * @param want 要启动Ability的want 59 * @param options 配置项 76 * @param err 返回信息 77 * @param return 接口调用结果
|
| /base/useriam/user_auth_framework/interfaces/inner_api/ |
| H A D | co_auth_client_defines.h | 64 * @param msg Incoming vector<uint8_t> type. 75 * @param scheduleId Specify the current schedule. 76 * @param dstRole Destination executor role. 77 * @param msg Authentication message. 85 * @param scheduleId Specify the current schedule. 86 * @param resultCode Authentication result code. 87 * @param finalResult Authentication final result.
|
| /foundation/ability/form_fwk/interfaces/inner_api/include/ |
| H A D | form_render_proxy.h | 37 * @param formJsInfo The form js info. 38 * @param want Indicates the {@link Want} structure containing form info. 39 * @param callerToken Caller ability token. 46 * @param formJsInfo The form js info. 47 * @param want Indicates the {@link Want} structure containing form info. 48 * @param callerToken Caller ability token. 56 * @param hostToken Caller ability token.
|
| /foundation/ai/ai_engine/services/common/protocol/data_channel/include/ |
| H A D | response.h | 47 * @param [in] seqId Inner sequence Id. 61 * @param [in] transactionId Transaction Id. 75 * @param [in] type Algorithm plugin type. 89 * @param [in] retCode Response return code. 103 * @param [in] clientUid Client uid. 117 * @param [in] retDesc Response return description. 131 * @param [in] resLen Message length.
|
| H A D | request.h | 39 * @param [in] seqId Inner sequence Id. 53 * @param [in] requestId Request Id. 67 * @param [in] operationId Operation Id. 81 * @param [in] Client uid. 95 * @param [in] transactionId Transaction Id. 109 * @param [in] type Algorithm plugin type. 123 * @param [in] msg Message.
|
| H A D | i_response.h | 43 * @param [in,out] response Destroyed response object. 64 * @param [in] transactionId Transaction Id. 78 * @param [in] type Algorithm plugin type. 92 * @param [in] retCode Response return code. 106 * @param [in] clientUid Client uid. 120 * @param [in] retDesc Response return description. 134 * @param [in] result Response result.
|
| H A D | i_request.h | 39 * @param [in,out] request Destroyed request object. 53 * @param [in] requestId Request Id. 68 * @param [in] OperationId Operation Id. 82 * @param [in] Client uid. 97 * @param [in] transactionId Transaction Id. 111 * @param [in] type Algorithm plugin type. 125 * @param [in] msg Message.
|
| /foundation/ai/ai_engine/services/server/server_executor/include/ |
| H A D | future_factory.h | 44 * @param [in] request Task request information. 52 * @param [in] sequenceId The sequence number that uniquely identifies an asynchronous task. 59 * @param [in] listener Callback. 60 * @param [in] transactionId Transaction ID. 67 * @param [in] transactionId Transaction ID. 74 * @param [in] event Plugin event, {@code ON_PLUGIN_SUCCEED} or {@code ON_PLUGIN_FAIL}. 75 * @param [in] response Response of asynchronous task processing.
|
| H A D | sync_msg_handler.h | 40 * @param [in] task Task info need to be processed. 48 * @param [in] pluginAlgorithm Algorithm function symbol of dynamic library. 55 * @param [in] request info needed for algorithm. 56 * @param [in, out] notifier Semaphore. 64 * @param [in] timeOut Delayed time, measured by millisecond. 65 * @param [in, out] notifier Semaphore. 66 * @param [out] response Response info.
|
| /foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/ |
| H A D | IWlanCallback.idl | 62 * @param event Indicates the ID of a driver restart event. 63 * @param code Indicates the result returned when the driver is restarted. 64 * @param ifName Indicates the network interface card (NIC) name. 74 * @param event Indicates the ID of a scan result event. 75 * @param scanResult Indicates the scan result. 76 * @param ifName Indicates the NIC name. 86 * @param recvMsg Indicates the Netlink message received.
|
| /foundation/ability/form_fwk/services/include/ |
| H A D | form_ability_connection_reporter.h | 48 * @param connection Form ability connection pointer. 54 * @param connection Form ability connection pointer. 67 * @param bundleName The bundle name of ability conncted with frs. 68 * @param connectionProviderKey The connection's key of form ability connection. 69 * @param infos The vector which contains running form ability process infos; 76 * @param connectionProviderKey The connection's key of form ability connection. 77 * @param isConnected True for form ability connected, false for form ability disconnected.
|
| /foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
| H A D | application_env_impl.h | 43 * @param - 53 * @param - 61 * @param appInfo 69 * @param appInfo 76 * @param - 83 * @param - 90 * @param -
|
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
| H A D | mock_form_supply_callback.cpp | 38 * @param formInfo Form Provider Info. 39 * @param want data 51 * @param want data 62 * @param state Form state 63 * @param provider provider info. 64 * @param wantArg The want of onAcquireFormState. 65 * @param want input data
|