Home
last modified time | relevance | path

Searched full:param (Results 4901 - 4925 of 27646) sorted by relevance

1...<<191192193194195196197198199200>>...1106

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp27 * @param block_mode The encoded block mode.
28 * @param[out] x_weights The number of weights in the X dimension.
29 * @param[out] y_weights The number of weights in the Y dimension.
30 * @param[out] is_dual_plane True if this block mode has two weight planes.
31 * @param[out] quant_mode The quantization level for the weights.
32 * @param[out] weight_bits The storage bit count for the weights.
142 * @param block_mode The encoded block mode.
143 * @param[out] x_weights The number of weights in the X dimension.
144 * @param[out] y_weights The number of weights in the Y dimension.
145 * @param[ou
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalFormatProperties.java398 * @param other
667 * @param compactCustomData
683 * @param compactStyle
695 * @param currency
707 * @param currencyPluralInfo
729 * @param currencyUsage
744 * @param decimalPatternMatchRequired
758 * @param alwaysShowDecimal
772 * @param exponentSignAlwaysShown
784 * @param currencyAsDecima
[all...]
/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
/foundation/barrierfree/accessibility/common/interface/include/parcel/
H A Daccessibility_event_info_parcel.h35 * @param eventInfo The object of AccessibilityEventInfo.
43 * @param parcel
52 * @param parcel
61 * @param parcel
71 * @param parcel
79 * @param parcel
87 * @param parcel
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_exception_handler.h31 * @param info Indicates the bundle info of the application.
32 * @param path Indicates the base bundle path or data path.
37 * @param info Indicates the bundle info of the application.
38 * @param dataDir Indicates the dir needs to be removed.
45 * @param info Indicates the bundle info of the application.
46 * @param basePath Indicates the base bundle path or data path.
52 * @param info Indicates the bundle info of the application.

Completed in 15 milliseconds

1...<<191192193194195196197198199200>>...1106