| /base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
| H A D | hap_resource.h | 37 * @param path resources.index file path 38 * @param defaultConfig match defaultConfig to keys of index file, only parse the matched keys. 40 * @param system If `system` is true, the package is marked as a system package, and allows some functions to 147 * @param id the resource id 154 * @param name the resource name 155 * @param resType the resource type 162 * @param name the resource name 163 * @param resType the resource type
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| H A D | notification_do_not_disturb_date.h | 33 * @param doNotDisturbType Indicates the do not disturb type to add. 34 * @param beginDate Indicates the begin time to add. 35 * @param endDate Indicates the begin time to add. 47 * @param doNotDisturbType Indicates the do not disturb type to add. 61 * @param beginDate Indicates the begin time to add. 73 * @param endDate Indicates the end time to add. 91 * @param parcel the object into the parcel 104 * @param parcel the parcel
|
| H A D | notification_basic_content.h | 34 * @param text Indicates the additional text to be included. 48 * @param text Indicates the text to be included. 62 * @param title Indicates the title of the notification. 76 * @param lockScreenPicture Indicates the lockScreenPicture of the notification. 97 * @param jsonObject Indicates the Json object. 105 * @param parcel the object into the parcel. 121 * @param parcel Indicates the parcel object. 129 * @param jsonObject Indicates the Json object.
|
| H A D | notification_subscribe_info.h | 33 * @param subscribeInfo Indicates the NotificationSubscribeInfo object. 41 * @param appName Indicates the application name. 49 * @param appNames Indicates the set of application names. 64 * @param appNames Indicates the userid of application. 78 * @param appNames Indicates the deviceType of application. 92 * @param parcel Indicates the Parcel object for marshalling. 100 * @param parcel Indicates the Parcel object for unmarshalling. 115 * @param appNames Indicates the uid of subscriber.
|
| H A D | notification_unified_group_Info.h | 42 * @param key Indicates the key of unified group info. 56 * @param title the title of unified group info. 70 * @param content the content of unified group info. 84 * @param sceneName the sceneName of unified group info. 98 * @param extras Indicates the WantParams object containing the extra parameters in key-value pair format. 112 * @param parcel Indicates the object into the parcel. 120 * @param parcel Indicates the parcel object. 129 * @param parcel Indicates the parcel object.
|
| /base/security/crypto_framework/frameworks/crypto_operation/ |
| H A D | sm2_crypto_util.c | 60 LOGE("Invalid param mode"); in CheckMode() 87 LOGE("Invalid param hashData"); in CheckSm2CipherTextSpec() 96 LOGE("Invalid param mode!"); in HcfGenCipherTextBySpec() 100 LOGE("Invalid param output!"); in HcfGenCipherTextBySpec() 104 LOGE("Invalid param spec!"); in HcfGenCipherTextBySpec() 118 LOGE("Invalid param mode!"); in HcfGetCipherTextSpec() 122 LOGE("Invalid param input!"); in HcfGetCipherTextSpec() 126 LOGE("Invalid param returnSpc!"); in HcfGetCipherTextSpec()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| H A D | hks_openssl_hash.c | 70 HKS_IF_NOT_SUCC_LOGE_RETURN(HksOpensslCheckBlob(hash), HKS_ERROR_INVALID_ARGUMENT, "Invalid param hash!")
in HashCheckParam() 72 HKS_IF_NOT_SUCC_LOGE_RETURN(HksOpensslCheckBlob(msg), HKS_ERROR_INVALID_ARGUMENT, "Invalid param msg!")
in HashCheckParam() 121 HKS_IF_NULL_LOGE_RETURN(cryptoCtx, HKS_ERROR_INVALID_ARGUMENT, "Invalid param cryptoCtx!")
in HksOpensslHashUpdate() 124 HKS_ERROR_INVALID_ARGUMENT, "Invalid param msg!")
in HksOpensslHashUpdate() 137 HKS_LOG_E("Invalid param cryptoCtx!");
in HksOpensslHashFinal() 142 HKS_LOG_E("Invalid param msg!");
in HksOpensslHashFinal() 148 HKS_LOG_E("Invalid param hash!");
in HksOpensslHashFinal() 181 HKS_LOG_E("Openssl Hash freeCtx param error");
in HksOpensslHashFreeCtx()
|
| /base/sensors/sensor/vibration_convert/core/algorithm/conversion/include/ |
| H A D | conversion_mfcc.h | 51 * @param numBins The value equal hopLength for sfft. 52 * @param numCoeffs 12 semitones, the value is 12+1. 53 * @param para Calculate the parameters required for MFCC. 62 * @param powerSpectrum Log-power Mel spectrogram 81 * @param nFft number of FFT components 82 * @param para Calculate the parameters required for MFCC. 83 * @param frmCount Return frame counts. 84 * @param melBasis [shape=(n_mels, 1 + nFft/2)] Mel transform matrix
|
| /base/update/updater/services/diffpatch/patch/ |
| H A D | image_patch.h | 32 virtual int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) = 0; 54 int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) override; 62 int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) override; 71 int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) override; 73 virtual int32_t ReadHeader(const PatchParam ¶m, PatchHeader &header, size_t &offset) = 0; 75 int32_t StartReadHeader(const PatchParam ¶m, PatchHeader &header, size_t &offset); 89 int32_t ReadHeader(const PatchParam ¶m, PatchHeader &header, size_t &offset) override; 106 int32_t ReadHeader(const PatchParam ¶m, PatchHeader &header, size_t &offset) override;
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_wait.c | 52 int osal_wait_interruptible(osal_wait *wait, osal_wait_condition_func func, const void *param) in osal_wait_interruptible() argument 71 return wait_event_interruptible((*wq), func(param)); in osal_wait_interruptible() 75 int osal_wait_uninterruptible(osal_wait *wait, osal_wait_condition_func func, const void *param) in osal_wait_uninterruptible() argument 93 wait_event((*wq), func(param)); in osal_wait_uninterruptible() 100 int osal_wait_timeout_interruptible(osal_wait *wait, osal_wait_condition_func func, const void *param, unsigned long ms) in osal_wait_timeout_interruptible() argument 119 return wait_event_interruptible_timeout((*wq), func(param), msecs_to_jiffies(ms)); in osal_wait_timeout_interruptible() 125 const void *param, unsigned long ms) in osal_wait_timeout_uninterruptible() 144 timeout = wait_event_timeout((*wq), func(param), msecs_to_jiffies(ms)); in osal_wait_timeout_uninterruptible() 124 osal_wait_timeout_uninterruptible(osal_wait *wait, osal_wait_condition_func func, const void *param, unsigned long ms) osal_wait_timeout_uninterruptible() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| H A D | hi_i2s.h | 68 * @param i2s_attribute [IN] type #hi_i2s_attribute*,I2S configuration parameter. CNcomment:I2S配置参数。CNend 86 * @param None 105 * @param wr_data [OUT] type #hi_u8*,TX data pointer.CNcomment:接收数据指针。CNend 106 * @param wr_len [IN] type #hi_u32,length of the target data to be send (unit: byte). 108 * @param time_out_ms [IN] type #hi_u32,wait timeout period.CNcomment:超时时间。CNend 127 * @param rd_data [OUT] type #hi_u8*,RX data pointer.CNcomment:接收数据指针。CNend 128 * @param rd_len [IN] type #hi_u32,length of the target data to be received (unit: byte). 130 * @param time_out_ms [IN] type #hi_u32,wait timeout period.CNcomment:超时时间。CNend
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| H A D | str.h | 52 * @param size The size to allocate for the binary string data. 61 * @param string The string to free off. 70 * @param data The data to put in the new string object. 71 * @param size The size to allocate for the binary string data. 80 * @param string The string to free off. 93 * @param string The const string to convert to a coap_str_const_t * 103 * @param string1 The first string. 104 * @param string2 The second string.
|
| /foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/ |
| H A D | IRil.idl | 63 * @param rilCallback Callback to set. For details, see {@link IRilCallback}. 76 * @param slotId Card slot ID. 77 * @param serialId Serial ID of a request. 78 * @param ncfgOperatorInfo Operator info. For details, see {@link Types}. 92 * @param slotId Card slot ID. 93 * @param serialId Serial ID of a request. 106 * @param slotId Card slot ID. 107 * @param serialId Serial ID of a request.
|
| /foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
| H A D | sa_ts_interface_code_emitter.cpp | 87 AutoPtr<ASTParameter> param = method->GetParameter(i);
in EmitInterfaceMethod() local 88 if (param->GetAttribute() & ASTParamAttr::PARAM_IN) {
in EmitInterfaceMethod() 89 AutoPtr<SaTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType());
in EmitInterfaceMethod() 90 sb.AppendFormat("%s: %s, ", param->GetName().c_str(), typeEmitter->EmitTsType().c_str());
in EmitInterfaceMethod() 107 AutoPtr<ASTParameter> param = method->GetParameter(i);
in EmitInterfaceMethodCallback() local 108 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) {
in EmitInterfaceMethodCallback() 109 AutoPtr<SaTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType());
in EmitInterfaceMethodCallback() 110 sb.AppendFormat(", %s: %s", param->GetName().c_str(), typeEmitter->EmitTsType().c_str());
in EmitInterfaceMethodCallback()
|
| /foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/foo/location/geofence/v1_0/ |
| H A D | IGeofenceCallback.idl | 52 * @param isAvailable Indicates whether the geofence service is available. 63 * @param fenceIndex Indicates geofence ID, this geofence ID is unique. 64 * @param location Indicates current Location. For details, see {@link Location}. 65 * @param event Indicates name of the currently report event. For details, see {@link GeofenceEvent}. 66 * @param timestamp Indicates timestamp when the geofence event is reported. 80 * @param fenceIndex Indicates geofence ID, this geofence ID is unique. 81 * @param type Indicates geofence operation type. For details, see {@link GeofenceOperateType}. 82 * @param result Indicates geofence operation result. For details, see {@link GeofenceOperateResult}.
|
| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
| H A D | napi_common_want.h | 32 bool UnwrapElementName(napi_env env, napi_value param, ElementName &elementName); 35 bool UnwrapWantParams(napi_env env, napi_value param, AAFwk::WantParams &wantParams); 39 bool UnwrapWant(napi_env env, napi_value param, AAFwk::Want &want); 42 bool UnWrapAbilityResult(napi_env env, napi_value param, int &resultCode, AAFwk::Want &want); 44 void HandleNapiObject(napi_env env, napi_value param, napi_value jsProValue, std::string &strProName, 47 bool IsSpecialObject(napi_env env, napi_value param, std::string &strProName, std::string type, 50 bool HandleFdObject(napi_env env, napi_value param, std::string &strProName, AAFwk::WantParams &wantParams); 52 bool HandleRemoteObject(napi_env env, napi_value param, std::string &strProName, AAFwk::WantParams &wantParams);
|
| /foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/ |
| H A D | js_ability_auto_startup_manager_utils.cpp | 24 bool UnwrapAutoStartupInfo(napi_env env, napi_value param, AutoStartupInfo &info) in UnwrapAutoStartupInfo() argument 26 if (!IsNormalObject(env, param)) { in UnwrapAutoStartupInfo() 27 TAG_LOGE(AAFwkTag::AUTO_STARTUP, "invalid param"); in UnwrapAutoStartupInfo() 31 if (!AppExecFwk::UnwrapStringByPropertyName(env, param, "bundleName", info.bundleName)) { in UnwrapAutoStartupInfo() 36 if (!AppExecFwk::UnwrapStringByPropertyName(env, param, "abilityName", info.abilityName)) { in UnwrapAutoStartupInfo() 41 if (AppExecFwk::IsExistsByPropertyName(env, param, "appCloneIndex")) { in UnwrapAutoStartupInfo() 42 if (!AppExecFwk::UnwrapInt32ByPropertyName(env, param, "appCloneIndex", info.appCloneIndex)) { in UnwrapAutoStartupInfo() 48 AppExecFwk::UnwrapStringByPropertyName(env, param, "moduleName", info.moduleName); in UnwrapAutoStartupInfo()
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
| H A D | page_ability_impl.h | 44 * @param want Indicates the structure containing information about the ability. 45 * @param targetState The life cycle state to switch to. 46 * @param sessionInfo Indicates the sessionInfo. 55 * @param want Indicates the structure containing information about the ability. 56 * @param targetState The life cycle state to switch to. 67 * @param keyEvent Indicates the key-down event. 77 * @param keyEvent Indicates the key-up event. 88 * @param touchEvent Indicates information about the touch event.
|
| /foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/ |
| H A D | formmenu.js | 41 want.parameters['ohos.extra.param.key.add_form_to_host_width'] = compInfo.size.width.toFixed(2); 42 want.parameters['ohos.extra.param.key.add_form_to_host_height'] = compInfo.size.height.toFixed(2); 43 want.parameters['ohos.extra.param.key.add_form_to_host_screenx'] = compInfo.screenOffset.x.toFixed(2); 44 want.parameters['ohos.extra.param.key.add_form_to_host_screeny'] = compInfo.screenOffset.y.toFixed(2); 45 want.parameters['ohos.extra.param.key.add_form_to_host_snapshot'] = pixelStr; 54 * @param { Want } want - The want of the form to publish. 55 * @param { string } componentId - The id of the component used to get form snapshot. 56 * @param { AddFormOptions } [options] - Add form options.
|
| /foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/ |
| H A D | js_async_work.h | 73 * @param [in] handler: QueueHandler object to set 80 * @param [in] workHandler: the entry handler of the async work 81 * @param [in] data: pointer to the data the async work needed 91 * @param[in] handler: the entry handler of the async work 92 * @param[in] data: pointer to the data the async work needed 101 * @param [in] msgId: the new message ID 102 * @param [in] data: pointer to the data 111 * @param [in] asyncWork: reference to the async work to be executed
|
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| H A D | bluetooth_gatt_descriptor.h | 69 * @param uuid Uuid of Gatt Descriptor. 70 * @param permissions permissions of Gatt Descriptor. 79 * @param uuid Uuid of Gatt Descriptor. 80 * @param handle handle of Gatt Descriptor. 81 * @param permissions permissions of Gatt Descriptor. 129 * @param size size of get value. 139 * @param values values of set value. 140 * @param length length of set value.
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
| H A D | a2dp_service_connection.h | 31 * @param role The a2dp profile role of local device. 53 * @param device The address of the peer bluetooth device. 63 * @param device The address of the peer bluetooth device. 73 * @param device The address of the peer bluetooth device. 74 * @param state The connection state of the peer bluetooth device. 83 * @param device The address of the peer bluetooth device. 112 * @param device The address of the peer bluetooth device. 113 * @param role The local device's profile role.
|
| /foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
| H A D | element_name.h | 81 * @param element Indicates the pointer to the <b>ElementName</b> to clear. 89 * @param element Indicates the pointer to the <b>ElementName</b> to clear. 96 * @param element Indicates the pointer to the <b>ElementName</b> to set. 97 * @param deviceId Indicates the pointer to the device ID to set. 106 * @param element Indicates the pointer to the <b>ElementName</b> to set. 107 * @param bundleName Indicates the pointer to the bundle name to set. 116 * @param element Indicates the pointer to the <b>ElementName</b> to set. 117 * @param abilityName Indicates the pointer to the class name to set.
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
| H A D | render_handle_component.h | 50 * @param entity Entity. 55 * @param index Index of the component. 61 * @param entity Entity. 66 * @param index Index of the component. 71 * @param handle Render handle to search for. 79 * @param entityMgr Entity manager. 80 * @param rhcMgr Render handle component manager. 81 * @param handle Render handle reference for the render resource.
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
| H A D | intf_render_data_store_default_acceleration_structure_staging.h | 112 * @param buildInfo Build info for acceleration structure. 113 * @param geoms Geometry data for building. 119 * @param buildInfo Build info for acceleration structure. 120 * @param geoms Geometry data for building. 126 * @param buildInfo Build info for acceleration structure. 127 * @param geoms Geometry data for building. 133 * @param bufferOffset Instance buffer with offset. (MemoryPropertyFlags: CORE_MEMORY_PROPERTY_HOST_VISIBLE_BIT | 135 * @param data Array view of data to be copied.
|