| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct/channel/ |
| D | default_negotiate_channel_test.cpp | 63 int32_t PostData(struct WifiDirectNegotiateChannel *base, const uint8_t *data, size_t size) in PostData() 71 int32_t GetDeviceId(struct WifiDirectNegotiateChannel *base, char *deviceId, size_t deviceIdSize) in GetDeviceId() 79 int32_t GetP2pMac(struct WifiDirectNegotiateChannel *base, char *p2pMac, size_t p2pMacSize) in GetP2pMac() 87 void SetP2pMac(struct WifiDirectNegotiateChannel *base, const char *p2pMac) in SetP2pMac() 92 bool IsP2pChannel(struct WifiDirectNegotiateChannel *base) in IsP2pChannel() 98 bool IsMetaChannel(struct WifiDirectNegotiateChannel *base) in IsMetaChannel() 104 struct WifiDirectNegotiateChannel* Duplicate(struct WifiDirectNegotiateChannel *base) in Duplicate() 110 void Destructor(struct WifiDirectNegotiateChannel *base) in Destructor() 188 DefaultNegotiateChannel *base = DefaultNegotiateChannelNew(1); variable 204 DefaultNegotiateChannel *base = DefaultNegotiateChannelNew(1); variable [all …]
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct/processor/ |
| D | default_negotiate_channel_mock.cpp | 27 static int32_t PostData(struct WifiDirectNegotiateChannel *base, const uint8_t *data, size_t size) in PostData() 35 static bool IsRemoteTlvSupported(struct WifiDirectNegotiateChannel *base) in IsRemoteTlvSupported() 41 static int32_t GetDeviceId(struct WifiDirectNegotiateChannel *base, char *deviceId, size_t deviceId… in GetDeviceId() 46 static int32_t GetP2pMac(struct WifiDirectNegotiateChannel *base, char *p2pMac, size_t p2pMacSize) in GetP2pMac() 54 static void SetP2pMac(struct WifiDirectNegotiateChannel *base, const char *p2pMac) in SetP2pMac() 60 static bool IsP2pChannel(struct WifiDirectNegotiateChannel *base) in IsP2pChannel() 66 static bool IsMetaChannel(struct WifiDirectNegotiateChannel *base) in IsMetaChannel() 78 static struct WifiDirectNegotiateChannel* Duplicate(struct WifiDirectNegotiateChannel *base) in Duplicate() 85 static void Destructor(struct WifiDirectNegotiateChannel *base) in Destructor()
|
| /foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/hdi_plugins/ |
| D | hdi_venc_params_mgr.cpp | 152 GstVencBase *base = GST_VENC_BASE(element); in ConfigEncoderParams() local 167 GstVencBase *base = GST_VENC_BASE(element); in SetDynamicBitrate() local 180 GstVencBase *base = GST_VENC_BASE(element); in SetInputVideoCommon() local 203 GstVencBase *base = GST_VENC_BASE(element); in SetOutputVideoCommon() local 224 GstVencBase *base = GST_VENC_BASE(element); in SetVideoFormat() local 234 GstVencBase *base = GST_VENC_BASE(element); in GetInputVideoCommon() local 248 GstVencBase *base = GST_VENC_BASE(element); in GetOutputVideoCommon() local 262 GstVencBase *base = GST_VENC_BASE(element); in GetVideoFormat() local 314 GstVencBase *base = GST_VENC_BASE(element); in InitBitRateMode() local 347 GstVencBase *base = GST_VENC_BASE(element); in InitAvcCommonParamters() local [all …]
|
| D | hdi_vdec_params_mgr.cpp | 77 GstVdecBase *base = GST_VDEC_BASE(element); in SetFrameRate() local 93 GstVdecBase *base = GST_VDEC_BASE(element); in SetInputVideoCommon() local 108 GstVdecBase *base = GST_VDEC_BASE(element); in SetOutputVideoCommon() local 122 GstVdecBase *base = GST_VDEC_BASE(element); in SetVideoFormat() local 160 GstVdecBase *base = GST_VDEC_BASE(element); in GetOutputVideoCommon() local 194 GstVdecBase *base = GST_VDEC_BASE(element); in GetVideoFormat() local 217 GstVdecBase *base = GST_VDEC_BASE(element); in GetBufferUsage() local 248 GstVdecBase *base = GST_VDEC_BASE(element); in VideoSurfaceInit() local
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct/command/ |
| D | wifi_direct_negotiate_command.c | 26 static void ExecuteProcessRemoteNegotiateMessage(struct WifiDirectCommand *base) in ExecuteProcessRemoteNegotiateMessage() 48 static void OnNegotiateComplete(struct WifiDirectCommand *base, struct NegotiateMessage *msg) in OnNegotiateComplete() 58 static void OnNegotiateFailure(struct WifiDirectCommand *base, int32_t reason) in OnNegotiateFailure() 68 static void OnNegotiateTimeout(struct WifiDirectCommand *base) in OnNegotiateTimeout() 107 void WifiDirectNegotiateCommandDelete(struct WifiDirectCommand *base) in WifiDirectNegotiateCommandDelete()
|
| D | wifi_direct_disconnect_command.c | 95 static void ExecuteDisconnection(struct WifiDirectCommand *base) in ExecuteDisconnection() 107 static void OnDisconnectSuccess(struct WifiDirectCommand *base, struct NegotiateMessage *msg) in OnDisconnectSuccess() 125 static void OnDisconnectFailure(struct WifiDirectCommand *base, int32_t reason) in OnDisconnectFailure() 143 static void OnDisconnectTimeout(struct WifiDirectCommand *base) in OnDisconnectTimeout() 155 static struct WifiDirectCommand* Duplicate(struct WifiDirectCommand *base) in Duplicate() 204 void WifiDirectDisconnectCommandDelete(struct WifiDirectCommand *base) in WifiDirectDisconnectCommandDelete()
|
| D | wifi_direct_connect_command.c | 33 static bool IsNeedRetry(struct WifiDirectCommand *base, int32_t reason) in IsNeedRetry() 187 static void ExecuteConnection(struct WifiDirectCommand *base) in ExecuteConnection() 229 static void OnConnectSuccess(struct WifiDirectCommand *base, struct NegotiateMessage *msg) in OnConnectSuccess() 267 static void OnConnectFailure(struct WifiDirectCommand *base, int32_t reason) in OnConnectFailure() 301 static void OnConnectTimeout(struct WifiDirectCommand *base) in OnConnectTimeout() 310 static struct WifiDirectCommand* Duplicate(struct WifiDirectCommand *base) in Duplicate() 359 void WifiDirectConnectCommandDelete(struct WifiDirectCommand *base) in WifiDirectConnectCommandDelete()
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct/protocol/ |
| D | tlv_protocol.c | 37 static bool Pack(struct WifiDirectProtocol *base, struct InfoContainer *container, uint8_t **outBuf… in Pack() 48 static bool SetDataSource(struct WifiDirectProtocol *base, const uint8_t *data, size_t size) in SetDataSource() 71 static bool Unpack(struct WifiDirectProtocol *base, struct InfoContainer *container) in Unpack() 79 static bool WriteData(struct WifiDirectProtocol *base, struct InfoContainerKeyProperty *keyProperty, in WriteData() 85 static bool ReadData(struct WifiDirectProtocol *base, struct InfoContainerKeyProperty *keyProperty, in ReadData() 112 static void SetFormat(struct WifiDirectProtocol *base, struct ProtocolFormat *format) in SetFormat() 117 static void Destructor(struct WifiDirectProtocol *base) in Destructor()
|
| D | json_protocol.c | 36 static bool Pack(struct WifiDirectProtocol *base, struct InfoContainer *container, uint8_t **outBuf… in Pack() 61 static bool SetDataSource(struct WifiDirectProtocol *base, const uint8_t *data, size_t size) in SetDataSource() 76 static bool Unpack(struct WifiDirectProtocol *base, struct InfoContainer *container) in Unpack() 84 static bool WriteData(struct WifiDirectProtocol *base, struct InfoContainerKeyProperty *keyProperty, in WriteData() 118 static bool ReadData(struct WifiDirectProtocol *base, struct InfoContainerKeyProperty *keyProperty, in ReadData() 171 static void Destructor(struct WifiDirectProtocol *base) in Destructor()
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct/channel/ |
| D | fast_connect_negotiate_channel.c | 71 static int32_t PostData(struct WifiDirectNegotiateChannel *base, const uint8_t *data, size_t size) in PostData() 77 static int32_t GetDeviceId(struct WifiDirectNegotiateChannel *base, char *deviceId, size_t deviceId… in GetDeviceId() 83 static int32_t GetP2pMac(struct WifiDirectNegotiateChannel *base, char *p2pMac, size_t p2pMacSize) in GetP2pMac() 97 static void SetP2pMac(struct WifiDirectNegotiateChannel *base, const char *p2pMac) in SetP2pMac() 104 static bool IsP2pChannel(struct WifiDirectNegotiateChannel *base) in IsP2pChannel() 110 static enum WifiDirectNegotiateChannelType GetMediumType(struct WifiDirectNegotiateChannel *base) in GetMediumType() 116 static struct WifiDirectNegotiateChannel *Duplicate(struct WifiDirectNegotiateChannel *base) in Duplicate() 123 static void Destructor(struct WifiDirectNegotiateChannel *base) in Destructor()
|
| D | default_negotiate_channel.c | 119 static int32_t PostData(struct WifiDirectNegotiateChannel *base, const uint8_t *data, size_t size) in PostData() 140 static int32_t GetDeviceId(struct WifiDirectNegotiateChannel *base, char *deviceId, size_t deviceId… in GetDeviceId() 155 static int32_t GetP2pMac(struct WifiDirectNegotiateChannel *base, char *p2pMac, size_t p2pMacSize) in GetP2pMac() 175 static void SetP2pMac(struct WifiDirectNegotiateChannel *base, const char *p2pMac) in SetP2pMac() 184 static enum WifiDirectNegotiateChannelType GetMediumType(struct WifiDirectNegotiateChannel *base) in GetMediumType() 200 static bool IsP2pChannel(struct WifiDirectNegotiateChannel *base) in IsP2pChannel() 209 static bool IsMetaChannel(struct WifiDirectNegotiateChannel *base) in IsMetaChannel() 225 static struct WifiDirectNegotiateChannel *Duplicate(struct WifiDirectNegotiateChannel *base) in Duplicate() 239 static void Destructor(struct WifiDirectNegotiateChannel *base) in Destructor()
|
| /foundation/multimedia/media_foundation/engine/plugin/core/ |
| D | plugin_register.cpp | 172 auto& base = (SourcePluginDef&)def; in InitSourceInfo() local 185 auto& base = (DemuxerPluginDef&)def; in InitDemuxerInfo() local 198 auto& base = (MuxerPluginDef&)def; in InitMuxerInfo() local 210 auto& base = (CodecPluginDef&)def; in InitCodecInfo() local 242 auto& base = (OutputSinkPluginDef&)def; in InitOutputSinkInfo() local 254 auto& base = (GenericPluginDef&)def; in InitGenericPlugin() local 267 auto& base = (SourcePluginDef&)def; in SourceCapabilityConvert() local 275 auto& base = (DemuxerPluginDef&)def; in DemuxerCapabilityConvert() local 283 auto& base = (CodecPluginDef&)def; in CodecCapabilityConvert() local 292 auto& base = (AudioSinkPluginDef&)def; in AudioSinkCapabilityConvert() local [all …]
|
| /foundation/ai/ai_engine/services/common/protocol/plugin_config/plugin_config_ini/ |
| D | sample_plugin_1.ini | 16 [base] section 17 supported_boards = ALL 18 related_sessions = sample_plugin_1+1
|
| D | asr_keyword_spotting.ini | 15 [base] section 16 supported_boards = hispark_taurus 17 related_sessions = asr_keyword_spotting+20001002
|
| D | cv_image_classification.ini | 15 [base] section 16 supported_boards = hispark_taurus 17 related_sessions = cv_image_classification+20001001
|
| D | sample_plugin_2.ini | 16 [base] section 17 supported_boards = ALL 18 related_sessions = sample_plugin_2+1
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct/protocol/ |
| D | wifi_direct_protocol_test.cpp | 53 static bool TrueMarShalling(InfoContainer *container, WifiDirectProtocol *base) in TrueMarShalling() 70 …struct WifiDirectProtocol *base = static_cast<struct WifiDirectProtocol*>(SoftBusCalloc(sizeof(*ba… variable 119 …struct WifiDirectProtocol *base = static_cast<struct WifiDirectProtocol*>(SoftBusCalloc(sizeof(*ba… variable 147 …struct WifiDirectProtocol *base = static_cast<struct WifiDirectProtocol*>(SoftBusCalloc(sizeof(*ba… variable
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
| D | av_sync_utils.cpp | 53 uint8_t *base = reinterpret_cast<uint8_t*>(addr); in CreateAVTransSharedMemory() local 99 uint8_t *base = reinterpret_cast<uint8_t*>(addr); in WriteClockUnitToMemory() local 139 uint8_t *base = reinterpret_cast<uint8_t*>(addr); in ReadClockUnitFromMemory() local 184 uint8_t *base = reinterpret_cast<uint8_t*>(addr); in WriteFrameInfoToMemory() local 213 uint8_t *base = reinterpret_cast<uint8_t*>(addr); in ReadFrameInfoFromMemory() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| D | pixel_map_parcel.cpp | 66 uint8_t *base = nullptr; in ReadAshmemDataFromParcel() local 93 uint8_t *base = nullptr; in ReadHeapDataFromParcel() local 133 uint8_t *base = nullptr; in CreateFromParcel() local
|
| /foundation/multimedia/player_framework/services/engine/gstreamer/plugins/subtitle/ |
| D | gst_subtitle_srt_parse.cpp | 109 static gboolean gst_subtitle_srt_parse_decode_frame(GstSubtitleBaseParse *base, const GstSubtitleFr… in gst_subtitle_srt_parse_decode_frame() 406 static gchar *parse_subsrt_time(GstSubtitleBaseParse *base, const gchar *line) in parse_subsrt_time() 434 static gchar *parse_subsrt_subtext(GstSubtitleBaseParse *base, const gchar *line) in parse_subsrt_subtext() 483 static gchar *parse_subsrt(GstSubtitleBaseParse *base, const gchar *line) in parse_subsrt() 510 static gsize read_frame_from_external(GstSubtitleBaseParse *base, GstSubtitleFrame *frame) in read_frame_from_external() 553 static gsize gst_subtitle_srt_parse_read_frame(GstSubtitleBaseParse *base, GstSubtitleFrame *frame) in gst_subtitle_srt_parse_read_frame() 566 static GstCaps *gst_subtitle_srt_parse_get_src_caps(const GstSubtitleBaseParse *base, gint stream_i… in gst_subtitle_srt_parse_get_src_caps() 583 static void gst_subtitle_srt_parse_seek(GstSubtitleBaseParse *base, const GstEvent *event) in gst_subtitle_srt_parse_seek()
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
| D | matrix.h | 42 Vec3 base[3]; in BASE_BEGIN_NAMESPACE() member 127 Vec4 base[4]; // base[0] is X ,base [1] is Y, etc.. in BASE_BEGIN_NAMESPACE() member
|
| /foundation/resourceschedule/ffrt/benchmarks/ |
| D | plot.py | 27 def draw_fig(ax, base, data, title): argument
|
| D | CMakeLists.txt | 26 add_executable(base ${FFRT_BENCHMARK_PATH}/base/base.cpp) target
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
| D | webgl2_rendering_context_impl.h | 35 explicit WebGL2RenderingContextImpl(int32_t version, WebGLRenderingContextBasicBase *base) in WebGL2RenderingContextImpl()
|
| /foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/common/venc/ |
| D | gst_venc_h264.cpp | 50 GstVencBase *base = GST_VENC_BASE(self); in gst_venc_h264_init() local
|