Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h61 std::string GetTypeIdFromCfg(const std::string &mimeType);
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp80 std::string UtdClient::GetTypeIdFromCfg(const std::string &mimeType) in GetTypeIdFromCfg() function in OHOS::UDMF::UtdClient
H A Dutd_client.h61 std::string GetTypeIdFromCfg(const std::string &mimeType);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp229 typeId = GetTypeIdFromCfg(lowerMimeType); in GetUniformDataTypeByMIMEType()
246 std::string UtdClient::GetTypeIdFromCfg(const std::string &mimeType) in GetTypeIdFromCfg() function in OHOS::UDMF::UtdClient
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp1769 * @tc.desc: Abnormal testcase of GetTypeIdFromCfg, mimeType is not empty, mimeType.back() is not '*'
1778 std::string ret = utdClient.GetTypeIdFromCfg(mimeType); in HWTEST_F()

Completed in 5 milliseconds