| /base/inputmethod/imf/interfaces/kits/c/ |
| H A D | inputmethod_attach_options_capi.h | 53 * @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 D | inputmethod_controller_capi.h | 51 * @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 D | i18n_service_ability_stub.h | 37 * @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 D | raw_dir.h | 62 * @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 D | reminder_request_timer.h | 32 * @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 D | notification_template.h | 40 * @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 D | access_token_open_callback.h | 40 * 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 D | onset.h | 54 * @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 D | BUILD.gn | 22 "//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 D | vibrator.h | 45 * @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 D | native_huks_param.c | 61 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 D | BUILD.gn | 52 "//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 D | network_search_result.cpp | 85 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 D | mms_address.h | 83 * @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 D | OtaPage.ets | 32 * @param versionComponents 升级包 33 * @param componentDescriptions 更新日志 71 * @param versionComponents 升级包 72 * @param componentDescriptions 更新日志
|
| /base/telephony/telephony_data/sim/include/ |
| H A D | sim_ability.h | 71 * @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 D | iauth_executor_hdi.cpp | 25 ResultCode IAuthExecutorHdi::Enroll(uint64_t scheduleId, const EnrollParam ¶m, in Enroll() argument 32 ResultCode IAuthExecutorHdi::Authenticate(uint64_t scheduleId, const AuthenticateParam ¶m, in Authenticate() argument 39 ResultCode IAuthExecutorHdi::Collect(uint64_t scheduleId, const CollectParam ¶m, in Collect() argument 46 ResultCode IAuthExecutorHdi::Identify(uint64_t scheduleId, const IdentifyParam ¶m, in Identify() argument
|
| /base/useriam/user_auth_framework/test/unittest/executors/mock/ |
| H A D | mock_iauth_executor_hdi.h | 39 MOCK_METHOD3(Enroll, ResultCode(uint64_t scheduleId, const EnrollParam ¶m, 42 ResultCode(uint64_t scheduleId, const AuthenticateParam ¶m, 45 ResultCode(uint64_t scheduleId, const CollectParam ¶m, 47 MOCK_METHOD3(Identify, ResultCode(uint64_t scheduleId, const IdentifyParam ¶m,
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| H A D | ark_web_url_resource_response_impl.h | 42 * @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 D | napi_webview_function.cpp | 79 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 D | ark_web_url_resource_response_wrapper.h | 42 * @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 D | hi_watchdog.h | 37 * @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 D | Heap.h | 32 * @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 D | mali_timeline_fence_wait.h | 53 * @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 D | mali_timeline_fence_wait.h | 52 * @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.
|