Home
last modified time | relevance | path

Searched refs:UtdClient (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp18 UtdClient::UtdClient() in UtdClient() function in OHOS::UDMF::UtdClient
23 UtdClient::~UtdClient() in ~UtdClient()
27 UtdClient &UtdClient::GetInstance() in GetInstance()
29 static auto instance = new UtdClient(); in GetInstance()
33 void UtdClient::Init() in Init()
37 Status UtdClient::GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor) in GetTypeDescriptor()
42 bool UtdClient
[all...]
H A Dutd_client.h35 class API_EXPORT UtdClient { class
37 static UtdClient &GetInstance();
50 UtdClient();
51 ~UtdClient();
52 UtdClient(const UtdClient &obj) = delete;
53 UtdClient &operator=(const UtdClient &obj) = delete;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp71 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in HWTEST_F()
93 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in HWTEST_F()
110 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in HWTEST_F()
127 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in HWTEST_F()
147 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in HWTEST_F()
164 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in HWTEST_F()
187 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, currType, blongsToType); in HWTEST_F()
205 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, currType, blongsToType); in HWTEST_F()
223 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, currType, blongsToType); in HWTEST_F()
242 UtdClient in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h34 class API_EXPORT UtdClient { class
36 static UtdClient &GetInstance();
51 UtdClient();
52 ~UtdClient();
53 UtdClient(const UtdClient &obj) = delete;
54 UtdClient &operator=(const UtdClient &obj) = delete;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp15 #define LOG_TAG "UtdClient"
29 UtdClient::UtdClient() in UtdClient() function in OHOS::UDMF::UtdClient
32 LOG_WARN(UDMF_CLIENT, "construct UtdClient failed, try again."); in UtdClient()
35 UtdClient::GetInstance().Init(); in UtdClient()
39 LOG_INFO(UDMF_CLIENT, "construct UtdClient sucess."); in UtdClient()
42 UtdClient::~UtdClient() in ~UtdClient()
46 UtdClient &UtdClient
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/
H A Dutd_client_fuzzer.cpp35 UtdClient::GetInstance().GetTypeDescriptor(typeId, typeDescriptor); in GetTypeDescriptorFuzz()
42 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(fileExtension, typeId); in GetUniformDataTypeByFilenameExtensionDefaultBelongsFuzz()
50 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(fileExtension, typeId, belongsTo); in GetUniformDataTypeByFilenameExtensionFuzz()
57 UtdClient::GetInstance().GetUniformDataTypesByFilenameExtension(fileExtension, typeIds); in GetUniformDataTypesByFilenameExtensionDefaultBelongsFuzz()
65 UtdClient::GetInstance().GetUniformDataTypesByFilenameExtension(fileExtension, typeIds, belongsTo); in GetUniformDataTypesByFilenameExtensionFuzz()
72 UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId); in GetUniformDataTypeByMIMETypeDefaultBelongsFuzz()
80 UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId, belongsTo); in GetUniformDataTypeByMIMETypeFuzz()
87 UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, typeIds); in GetUniformDataTypesByMIMETypeDefaultBelongsFuzz()
95 UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, typeIds, belongsTo); in GetUniformDataTypesByMIMETypeFuzz()
102 UtdClient in IsUtdFuzz()
[all...]
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Duniform_type_descriptor_impl.cpp38 UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in GetTypeDescriptor()
57 status = UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(cFilenameExtension, typeId); in GetUniformDataTypeByFilenameExtension()
60 status = UtdClient::GetInstance() in GetUniformDataTypeByFilenameExtension()
81 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(cMimeType, typeId); in GetUniformDataTypeByMIMEType()
84 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(cMimeType, typeId, belongsTo); in GetUniformDataTypeByMIMEType()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp80 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in GetTypeDescriptor()
114 status = UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, typeId); in GetUniformDataTypeByFilenameExtension()
116 status = UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, typeId, belongsTo); in GetUniformDataTypeByFilenameExtension()
152 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId); in GetUniformDataTypeByMIMEType()
154 status = UtdClient::GetInstance().GetUniformDataTypeByMIMEType(mimeType, typeId, belongsTo); in GetUniformDataTypeByMIMEType()
192 status = UtdClient::GetInstance().GetUniformDataTypesByFilenameExtension(filenameExtension, typeIds, belongsTo); in GetMultiUniformDataTypesByFilenameExtension()
228 status = UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, typeIds, belongsTo); in GetMultiUniformDataTypesByMIMEType()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp29 typedef Status (UtdClient::*GetUtdByConditionPtr)(const std::string&, std::string&, std::string);
80 UtdClient::GetInstance().GetTypeDescriptor(typeId, typeDescriptor); in GetTypeDescriptorByUtdClient()
95 Status result = (UtdClient::GetInstance().*funcPtr)(condition, typeIdStr, DEFAULT_TYPE_ID); in GetTypesByCondition()
206 return GetTypesByCondition(extension, count, &UtdClient::GetUniformDataTypeByFilenameExtension); in OH_Utd_GetTypesByFilenameExtension()
211 return GetTypesByCondition(mimeType, count, &UtdClient::GetUniformDataTypeByMIMEType); in OH_Utd_GetTypesByMimeType()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dmime_type_mgr.cpp46 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(utd, typeDescriptor); in GetMimeTypeByUri()
104 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByFilenameExtension(suffix, utdVector); in GetUtdVectorByUri()
H A Dskill.cpp474 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByMIMEType(paramType, paramUtdVector); in MatchUtd()
487 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByMIMEType(skillUriType, skillUtdVector); in MatchUtd()
508 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(paramUtd, paramTypeDescriptor); in IsUtdMatch()
527 auto ret = UDMF::UtdClient::GetInstance().IsUtd(param, isUtd); in IsUtd()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp41 UDMF::UtdClient::GetInstance().InstallCustomUtds(bundleName, utdProfile, userId); in InstallUtdAsync()
52 UDMF::UtdClient::GetInstance().UninstallCustomUtds(bundleName, userId); in UninstallUtdAsync()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp598 auto ret = UDMF::UtdClient::GetInstance().IsUtd(param, isUtd); in IsUtd()
612 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(param, typeDescriptor); in IsSpecificUtd()
628 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByMIMEType(mimeType, utdVector); in GetUtdVectorByMimeType()
H A Dbundle_data_mgr.cpp1829 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(wantUtd, wantTypeDescriptor); in MatchUtd()

Completed in 23 milliseconds