Home
last modified time | relevance | path

Searched refs:Parser (Results 1 - 25 of 91) sorted by relevance

1234

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp68 int ret = getObjectPropValueDataOne.Parser(buffer, 0); in HWTEST_F()
72 ret = getObjectPropValueData.Parser(buffer, 0); in HWTEST_F()
77 ret = getObjectPropValueData.Parser(buffer, 24); in HWTEST_F()
205 int ret = getNumObjectsData.Parser(buffer, 0); in HWTEST_F()
208 ret = getNumObjectsDataOne.Parser(buffer, 0); in HWTEST_F()
213 ret = getNumObjectsData.Parser(buffer, 24); in HWTEST_F()
225 int ret = getNumObjectsData.Parser(buffer, 24); in HWTEST_F()
268 int ret = getObjectReferencesDataOne.Parser(buffer, 0); in HWTEST_F()
272 ret = getObjectReferencesData.Parser(buffer, 0); in HWTEST_F()
277 ret = getObjectReferencesData.Parser(buffe in HWTEST_F()
[all...]
H A Dmtp_set_object_prop_test.cpp36 int ret = setObjectPropValueData.Parser(buffer, 0); in HWTEST_F()
39 ret = setObjectPropValueData.Parser(buffer, 0); in HWTEST_F()
45 ret = setObjectPropValueData.Parser(buffer, 24); in HWTEST_F()
51 ret = setObjectPropValueData.Parser(buffer, 24); in HWTEST_F()
71 int ret = setObjectPropValueData.Parser(buffer, 24); in HWTEST_F()
88 int ret = setObjectPropValueData.Parser(buffer, 24); in HWTEST_F()
107 int ret = setObjectPropValueData.Parser(buffer, 24); in HWTEST_F()
/foundation/ability/idl_tool/test/unittest/cacheable_test/
H A Dcacheable_test.cpp70 Parser p(options); in HWTEST_F()
94 Parser p(options); in HWTEST_F()
118 Parser p(options); in HWTEST_F()
142 Parser p(options); in HWTEST_F()
166 Parser p(options); in HWTEST_F()
190 Parser p(options); in HWTEST_F()
214 Parser p(options); in HWTEST_F()
238 Parser p(options); in HWTEST_F()
262 Parser p(options); in HWTEST_F()
286 Parser in HWTEST_F()
[all...]
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp61 bool Parser::Parse(const std::vector<FileDetail> &fileDetails) in Parse()
72 bool Parser::ParseOne(const std::string &sourceFile) in ParseOne()
90 bool Parser::Reset(const std::string &sourceFile) in Reset()
102 bool Parser::ParseFile() in ParseFile()
135 std::string Parser::ParseLicense() in ParseLicense()
146 bool Parser::ParsePackage() in ParsePackage()
192 bool Parser::ParserPackageInfo(const std::string &packageName) in ParserPackageInfo()
213 bool Parser::ParseInterfaceToken() in ParseInterfaceToken()
249 bool Parser::ParseSupportDelegator() in ParseSupportDelegator()
285 bool Parser
[all...]
/foundation/ability/idl_tool/parser/
H A Dparser.cpp28 const char* Parser::tag = "Parser";
30 Parser::Parser(const Options& options) in Parser() function in OHOS::Idl::Parser
34 bool Parser::Parse(const String& sourceFile) in Parse()
54 bool Parser::ParseFile() in ParseFile()
88 bool Parser::ParseLicense() in ParseLicense()
102 bool Parser::ParseInterface() in ParseInterface()
149 bool Parser::ParseInterfaceMiddle(Token& token, String& interfaceFullName) in ParseInterfaceMiddle()
183 bool Parser
[all...]
H A Dparser.h32 class Parser { class
34 explicit Parser(const Options& options);
36 ~Parser() = default;
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H A Dparser.h21 class Parser { class
23 virtual ~Parser() {} in ~Parser()
H A Daudio_policy_parser_factory.h31 Parser& CreateParser(IPortObserver& observer) in CreateParser()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/
H A Dcommand_line.h24 static int32_t Parser(ExecEnv &env);
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet.cpp132 int MtpPacket::Parser() in Parser() function in OHOS::Media::MtpPacket
176 int errorCode = headerData_->Parser(readBuffer_, readSize_); in ParserHead()
178 MEDIA_ERR_LOG("PacketHeader Parser fail err: %{public}d", errorCode); in ParserHead()
207 int errorCode = payloadData_->Parser(readBuffer_, readSize_); in ParserPayload()
209 MEDIA_ERR_LOG("PacketHeader Parser fail err: %{public}d", errorCode); in ParserPayload()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dclose_session_data.h27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dsend_object_data.h26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dmove_object_data.h26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dget_object_props_supported_data.h26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dset_object_references_data.h26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dget_device_prop_value_data.h27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dget_device_prop_desc_data.h27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Ddelete_object_data.h26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dget_num_objects_data.h26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
H A Dget_object_data.h27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
/foundation/ability/idl_tool/idl_tool_2/
H A Dmain.cpp30 static int FileParse(Parser &parser) in FileParse()
151 Parser parser; in main()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp176 struct Parser { struct
177 Parser(std::string::const_iterator begin, std::string::const_iterator end) : begin(begin), end(end) {} in Parser() function
243 Parser parser(str.cbegin(), str.cend()); in FromString()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
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 Dsend_object_data.cpp32 int SendObjectData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() function in OHOS::Media::SendObjectData
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dpayload_data.h29 virtual int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) = 0;

Completed in 9 milliseconds

1234