Home
last modified time | relevance | path

Searched refs:GetUniformDataTypeByMIMEType (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Duniform_type_descriptor_impl.cpp74 char *GetUniformDataTypeByMIMEType(const char *cMimeType, const char *cBelongsTo) in GetUniformDataTypeByMIMEType() function
80 LOGI("call GetUniformDataTypeByMIMEType with not cBelongsTo") in GetUniformDataTypeByMIMEType()
81 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(cMimeType, typeId); in GetUniformDataTypeByMIMEType()
83 LOGI("call GetUniformDataTypeByMIMEType with cBelongsTo") in GetUniformDataTypeByMIMEType()
84 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(cMimeType, typeId, belongsTo); in GetUniformDataTypeByMIMEType()
H A Duniform_type_descriptor_ffi.cpp40 return UDMF::GetUniformDataTypeByMIMEType(cMimeType, cBelongsTo); in FfiUDMFUniformTypeDescriptorGetUniformDataTypeByMIMEType()
/foundation/distributeddatamgr/udmf/interfaces/cj/include/
H A Duniform_type_descriptor_impl.h31 char *GetUniformDataTypeByMIMEType(const char *cMimeType, const char *cBelongsTo);
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp31 DECLARE_NAPI_FUNCTION("getUniformDataTypeByMIMEType", GetUniformDataTypeByMIMEType), in UniformTypeDescriptorInit()
127 napi_value UniformTypeDescriptorNapi::GetUniformDataTypeByMIMEType(napi_env env, napi_callback_info info) in GetUniformDataTypeByMIMEType() function in OHOS::UDMF::UniformTypeDescriptorNapi
129 LOG_DEBUG(UDMF_KITS_NAPI, "GetUniformDataTypeByMIMEType is called!"); in GetUniformDataTypeByMIMEType()
148 ASSERT_NULL(!ctxt->isThrowError, "GetUniformDataTypeByMIMEType Exit"); in GetUniformDataTypeByMIMEType()
152 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId); in GetUniformDataTypeByMIMEType()
154 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId, belongsTo); in GetUniformDataTypeByMIMEType()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Duniform_type_descriptor_napi.h31 static napi_value GetUniformDataTypeByMIMEType(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/
H A Dutd_client_fuzzer.cpp72 UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId); in GetUniformDataTypeByMIMETypeDefaultBelongsFuzz()
80 UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId, belongsTo); in GetUniformDataTypeByMIMETypeFuzz()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h42 Status GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId,
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp63 Status UtdClient::GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, in GetUniformDataTypeByMIMEType() function in OHOS::UDMF::UtdClient
H A Dutd_client.h43 Status GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp328 * @tc.desc: Normal testcase of GetUniformDataTypeByMIMEType
337 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToType); in HWTEST_F()
345 * @tc.desc: Normal testcase of GetUniformDataTypeByMIMEType
354 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToType); in HWTEST_F()
362 * @tc.desc: Abnormal testcase of GetUniformDataTypeByMIMEType, return invalid parameter
371 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToType); in HWTEST_F()
387 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToType); in HWTEST_F()
403 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, currType, blongsToType); in HWTEST_F()
410 * @tc.desc: Abnormal testcase of GetUniformDataTypeByMIMEType,
420 auto status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeTyp in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp211 return GetTypesByCondition(mimeType, count, &UtdClient::GetUniformDataTypeByMIMEType); in OH_Utd_GetTypesByMimeType()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp219 Status UtdClient::GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, in GetUniformDataTypeByMIMEType() function in OHOS::UDMF::UtdClient

Completed in 6 milliseconds