Home
last modified time | relevance | path

Searched refs:IsValidMimeType (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h59 bool IsValidMimeType(const std::string &mimeType);
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp47 bool UtdClient::IsValidMimeType(const std::string &mimeType) in IsValidMimeType() function in OHOS::UDMF::UtdClient
H A Dutd_client.h59 bool IsValidMimeType(const std::string &mimeType);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp108 bool UtdClient::IsValidMimeType(const std::string &mimeType) in IsValidMimeType() function in OHOS::UDMF::UtdClient
236 if (!IsValidMimeType(mimeType)) { in GetUniformDataTypeByMIMEType()
280 if (!IsValidMimeType(mimeType)) { in GetUniformDataTypesByMIMEType()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp1675 * @tc.desc: Abnormal testcase of IsValidMimeType, mimeType contains "?"
1683 bool ret = utdClient.IsValidMimeType(mimeType); in HWTEST_F()
1690 * @tc.desc: Abnormal testcase of IsValidMimeType, mimeType contains ":"
1698 bool ret = utdClient.IsValidMimeType(mimeType); in HWTEST_F()
1705 * @tc.desc: Abnormal testcase of IsValidMimeType, mimeType contains "="
1713 bool ret = utdClient.IsValidMimeType(mimeType); in HWTEST_F()
1720 * @tc.desc: Abnormal testcase of IsValidMimeType, mimeType contains "\\"
1728 bool ret = utdClient.IsValidMimeType(mimeType); in HWTEST_F()

Completed in 5 milliseconds