Home
last modified time | relevance | path

Searched defs:Parser (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp176 struct Parser { struct
177Parser(std::string::const_iterator begin, std::string::const_iterator end) : begin(begin), end(end… in Parser() argument
179 static std::optional<uint16_t> ParsePort(const std::string &portStr) in ParsePort()
189 static std::list<std::string> ParseProxyExclusionList(const std::string &exclusionList) in ParseProxyExclusionList()
206 std::optional<std::string> GetHost() in GetHost()
216 std::optional<uint16_t> GetPort() in GetPort()
227 std::list<std::string> GetExclusionList() in GetExclusionList()
237 std::string::const_iterator begin;
238 std::string::const_iterator end;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dsend_object_data.cpp32 int SendObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::SendObjectData
H A Dclose_session_data.cpp34 int CloseSessionData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::CloseSessionData
H A Dopen_session_data.cpp34 int OpenSessionData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::OpenSessionData
H A Dmove_object_data.cpp34 int MoveObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::MoveObjectData
H A Dobject_event_data.cpp35 int ObjectEventData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::ObjectEventData
H A Ddelete_object_data.cpp34 int DeleteObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::DeleteObjectData
H A Dget_object_data.cpp38 int GetObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectData
H A Dget_storage_ids_data.cpp36 int GetStorageIdsData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetStorageIdsData
H A Dget_storage_info_data.cpp35 int GetStorageInfoData::Parser(const std::vector<uint8_t>& buffer, int32_t readSize) in Parser() function in OHOS::Media::GetStorageInfoData
H A Dget_device_prop_desc_data.cpp36 int GetDevicePropDescData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetDevicePropDescData
H A Dget_partial_object_data.cpp35 int GetPartialObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetPartialObjectData
H A Dset_object_references_data.cpp34 int SetObjectReferencesData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::SetObjectReferencesData
H A Dget_thumb_data.cpp37 int GetThumbData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetThumbData
H A Dcopy_object_data.cpp38 int CopyObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::CopyObjectData
H A Dget_object_references_data.cpp34 int GetObjectReferencesData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectReferencesData
H A Dget_object_handles_data.cpp37 int GetObjectHandlesData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectHandlesData
H A Dget_object_info_data.cpp37 int GetObjectInfoData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectInfoData
H A Dget_object_prop_value_data.cpp35 int GetObjectPropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectPropValueData
H A Dget_num_objects_data.cpp38 int GetNumObjectsData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetNumObjectsData
H A Dresp_common_data.cpp44 int RespCommonData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::RespCommonData
H A Dget_device_prop_value_data.cpp36 int GetDevicePropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetDevicePropValueData
H A Dget_object_props_supported_data.cpp73 int GetObjectPropsSupportedData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectPropsSupportedData
H A Dset_device_prop_value_data.cpp42 int SetDevicePropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::SetDevicePropValueData
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dheader_data.cpp38 int HeaderData::Parser(vector<uint8_t> &buffer, uint32_t readSize) in Parser() function in OHOS::Media::HeaderData

12