Home
last modified time | relevance | path

Searched defs:StreamAttr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h130 struct StreamAttr { struct
134 explicit StreamAttr(bool flag) : type_(BOOL_TYPE), boolVal_(flag) {} in StreamAttr() argument
135 explicit StreamAttr(int value) : type_(INT_TYPE), intVal_(value) {} in StreamAttr() function
136 explicit StreamAttr(std::string str) : type_(STRING_TYPE), strVal_(str) {} in StreamAttr() function
138 ValueType GetType() const in GetType()
143 int GetIntValue() const in GetIntValue()
148 std::string GetStrValue() const in GetStrValue()
153 bool GetBoolValue() const in GetBoolValue()
161 int intVal_ = -1;
162 std::string strVal_ = "";
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h99 struct StreamAttr { struct
100 int streamType;
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h124 struct StreamAttr { struct
125 int streamType; /**< Stream type {@link StreamType} */
/ohos5.0/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h80 } StreamAttr; typedef