Home
last modified time | relevance | path

Searched full:param (Results 8101 - 8125 of 19744) sorted by relevance

1...<<321322323324325326327328329330>>...790

/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))) {
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_session_listener.h50 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override;
58 void HandleEvent(int32_t event, const T& param);
61 void HandleEvent(int32_t event, const T& param, bool checkValid);
/foundation/multimedia/av_session/services/session/adapter/
H A Dparams_config_operator.cpp66 auto param = configIntParams.find(key); in GetValueIntByKey() local
67 if (param == configIntParams.end()) { in GetValueIntByKey()
71 *value = static_cast<int>(param->second); in GetValueIntByKey()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.h69 int32_t SetMetadata(const Param *params, int paramCnt);
71 int32_t GetMetadata(Param *param, int paramCnt);
/foundation/resourceschedule/work_scheduler/services/native/include/conditions/
H A Dbattery_level_listener.h39 * @param conditionType The condition type.
40 * @param conditionVal The condition val.
70 * @param data The data.
H A Dbattery_status_listener.h36 * @param conditionType The condition type.
37 * @param conditionVal The condition val.
66 * @param data The data.
H A Dcharger_listener.h35 * @param conditionType The condition type.
36 * @param conditionVal The condition val.
65 * @param data The data.
H A Dscreen_listener.h38 * @param conditionType The condition type.
39 * @param conditionVal The condition val.
69 * @param data The data.
H A Dstorage_listener.h35 * @param data The data.
49 * @param conditionType The condition type.
50 * @param conditionVal The condition val.
H A Dnetwork_listener.h33 * @param conditionType The condition type.
34 * @param conditionVal The condition val.
62 * @param data The data.

Completed in 14 milliseconds

1...<<321322323324325326327328329330>>...790