Searched full:param (Results 8101 - 8125 of 19744) sorted by relevance
1...<<321322323324325326327328329330>>...790
| /foundation/arkui/ui_lite/interfaces/kits/events/ |
| H A D | aod_callback.h | 47 * @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 D | classic_data_structure.h | 54 * @param dataLength Data length. 55 * @param type Data type. 56 * @param value Data value.
|
| H A D | classic_bluetooth_data.h | 71 * @param len Data length. 78 * @param dataStruct Data structure. 87 * @param data Bluetooth data.
|
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| H A D | bluetooth_socket_outputstream.h | 52 * @param socketFd Socket fd. 67 * @param buf Data to be written. 68 * @param length The length of data to be written.
|
| H A D | bluetooth_socket_inputstream.h | 52 * @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 D | intf_render_data_store_default_gpu_resource_data_copy.h | 56 * @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 D | dash_mpd_util.h | 35 * @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 D | dynamic_font_provider.h | 41 * @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 D | trace.h | 30 * @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 D | rs_frame_rate_vote.h | 35 * @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 D | pipeline.h | 46 * @param filters 要添加的filter 60 * @param filters 要连接的filter 70 * @param port1 前一个节点的输出端口
|
| /foundation/multimedia/media_foundation/engine/include/plugin/common/ |
| H A D | type_cast_ext.h | 31 * @param t1 type 32 * @param t2 type 57 * @param ptr pointer
|
| /foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/ |
| H A D | type_cast_ext.h | 30 * @param t1 type 31 * @param t2 type 56 * @param ptr pointer
|
| /foundation/multimedia/media_foundation/engine/scene/player/internal/ |
| H A D | ready_state.h | 46 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 D | init_state.h | 35 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 D | idle_state.h | 28 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 D | napi_session_listener.h | 50 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 D | params_config_operator.cpp | 66 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 D | decoder.h | 69 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 D | battery_level_listener.h | 39 * @param conditionType The condition type. 40 * @param conditionVal The condition val. 70 * @param data The data.
|
| H A D | battery_status_listener.h | 36 * @param conditionType The condition type. 37 * @param conditionVal The condition val. 66 * @param data The data.
|
| H A D | charger_listener.h | 35 * @param conditionType The condition type. 36 * @param conditionVal The condition val. 65 * @param data The data.
|
| H A D | screen_listener.h | 38 * @param conditionType The condition type. 39 * @param conditionVal The condition val. 69 * @param data The data.
|
| H A D | storage_listener.h | 35 * @param data The data. 49 * @param conditionType The condition type. 50 * @param conditionVal The condition val.
|
| H A D | network_listener.h | 33 * @param conditionType The condition type. 34 * @param conditionVal The condition val. 62 * @param data The data.
|
Completed in 14 milliseconds
1...<<321322323324325326327328329330>>...790