Home
last modified time | relevance | path

Searched full:param (Results 4951 - 4975 of 23555) sorted by relevance

1...<<191192193194195196197198199200>>...943

/third_party/typescript/src/lib/
H A Des2021.weakref.d.ts16 * @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 DunresolvableSelfReferencingAwaitedUnion.types23 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 DjsdocTemplateTag3.ts10 * @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 Dindexer.js16 * @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 DFormModel.ts42 * @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 Duninstall_plugin.cpp40 ErrCode UninstallPlugin::OnSetPolicy(UninstallParam &param, 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 Dos_account_manager_helper.h44 * @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 Dnative_implement_eventhandler.h64 * @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 Dcoordination.rs39 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 Ddistributed_preferences_database.h42 * @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 Dshell_main.c73 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 Dudid_adp.c59 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 DUpdateUtils.ets33 * @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 Dco_auth_client_defines.h64 * @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 Dform_render_proxy.h37 * @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 Dresponse.h47 * @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 Drequest.h39 * @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 Di_response.h43 * @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 Di_request.h39 * @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 Dfuture_factory.h44 * @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 Dsync_msg_handler.h40 * @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 DIWlanCallback.idl62 * @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 Dform_ability_connection_reporter.h48 * @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 Dapplication_env_impl.h43 * @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 Dmock_form_supply_callback.cpp38 * @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

Completed in 17 milliseconds

1...<<191192193194195196197198199200>>...943