Home
last modified time | relevance | path

Searched refs:GetUniformDataTypesByMIMEType (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/
H A Dutd_client_fuzzer.cpp87 UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, typeIds); in GetUniformDataTypesByMIMETypeDefaultBelongsFuzz()
95 UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, typeIds, belongsTo); in GetUniformDataTypesByMIMETypeFuzz()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h44 Status GetUniformDataTypesByMIMEType(const std::string &mimeType, std::vector<std::string> &typeIds,
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp95 Status UtdClient::GetUniformDataTypesByMIMEType(const std::string &mimeType, std::vector<std::string> &typeIds, in GetUniformDataTypesByMIMEType() function in OHOS::UDMF::UtdClient
H A Dutd_client.h45 Status GetUniformDataTypesByMIMEType(const std::string &mimeType, std::vector<std::string> &typeIds,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp1566 * @tc.desc: Normal testcase of GetUniformDataTypesByMIMEType, if filtered by blongsToType
1575 auto status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, currTypes); in HWTEST_F()
1580 status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, currTypes, blongsToType); in HWTEST_F()
1589 * @tc.desc: Normal testcase of GetUniformDataTypesByMIMEType, if filtered by blongsToType
1598 auto status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, currTypes); in HWTEST_F()
1606 status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, currTypes, blongsToType); in HWTEST_F()
1618 * @tc.desc: Normal testcase of GetUniformDataTypesByMIMEType, if filtered by blongsToType
1627 auto status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, currTypes, blongsToType); in HWTEST_F()
1638 status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, currTypes, blongsToType); in HWTEST_F()
1644 status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeTyp in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp228 status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, typeIds, belongsTo); in GetMultiUniformDataTypesByMIMEType()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp474 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByMIMEType(paramType, paramUtdVector); in MatchUtd()
487 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByMIMEType(skillUriType, skillUtdVector); in MatchUtd()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp272 Status UtdClient::GetUniformDataTypesByMIMEType(const std::string &mimeType, std::vector<std::string> &typeIds, in GetUniformDataTypesByMIMEType() function in OHOS::UDMF::UtdClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp628 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, utdVector); in GetUtdVectorByMimeType()

Completed in 9 milliseconds