Home
last modified time | relevance | path

Searched full:param (Results 5801 - 5825 of 21372) sorted by relevance

1...<<231232233234235236237238239240>>...855

/applications/standard/calendardata/common/src/main/ets/utils/
H A DSystemTimerUtils.ets26 * @param options 定时器选项,数据结构参考系统api:SystemTimer
27 * @param callback 定时器的回调函数,到达定时器的触发时间时回调
51 * @Param timer The timer ID.
52 * @Param triggerTime 触发时间
70 * @Param timer The timer ID.
88 * @Param timer The timer ID.
/applications/standard/call/entry/src/main/ets/ServiceAbility/
H A DTelephonyApi.ets31 * @param { Function } callBack - inject an Function
68 * @param { number } callId - call id
81 * @param { number } callId - call id
83 * @param { boolean } isSendSms - is send sms
85 * @param { string } msg - message string
102 * @param { number } callId - call id
/applications/standard/printspooler/common/src/main/ets/utils/
H A DStringUtil.ts30 * @param {string} name - name of string.json
44 * @param name string code
45 * @param context context
46 * @param args variable args
58 * @param {string} originStr - string
76 * @param {string} str - string
/applications/standard/filepicker/audiopicker/src/main/ets/common/preference/
H A DPreferenceManager.ts55 * @param keyName keyName
56 * @param def def
57 * @param storeName storeName
92 * @param keyName keyName
93 * @param def def
94 * @param storeName storeName
/applications/standard/launcher/common/src/main/ets/default/base/
H A DBaseViewModel.ts45 * @param bundleName target bundle name
46 * @param abilityName target ability name
55 * @param bundleName
56 * @param abilityName
76 * @param uninstallBundleName bundle name to uninstall
77 * @param isUninstallable true if target app is uninstallable.
/drivers/external_device_manager/interfaces/ddk/hid/
H A Dhid_ddk_api.h50 * @param hidDevice Pointer to the basic information required for creating a device, including the device name,
52 * @param hidEventProperties Pointer to the events of the device to be observed, including the event type and
65 * @param deviceId ID of the device, to which the event list is sent.
66 * @param items List of events to sent. The event information includes the event type (<b>Hid_EventType</b>),
70 * @param length Length of the event list (number of events sent at a time).
81 * @param deviceId ID of the device to destroy.
/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_product.h84 * @param device Indicates the pointer to the Hardware Driver Foundation (HDF) device.
85 * @param config Indicates the pointer to the WLAN module configuration generated by
108 * @param chipId Indicates the chip ID.
120 * @param id Indicates the ID of the event to send.
121 * @param data Indicates the pointer to the event information.
133 * @param device Indicates the pointer to the device to add.
/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_sem.h57 * @param sem Indicates the pointer to the semaphore {@link OsalSem}.
58 * @param value Indicates the initial value of the semaphore.
75 * @param sem Indicates the pointer to the semaphore {@link OsalSem}.
76 * @param ms Indicates the timeout interval.
94 * @param sem Indicates the pointer to the semaphore {@link OsalSem}.
111 * @param sem Indicates the pointer to the semaphore {@link OsalSem}.
/drivers/interface/display/composer/v1_2/
H A DIDisplayComposer.idl28 * @param cb Indicates the instance used to notify graphics service that it's ready to change VBlankIdle.
40 * @param devId Indicates which device.
52 * @param devId Indicates which device, layerId Indicates which layer.
64 * @param devId Indicates which device, x and y Indicates the position of hardware cursor.
76 * @param devId Indicates which device, enable Indicates which stats of enabled hardware cursor.
88 * @param devId Indicates which device, frameCount Indicates hardware cursor frame count,
/drivers/interface/input/ddk/v1_0/
H A DIHidDdk.idl46 * @param hidDevice Pointer to the basic information required for creating a device, including the device name,
48 * @param hidEventProperties Pointer to the events of the device to be observed, including the event type and
50 * @param deviceId uint32_t number for storing newly created device ID if the operation is successful.
64 * @param deviceId ID of the device, to which the event list is sent.
65 * @param items List of events to sent. The event information includes the event type (<b>Hid_EventType</b>),
82 * @param deviceId ID of the device to destroy.
/drivers/interface/ril/v1_3/
H A DIRil.idl63 * @param rilCallback Callback to set. For details, see {@link IRilCallback}.
76 * @param slotId Card slot ID.
77 * @param serialId Serial ID of a request.
90 * @param slotId Card slot ID.
91 * @param serialId Serial ID of a request.
92 * @param dataCallInfo Data service information with apn types. For details, see {@link DataCallInfoWithApnTypes}.
/drivers/interface/face_auth/v2_0/
H A DIExecutorCallback.idl52 * @param result Indicates the result code.
53 * @param extraInfo Indicates extra information to report.
65 * @param tip Indicates tip code. See {@link FaceTipsCode}.
66 * @param extraInfo Indicates extra information to report.
78 * @param destRole is the role of destination.
79 * @param msg is the message content.
/drivers/interface/fingerprint_auth/v2_0/
H A DIExecutorCallback.idl52 * @param result Indicates the result code.
53 * @param extraInfo Indicates extra information to report.
65 * @param tip Indicates tip code. See {@link FaceTipsCode}.
66 * @param extraInfo Indicates extra information to report.
78 * @param destRole is the role of destination.
79 * @param msg is the message content.
/drivers/interface/light/v1_0/
H A DILightInterface.idl50 * @param info Indicates the vector of the light information. For details, see {@link HdfLightInfo}.
62 * @param lightId Indicates the light id. For details, see {@link HdfLightId}.
64 * @param effect Indicates the pointer to the lighting effect, if the lightbrightness field is 0,
79 * @param lightId Indicates the light id. For details, see {@link HdfLightId}.
81 * @param colors Color and brightness corresponding to multiple lights, see {@link LightColor}.
93 * @param lightId Indicates the light id. For details, see {@link HdfLightId}.
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_common.c66 int32_t CheckAttrSamplingRate(uint32_t param) in CheckAttrSamplingRate() argument
68 switch (param) { in CheckAttrSamplingRate()
86 int32_t CheckAttrFormat(enum AudioFormat param) in CheckAttrFormat() argument
88 switch (param) { in CheckAttrFormat()
109 AUDIO_FUNC_LOGE("param is null!"); in AudioCheckParaAttr()
133 AUDIO_FUNC_LOGE("param is null!"); in TimeToAudioTimeStamp()
/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/foo/input/ddk/v1_0/
H A DIHidDdk.idl46 * @param hidDevice Pointer to the basic information required for creating a device, including the device name,
48 * @param hidEventProperties Pointer to the events of the device to be observed, including the event type and
50 * @param deviceId uint32_t number for storing newly created device ID if the operation is successful.
64 * @param deviceId ID of the device, to which the event list is sent.
65 * @param items List of events to sent. The event information includes the event type (<b>Hid_EventType</b>),
82 * @param deviceId ID of the device to destroy.
/foundation/ability/idl_tool/test/hdi_unittest/light_v1_0/foo/light/v1_0/
H A DILightInterface.idl50 * @param info Indicates the vector of the light information. For details, see {@link HdfLightInfo}.
62 * @param lightId Indicates the light id. For details, see {@link HdfLightId}.
64 * @param effect Indicates the pointer to the lighting effect, if the lightbrightness field is 0,
79 * @param lightId Indicates the light id. For details, see {@link HdfLightId}.
81 * @param colors Color and brightness corresponding to multiple lights, see {@link LightColor}.
93 * @param lightId Indicates the light id. For details, see {@link HdfLightId}.
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/
H A Dform_extension_context.h39 * @param formId Indicates the ID of the JS form to update.
41 * @param formProviderData Indicates the {@code FormProviderData} object used to update the JS form displayed
54 * @param want Indicates the Want containing information about the target ability to start.
71 * @param want Indicates the want containing information about the ability to connect
73 * @param conn Indicates the callback object when the target ability is connected.
83 * @param conn Indicates the IAbilityConnection callback object passed by connectAbility after the connection
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_impl.h39 * @param application The application which the mainthread launched.
71 * @param isLastProcess When it is the last application process, pass in true.
89 * @param state The target state of application.
105 * @param id recordId.
121 * @param level Indicates the memory trim level, which shows the current memory usage status.
129 * @param config Indicates the updated configuration information.
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_record_factory.h53 * @param abilityRequest Indicates the request of the extension ability to start.
54 * @param extensionRecordId Indicates the ID of the reused extension record.
62 * @param abilityRequest Indicates the request of the extension ability to start.
63 * @param hostBundleName Indicates the bundle name of the host.
71 * @param abilityRequest Indicates the request of the extension ability to start.
72 * @param extensionRecord Indicates the created extension record.
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle.h52 * @param observer Indicates the lifecycle observer, either LifecycleObserver or LifecycleStateObserver.
61 * @param event Lifecycle state.
62 * @param want Indicates the Want containing information about the target ability to change lifecycle state.
69 * @param event Lifecycle state.
70 * @param want Indicates the Want containing information about the target ability to change lifecycle state.
79 * @param observer Indicates the lifecycle observer, either LifecycleObserver or LifecycleStateObserver.
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dblur_style_theme.cpp64 BlurParameter param; in ParseBlurParam() local
75 param.radius = themeStyle->GetAttr<double>(radiusFullName, 0.0); in ParseBlurParam()
76 param.saturation = themeStyle->GetAttr<double>(saturationFullName, 0.0); in ParseBlurParam()
77 param.brightness = themeStyle->GetAttr<double>(brightnessFullName, 0.0); in ParseBlurParam()
78 param.maskColor = themeStyle->GetAttr<Color>(maskColorFullName, Color::WHITE); in ParseBlurParam()
79 return param; in ParseBlurParam()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback_mgr.cpp61 const std::shared_ptr<AceJSPluginRequestParam>& param) in RegisterRequestEvent()
64 if (param == nullptr) { in RegisterRequestEvent()
68 if (iter->second->RequestStrictEquals(CallBackType::RequestCallBack, want, cbInfo, param)) { in RegisterRequestEvent()
77 pPluginComponentCallback->SetRequestParam(param); in RegisterRequestEvent()
88 ACEAsyncJSCallbackInfo* jsCallbackInfo, const std::shared_ptr<AceJSPluginRequestParam>& param) in RegisterRequestEvent()
92 return RegisterRequestEvent(env, want, jsCallbackInfo->cbInfo, param); in RegisterRequestEvent()
60 RegisterRequestEvent(napi_env env, const AAFwk::Want& want, ACECallbackInfo& cbInfo, const std::shared_ptr<AceJSPluginRequestParam>& param) RegisterRequestEvent() argument
87 RegisterRequestEvent(napi_env env, const AAFwk::Want& want, ACEAsyncJSCallbackInfo* jsCallbackInfo, const std::shared_ptr<AceJSPluginRequestParam>& param) RegisterRequestEvent() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Ddiv_component.cpp174 ConstrainedParameter param; in AttachView() local
175 child->GetConstrainedParam(param); in AttachView()
183 param.maxWidth = width; in AttachView()
184 component->AlignDimensions(param); in AttachView()
192 param.maxHeight = height; in AttachView()
193 component->AlignDimensions(param); in AttachView()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dlocalization_module.cpp93 char *param = MallocStringOf(args[0], &paramStrLength); in GetValueByKey() local
94 if (param == nullptr || paramStrLength == 0) { in GetValueByKey()
98 jerry_value_t resultProp = localization->parser_->GetValue(param, args, argsNum); in GetValueByKey()
101 "GetValueByKey failed: the final result error, keyLen[%{public}d]", strlen(param)); in GetValueByKey()
103 ace_free(param); in GetValueByKey()
104 param = nullptr; in GetValueByKey()

Completed in 15 milliseconds

1...<<231232233234235236237238239240>>...855