Home
last modified time | relevance | path

Searched full:param (Results 8351 - 8375 of 20635) sorted by relevance

1...<<331332333334335336337338339340>>...826

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diability_controller.h36 * @param want The want of ability to start.
37 * @param bundleName The bundleName of ability to start.
45 * @param bundleName The bundleName of ability to return.
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.h35 * @param runtime Indicates the ability runtime.
36 * @param args Indicates the AbilityDelegatorArgs object.
37 * @param bundleInfo Indicates the bundle info.
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_proxy.h37 * @param[in] client The event receiver to handle IME event. Make it weak.
38 * @param[in] config Indicate how to show the keyboard.
39 * @param[in] taskExecutor The task executor to be posted to run JNI task.
/foundation/barrierfree/accessibility/common/interface/include/parcel/
H A Daccessibility_gesture_inject_path_parcel.h31 * @param parcel Indicates the Parcel object into which the sequenceable object has been marshaled.
38 * @param parcel Indicates the Parcel object to which the sequenceable object will be marshaled.
45 * @param parcel Indicates the Parcel object into which the sequenceable object has been marshaled.
H A Daccessibility_ability_info_parcel.h31 * @param parcel Indicates the Parcel object into which the sequenceable object has been marshaled.
38 * @param parcel Indicates the Parcel object to which the sequenceable object will be marshaled.
45 * @param parcel Indicates the Parcel object into which the sequenceable object has been marshaled.
H A Daccessibility_caption_parcel.h30 * @param parcel Indicates the Parcel object into which the sequenceable
38 * @param parcel Indicates the Parcel object to which the sequenceable
46 * @param parcel Indicates the Parcel object into which the sequenceable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_storage_interface.h31 * @param infos Indicates the map to save all installed bundles.
37 * @param innerBundleInfo Indicates the InnerBundleInfo object to be save.
43 * @param innerBundleInfo Indicates the InnerBundleInfo object to be Delete.
H A Dstatus_receiver_proxy.h31 * @param progress Indicates the percentage of the installation progress.
36 * @param resultCode Indicates the status code returned for the application installation, update, or uninstallation
38 * @param resultMsg Indicates the result message returned with the status code.
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H A Dtask_manager.h35 * @param [in] task task pointer
41 * @param [in] task task pointer
47 * @param [in] enable task run
/foundation/arkui/ui_lite/interfaces/kits/events/
H A Daod_callback.h47 * @param view Indicates the view instance where the tap event occurs.
55 * @param view Indicates the view instance where the sliding end event occurs.
63 * @param view the attached view
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_data_structure.h54 * @param dataLength Data length.
55 * @param type Data type.
56 * @param value Data value.
H A Dclassic_bluetooth_data.h71 * @param len Data length.
78 * @param dataStruct Data structure.
87 * @param data Bluetooth data.
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket_outputstream.h52 * @param socketFd Socket fd.
67 * @param buf Data to be written.
68 * @param length The length of data to be written.
H A Dbluetooth_socket_inputstream.h52 * @param socketFd Socket fd.
67 * @param buf Data to be read.
68 * @param length The length of data to be read.
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_gpu_resource_data_copy.h56 * @param data Byte data.
57 * @param dstHandle Dst resource.
58 * @param bufferCopy Buffer copy info struct.
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_util.h35 * @param segTmpltStr SegmentTemplate Url String
36 * @param segTmpltIdentifier SegmentTemplate Identifer
37 * @param substitutionStr substitute paramter
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Ddynamic_font_provider.h41 * @param familyName The name of the font family you want,
44 * @param data The font data pointer.
45 * @param datalen The font data length.
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H A Dtrace.h30 * @param proc The process name for scope tracking.
41 * @param key The proc what you what appned that counts to trace content
42 * @param val The count of the key
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/
H A Drs_frame_rate_vote.h35 * @param surfaceNodeId the surfaceNode unique id
36 * @param sourceType the buffer queue type of the surfaceNode
37 * @param buffer the buffer queue
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H A Dpipeline.h46 * @param filters 要添加的filter
60 * @param filters 要连接的filter
70 * @param port1 前一个节点的输出端口
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dtype_cast_ext.h31 * @param t1 type
32 * @param t2 type
57 * @param ptr pointer
/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/
H A Dtype_cast_ext.h30 * @param t1 type
31 * @param t2 type
56 * @param ptr pointer
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dready_state.h46 std::tuple<ErrorCode, Action> Seek(const Plugin::Any& param) override
50 FALSE_RETURN_V(Plugin::Any::IsSameTypeWith<SeekInfo>(param), err);
51 auto info = Plugin::AnyCast<SeekInfo>(param);
H A Dinit_state.h35 std::tuple<ErrorCode, Action> SetSource(const Plugin::Any& param) override
38 if (!Plugin::Any::IsSameTypeWith<std::shared_ptr<MediaSource>>(param) ||
39 !(source = Plugin::AnyCast<std::shared_ptr<MediaSource>>(param))) {
H A Didle_state.h28 std::tuple<ErrorCode, Action> SetSource(const Plugin::Any& param) override
31 if (!Plugin::Any::IsSameTypeWith<std::shared_ptr<MediaSource>>(param) ||
32 !(source = Plugin::AnyCast<std::shared_ptr<MediaSource>>(param))) {

Completed in 15 milliseconds

1...<<331332333334335336337338339340>>...826