/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | http_proxy.cpp | 176 struct Parser { struct 177 …Parser(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 D | send_object_data.cpp | 32 int SendObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::SendObjectData
|
H A D | close_session_data.cpp | 34 int CloseSessionData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::CloseSessionData
|
H A D | open_session_data.cpp | 34 int OpenSessionData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::OpenSessionData
|
H A D | move_object_data.cpp | 34 int MoveObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::MoveObjectData
|
H A D | object_event_data.cpp | 35 int ObjectEventData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::ObjectEventData
|
H A D | delete_object_data.cpp | 34 int DeleteObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::DeleteObjectData
|
H A D | get_object_data.cpp | 38 int GetObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectData
|
H A D | get_storage_ids_data.cpp | 36 int GetStorageIdsData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetStorageIdsData
|
H A D | get_storage_info_data.cpp | 35 int GetStorageInfoData::Parser(const std::vector<uint8_t>& buffer, int32_t readSize) in Parser() function in OHOS::Media::GetStorageInfoData
|
H A D | get_device_prop_desc_data.cpp | 36 int GetDevicePropDescData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetDevicePropDescData
|
H A D | get_partial_object_data.cpp | 35 int GetPartialObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetPartialObjectData
|
H A D | set_object_references_data.cpp | 34 int SetObjectReferencesData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::SetObjectReferencesData
|
H A D | get_thumb_data.cpp | 37 int GetThumbData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetThumbData
|
H A D | copy_object_data.cpp | 38 int CopyObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::CopyObjectData
|
H A D | get_object_references_data.cpp | 34 int GetObjectReferencesData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectReferencesData
|
H A D | get_object_handles_data.cpp | 37 int GetObjectHandlesData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectHandlesData
|
H A D | get_object_info_data.cpp | 37 int GetObjectInfoData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectInfoData
|
H A D | get_object_prop_value_data.cpp | 35 int GetObjectPropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectPropValueData
|
H A D | get_num_objects_data.cpp | 38 int GetNumObjectsData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetNumObjectsData
|
H A D | resp_common_data.cpp | 44 int RespCommonData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::RespCommonData
|
H A D | get_device_prop_value_data.cpp | 36 int GetDevicePropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetDevicePropValueData
|
H A D | get_object_props_supported_data.cpp | 73 int GetObjectPropsSupportedData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::GetObjectPropsSupportedData
|
H A D | set_device_prop_value_data.cpp | 42 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 D | header_data.cpp | 38 int HeaderData::Parser(vector<uint8_t> &buffer, uint32_t readSize) in Parser() function in OHOS::Media::HeaderData
|