Home
last modified time | relevance | path

Searched full:param (Results 5851 - 5875 of 17345) sorted by relevance

1...<<231232233234235236237238239240>>...694

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_attach_options_capi.h53 * @param showKeyboard Represents whether to show the keyboard.
62 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be destroyed.
69 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be get value from.
70 * @param showKeyboard Represents showKeyboard value.
H A Dinputmethod_controller_capi.h51 * @param textEditorProxy Represents a pointer to an {@link InputMethod_TextEditorProxy} instance.
54 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance.
56 * @param inputMethodProxy Represents a pointer to an {@link OH_InputMethod_InputMethodProxy} instance.
73 * @param inputMethodProxy Represents a pointer to an {@link OH_InputMethod_InputMethodProxy} instance.
/base/global/i18n/services/include/
H A Di18n_service_ability_stub.h37 * @param code Indicates request code.
38 * @param data Indicates request data.
39 * @param reply Indicates request reply.
40 * @param option Indicates request option.
/base/global/resource_management/interfaces/native/resource/include/
H A Draw_dir.h62 * @param rawDir Indicates the pointer to {@link RawDir}.
63 * @param index Indicates the file index in {@link RawDir}.
78 * @param rawDir Indicates the pointer to {@link RawDir}.
90 * @param rawDir Indicates the pointer to {@link RawDir}.
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_timer.h32 * @param countDownTimeInSeconds Indicates the duration after which this timer reminder will be triggered.
40 * @param reminderId Indicates reminder id.
47 * @param Indicates the exist reminder.
62 * @param parcel the object into the parcel
H A Dnotification_template.h40 * @param name template name.
52 * @param data template data.
70 * @param parcel the object into the parcel
83 * @param parcel the parcel
/base/security/access_token/services/accesstokenmanager/main/cpp/include/database/
H A Daccess_token_open_callback.h40 * param store The RdbStore object.
46 * param store The RdbStore object.
47 * param oldVersion The old database version.
48 * param newVersion The new database version.
/base/sensors/sensor/vibration_convert/core/algorithm/onset/include/
H A Donset.h54 * @param data audio time-series.
55 * @param nFft length of the windowed signal after padding with zeros. The number of rows in the STFT matrix D
57 * @param hopLength If unspecified, defaults to win_length / 4.
58 * @param onsets
/base/startup/init/test/moduletest/
H A DBUILD.gn22 "//base/startup/init/interfaces/innerkits/include/param",
27 "//base/startup/init/services/param/include",
67 "//base/startup/init/interfaces/innerkits/include/param",
68 "//base/startup/init/services/param/include",
/base/sensors/miscdevice/interfaces/kits/c/
H A Dvibrator.h45 * @param duration - Vibration duration, in milliseconds.
46 * @param attribute - Vibration attribute. For details, see {@link Vibrator_Attribute}.
58 * @param fileDescription - File descriptor of the custom vibration effect.
60 * @param vibrateAttribute - Vibration attribute. For details, see {@link Vibrator_Attribute}.
/base/security/huks/interfaces/kits/c/src/
H A Dnative_huks_param.c61 struct OH_Huks_Param **param) in OH_Huks_GetParam()
63 int32_t result = HksGetParam((const struct HksParamSet *) paramSet, tag, (struct HksParam **) param); in OH_Huks_GetParam()
85 struct OH_Huks_Result OH_Huks_CheckParamMatch(const struct OH_Huks_Param *baseParam, const struct OH_Huks_Param *param) in OH_Huks_CheckParamMatch() argument
87 int32_t result = HksCheckParamMatch((const struct HksParam *) baseParam, (const struct HksParam *) param); in OH_Huks_CheckParamMatch()
60 OH_Huks_GetParam(const struct OH_Huks_ParamSet *paramSet, uint32_t tag, struct OH_Huks_Param **param) OH_Huks_GetParam() argument
/base/startup/init/services/init/lite/
H A DBUILD.gn52 "//base/startup/init/interfaces/innerkits/include/param",
64 "//base/startup/init/services/param/base:param_base",
80 "//base/startup/init/services/param/liteos:param_init_lite",
93 "//base/startup/init/services/param/linux:param_init",
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_search_result.cpp85 std::unique_ptr<NetworkSearchResult> param = std::make_unique<NetworkSearchResult>(); in Unmarshalling() local
86 if (param == nullptr) { in Unmarshalling()
89 if (!param->ReadFromParcel(parcel)) { in Unmarshalling()
92 return param.release(); in Unmarshalling()
/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_address.h83 * @param addressString the Mms Address String, for example: +8610086/TYPE=PLMN
84 * @param charset the Address Character {@link MmsCharSets}.
91 * @param addressString the Mms Address String, for example: +8610086/TYPE=PLMN
92 * @param charset the Address Character {@link MmsCharSets}.
/base/update/update_app/feature/ota/src/main/ets/
H A DOtaPage.ets32 * @param versionComponents 升级包
33 * @param componentDescriptions 更新日志
71 * @param versionComponents 升级包
72 * @param componentDescriptions 更新日志
/base/telephony/telephony_data/sim/include/
H A Dsim_ability.h71 * @param uri Resource address
79 * @param tableName table name of the predicates
80 * @param predicates DataSharePredicates
88 * @param value Table field data
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp25 ResultCode IAuthExecutorHdi::Enroll(uint64_t scheduleId, const EnrollParam &param, in Enroll() argument
32 ResultCode IAuthExecutorHdi::Authenticate(uint64_t scheduleId, const AuthenticateParam &param, in Authenticate() argument
39 ResultCode IAuthExecutorHdi::Collect(uint64_t scheduleId, const CollectParam &param, in Collect() argument
46 ResultCode IAuthExecutorHdi::Identify(uint64_t scheduleId, const IdentifyParam &param, in Identify() argument
/base/useriam/user_auth_framework/test/unittest/executors/mock/
H A Dmock_iauth_executor_hdi.h39 MOCK_METHOD3(Enroll, ResultCode(uint64_t scheduleId, const EnrollParam &param,
42 ResultCode(uint64_t scheduleId, const AuthenticateParam &param,
45 ResultCode(uint64_t scheduleId, const CollectParam &param,
47 MOCK_METHOD3(Identify, ResultCode(uint64_t scheduleId, const IdentifyParam &param,
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_url_resource_response_impl.h42 * @param input_stream set inputstream for example: fread(buf, 1, sizeof(buf),
64 * @param response_headers response header
80 * @param mime_type mime_type{ "text/html" }
94 * @param encoding encoding { "utf-8" }
/base/web/webview/interfaces/kits/napi/webfunction/
H A Dnapi_webview_function.cpp79 WebInitedCallbackParam *param = new (std::nothrow) WebInitedCallbackParam(env, callback); in RegisterWebInitedCallback() local
80 if (param == nullptr) { in RegisterWebInitedCallback()
83 WebRunInitedCallback *runWebInitedCallbackObj = new (std::nothrow) WebRunInitedCallbackImpl(param); in RegisterWebInitedCallback()
85 delete param; in RegisterWebInitedCallback()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_url_resource_response_wrapper.h42 * @param input_stream set inputstream for example: fread(buf, 1, sizeof(buf),
64 * @param response_headers response header
80 * @param mime_type mime_type{ "text/html" }
94 * @param encoding encoding { "utf-8" }
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_watchdog.h37 * @param None
53 * @param None
71 * @param None
90 * @param timeout_ms [IN] type #hi_u32,timeout(ms). CNcomment:超时时间(单位:ms)。CNend
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DHeap.h32 * @param x the size of the item to be allocated
39 * @param a the heap item to be reallocated
40 * @param b the new size of the item
47 * @param x the size of the item to be freed
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_fence_wait.h53 * @param system Timeline system.
54 * @param fence Fence to wait on.
55 * @param timeout Timeout in ms, or MALI_TIMELINE_FENCE_WAIT_TIMEOUT_NEVER or
64 * @param fence_wait_tracker Fence waiter tracker.
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_fence_wait.h52 * @param system Timeline system.
53 * @param fence Fence to wait on.
54 * @param timeout Timeout in ms, or MALI_TIMELINE_FENCE_WAIT_TIMEOUT_NEVER or
63 * @param fence_wait_tracker Fence waiter tracker.

Completed in 12 milliseconds

1...<<231232233234235236237238239240>>...694