/foundation/distributeddatamgr/udmf/interfaces/cj/src/ |
H A D | uniform_type_descriptor_impl.cpp | 74 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 D | uniform_type_descriptor_ffi.cpp | 40 return UDMF::GetUniformDataTypeByMIMEType(cMimeType, cBelongsTo); in FfiUDMFUniformTypeDescriptorGetUniformDataTypeByMIMEType()
|
/foundation/distributeddatamgr/udmf/interfaces/cj/include/ |
H A D | uniform_type_descriptor_impl.h | 31 char *GetUniformDataTypeByMIMEType(const char *cMimeType, const char *cBelongsTo);
|
/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 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 D | uniform_type_descriptor_napi.h | 31 static napi_value GetUniformDataTypeByMIMEType(napi_env env, napi_callback_info info);
|
/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()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/ |
H A D | utd_client.h | 42 Status GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId,
|
/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,
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 328 * @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 D | utd.cpp | 211 return GetTypesByCondition(mimeType, count, &UtdClient::GetUniformDataTypeByMIMEType);
in OH_Utd_GetTypesByMimeType()
|
/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
|