| /drivers/interface/codec/v2_0/ |
| H A D | ICodecCallback.idl | 83 * @param event Indicates the type of the event to report. For details, see {@link CodecEventType}. 84 * @param info Indicates the pointer to the information to report. For details, see {@link EventInfo}. 100 * @param appData Indicates the application data. Generally, it is an upper-layer instance 102 * @param buffer Indicates information about the input buffer that was emptied. For details, 119 * @param appData Indicates the application data. Generally, it is an upper-layer instance 121 * @param buffer Indicates information about the buffer that was filled. For details, see {@link OmxCodecBuffer}.
|
| /drivers/interface/codec/v3_0/ |
| H A D | ICodecCallback.idl | 83 * @param event Indicates the type of the event to report. For details, see {@link CodecEventType}. 84 * @param info Indicates the pointer to the information to report. For details, see {@link EventInfo}. 101 * @param appData Indicates the application data. Generally, it is an upper-layer instance 103 * @param buffer Indicates information about the input buffer that was emptied. For details, 121 * @param appData Indicates the application data. Generally, it is an upper-layer instance 123 * @param buffer Indicates information about the buffer that was filled. For details, see {@link OmxCodecBuffer}.
|
| /foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/ |
| H A D | user_auth_interface_service.h.txt | 42 const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfo& info) override; 64 int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, 87 const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1& info) override; 89 int32_t BeginAuthenticationV1_1(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, 99 int32_t BeginAuthenticationV1_2(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolutionV1_2& param, 103 const OHOS::HDI::UserAuth::V1_2::EnrollParamV1_2& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1& info) override;
|
| /foundation/ai/ai_engine/services/common/utils/encdec/include/ |
| H A D | data_encoder.h | 48 * @param [in] sz The size of the data which needs to be encoded. 68 * @param [in] arg argument need to be serialized. Receive any number of input. 90 * @param [out] dataInfo The serialized data. 99 * @param [in] incSize Size to check. 108 * @param [in] val The data that needs to be encoded. 164 * @param [in] val The data that needs to be encoded.
|
| /foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
| H A D | sa_ts_code_emitter.cpp | 39 AutoPtr<ASTParameter> param = method->GetParameter(j);
in CheckInterfaceType() local 40 type = param->GetType();
in CheckInterfaceType() 145 AutoPtr<ASTParameter> param = method->GetParameter(i);
in EmitInterfaceMethodHead() local 146 if (param->GetAttribute() & ASTParamAttr::PARAM_IN) {
in EmitInterfaceMethodHead() 147 AutoPtr<SaTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType());
in EmitInterfaceMethodHead() 148 sb.AppendFormat("%s: %s, ", param->GetName().c_str(), typeEmitter->EmitTsType().c_str());
in EmitInterfaceMethodHead()
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_refresh_limiter.cpp | 27 * @param formId The id of the form. 47 * @param formId The form id. 73 * @param formId The form id. 98 * @param formId The form id. 116 * @param formId The form id. 135 * @param formId The form id.
|
| /foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/ |
| H A D | ICodecCallback.idl | 83 * @param event Indicates the type of the event to report. For details, see {@link CodecEventType}. 84 * @param info Indicates the pointer to the information to report. For details, see {@link EventInfo}. 100 * @param appData Indicates the application data. Generally, it is an upper-layer instance 102 * @param buffer Indicates information about the input buffer that was emptied. For details, 119 * @param appData Indicates the application data. Generally, it is an upper-layer instance 121 * @param buffer Indicates information about the buffer that was filled. For details, see {@link OmxCodecBuffer}.
|
| /foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/ |
| H A D | ICodecCallback.idl | 83 * @param event Indicates the type of the event to report. For details, see {@link CodecEventType}. 84 * @param info Indicates the pointer to the information to report. For details, see {@link EventInfo}. 100 * @param appData Indicates the application data. Generally, it is an upper-layer instance 102 * @param buffer Indicates information about the input buffer that was emptied. For details, 119 * @param appData Indicates the application data. Generally, it is an upper-layer instance 121 * @param buffer Indicates information about the buffer that was filled. For details, see {@link OmxCodecBuffer}.
|
| /foundation/ability/ability_lite/interfaces/kits/ability_lite/ |
| H A D | ability_context.h | 68 * @param want Indicates the pointer to the {@link Want} structure containing information about the ability to 79 * @param want Indicates the pointer to the {@link Want} structure containing information about the ability to 100 * @param want Indicates the pointer to the {@link Want} structure containing information about the Service 102 * @param conn Indicates the callback to be invoked when the connection is successful. 103 * @param data Indicates the pointer to the data to be passed to the callback. 111 * @param conn Indicates the callback to be invoked when the connection is successful.
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | insight_intent_execute_param.cpp | 44 InsightIntentExecuteParam *param = new (std::nothrow) InsightIntentExecuteParam(); in Unmarshalling() local 45 if (param == nullptr) { in Unmarshalling() 49 if (!param->ReadFromParcel(parcel)) { in Unmarshalling() 50 delete param; in Unmarshalling() 51 param = nullptr; in Unmarshalling() 53 return param; in Unmarshalling()
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| H A D | application_impl.cpp | 31 * @param application The application which the mainthread launched. 106 * @param isLastProcess When it is the last application process, pass in true. 148 * @param level Indicates the memory trim level, which shows the current memory usage status. 162 * @param config Indicates the updated configuration information. 177 * @param state The target state of application. 200 * @param id recordId.
|
| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
| H A D | napi_common_configuration.cpp | 95 bool UnwrapConfiguration(napi_env env, napi_value param, Configuration &config) in UnwrapConfiguration() argument 99 if (!IsTypeForNapiValue(env, param, napi_object)) { in UnwrapConfiguration() 105 if (UnwrapStringByPropertyName(env, param, "language", language)) { in UnwrapConfiguration() 114 if (UnwrapInt32ByPropertyName(env, param, "colorMode", colormode)) { in UnwrapConfiguration() 127 if (UnwrapDoubleByPropertyName(env, param, "fontSizeScale", fontSizeScale)) { in UnwrapConfiguration() 139 if (UnwrapDoubleByPropertyName(env, param, "fontWeightScale", fontWeightScale)) { in UnwrapConfiguration()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_delegate_interface.h | 104 virtual void OnPageStarted(const std::string& param) = 0; 105 virtual void OnPageFinished(const std::string& param) = 0; 106 virtual void OnPageError(const std::string& param) = 0; 107 virtual void OnProgressChanged(const std::string& param) = 0; 108 virtual void OnReceivedTitle(const std::string& param) = 0; 109 virtual void OnPageVisible(const std::string& param) = 0;
|
| /foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
| H A D | accessibility_ability_info.h | 52 * @param initParams The params to init AccessibilityAbilityInfo.
106 * @param bundleName the package name of the accessible ability
124 * @param targetBundleNames the target bundle name to set.
133 * @param capabilities the capabilities to set.
142 * @param abilityTypes the ability types to set.
151 * @param eventTypes the event to set.
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
| H A D | bluetooth_avrcp_ct_observer_proxy.h | 85 * @param parcelableVector The communication data of IPC 86 * @param reply Serializable data 93 * @param parcelableVector The communication data of IPC 94 * @param reply Serializable data 101 * @param parcelableVector The communication data of IPC 102 * @param reply Serializable data
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
| H A D | intf_render_data_store_manager.h | 41 * @param name Name of the render data store instance 47 * @param dataStoreTypeUid Type UID of the render data store instance 48 * @param dataStoreName Name of the render data store instance 54 * @param dataStoreeUid Type UID of the render data store instance 55 * @param instance Instance to destroy 118 * @param name Name of the render data store instance
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_util.h | 120 * @param aUri Uri to data, this can point either to data uri or external file. 121 * @param mimeType Requested mime type, such as "image", can be empty to allow all mime types. 122 * @param aFilePath Root path that can be used for relative uri/file lookup. 123 * @param aFileManager File manager to access external files. 124 * @param aOutExtension File extension of the actual file. 125 * @param aOutData Output data.
|
| /foundation/multimedia/av_codec/interfaces/inner_api/native/ |
| H A D | media_sync_manager.h | 59 * @param clockTime based on HST_TIME_BASE 60 * @param mediaTime media time based on HST_TIME_BASE 61 * @param maxMediaTime duration of the resource 62 * @param supplier which report this time anchor 83 * @param mediaTime target pts 92 * @param supplier which report first frame
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/util/ |
| H A D | intf_render_frame_util.h | 122 * @param handle Render handle reference of the resource. 123 * @param flags Copy flag bits. 136 * @param handle The handle which was used when copy was added. 143 * @param backBufferConfiguration which will be hold and updated every frame 151 * @param signalData All the values are optional. 165 * @param handle The handle which was used when signal was added.
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
| H A D | component_query.h | 58 * @param baseComponentSet Components that are used as a base set for query, this should be the component manager 60 * @param operations Operations that are performed to base set when other component managers are merged to result. 61 * @param enableEntityLookup If true, allows to look up result row by using entity as a key (FindResultRow), this 77 * @param enableListeners True to enable listening to ecs events to automatically invalidate the query. 99 * @param index Index of the component. 120 * @param entity Entity to use in look-up
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/ |
| H A D | intf_performance_data_manager.h | 88 * @param handle A handle previously returned from BeginTimer. 94 * @param subCategory Name of the subcategory. 95 * @param name Name of the data entry. 96 * @param microSeconds Time in microseconds. 105 * @param subCategory A sub category to be removed. 129 * @param category Name of the category.
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsthreadhandlergeneric_fuzzer/ |
| H A D | rsthreadhandlergeneric_fuzzer.cpp | 81 int param = GetData<int>();
in DoPostTask() local 83 rsThreadHandlerGeneric->PostTask(taskHandle, param);
in DoPostTask() 98 int param = GetData<int>();
in DoPostTaskDelay() local 100 rsThreadHandlerGeneric->PostTaskDelay(taskHandle, nsecs, param);
in DoPostTaskDelay() 171 int param = GetData<int>();
in DoGenericMessageHandler() local 173 genericMessageHandler.Process(param);
in DoGenericMessageHandler()
|
| /foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
| H A D | @ohos.multimedia.cameraPicker.d.ts | 219 * @param { Context } context - From UIExtensionAbility. 220 * @param { Array<PickerMediaType> } mediaTypes - Pick media type. 221 * @param { PickerProfile } pickerProfile - Picker input Profile. 229 * @param { Context } context - From UIExtensionAbility. 230 * @param { Array<PickerMediaType> } mediaTypes - Pick media type. 231 * @param { PickerProfile } pickerProfile - Picker input Profile.
|
| /foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
| H A D | source_plugin.h | 46 * @param source data source, uri or stream source 61 * @param buffer Buffer to store the data, it can be nullptr or empty to get the buffer from plugin. 62 * @param expectedLen Expected data size to be read 75 * @param size data source size. 98 * @param offset position to read data frames 137 * @param bitRate user selects a bitrate
|
| /foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
| H A D | audio_video_muxer.cpp | 56 std::shared_ptr<Meta> param = std::make_shared<Meta>(); in SetRotation() local 57 param->Set<Tag::VIDEO_ROTATION>(static_cast<Plugins::VideoRotation>(rotation)); in SetRotation() 58 int32_t ret = muxer_->SetParameter(param); in SetRotation() 99 std::shared_ptr<Meta> param = std::make_shared<Meta>(); in SetTimedMetadata() local 100 param->SetData("use_timed_meta_track", 1); in SetTimedMetadata() 101 return muxer_->SetParameter(param); in SetTimedMetadata()
|