/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | uniform_type_descriptor_napi.cpp | 31 DECLARE_NAPI_FUNCTION("getUniformDataTypeByMIMEType", GetUniformDataTypeByMIMEType), in UniformTypeDescriptorInit() 127 napi_value UniformTypeDescriptorNapi::GetUniformDataTypeByMIMEType(napi_env env, napi_callback_info… in GetUniformDataTypeByMIMEType() function in OHOS::UDMF::UniformTypeDescriptorNapi 152 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId); in GetUniformDataTypeByMIMEType() 154 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId, belongsTo); in GetUniformDataTypeByMIMEType()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/ |
H A D | utd_client_fuzzer.cpp | 72 UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId); in GetUniformDataTypeByMIMETypeDefaultBelongsFuzz() 80 UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId, belongsTo); in GetUniformDataTypeByMIMETypeFuzz()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | uniform_type_descriptor_napi.h | 31 static napi_value GetUniformDataTypeByMIMEType(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 337 …auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToTy… 354 …auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToTy… 371 …auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToTy… 387 …auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToTy… 403 …auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToTy… 420 …auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToTy… 436 …auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToTy… 1403 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType); 1413 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType2, currType2); 1432 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType); [all …]
|
/ohos5.0/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 63 Status UtdClient::GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, in GetUniformDataTypeByMIMEType() function in OHOS::UDMF::UtdClient
|
H A D | utd_client.h | 43 Status GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId,
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/ |
H A D | utd_client.h | 42 Status GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId,
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | utd.cpp | 211 return GetTypesByCondition(mimeType, count, &UtdClient::GetUniformDataTypeByMIMEType); in OH_Utd_GetTypesByMimeType()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 219 Status UtdClient::GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, in GetUniformDataTypeByMIMEType() function in OHOS::UDMF::UtdClient
|