Home
last modified time | relevance | path

Searched refs:GetTypeDescriptor (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp71 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor);
93 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor);
110 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor);
127 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor);
147 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor);
164 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor);
315 status = UtdClient::GetInstance().GetTypeDescriptor(currType, descriptor);
439 status = UtdClient::GetInstance().GetTypeDescriptor(currType, descriptor);
725 status = UtdClient::GetInstance().GetTypeDescriptor(typeId2, descriptor2);
746 status = UtdClient::GetInstance().GetTypeDescriptor(typeId2, descriptor2);
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp29 DECLARE_NAPI_FUNCTION("getTypeDescriptor", GetTypeDescriptor), in UniformTypeDescriptorInit()
63 napi_value UniformTypeDescriptorNapi::GetTypeDescriptor(napi_env env, napi_callback_info info) in GetTypeDescriptor() function in OHOS::UDMF::UniformTypeDescriptorNapi
80 auto status = UtdClient::GetInstance().GetTypeDescriptor(typeId, descriptor); in GetTypeDescriptor()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Duniform_type_descriptor_napi.h29 static napi_value GetTypeDescriptor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp37 Status UtdClient::GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &des… in GetTypeDescriptor() function in OHOS::UDMF::UtdClient
H A Dutd_client.h38 … Status GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h37 … Status GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor);
/ohos5.0/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()
H A Dskill.cpp521 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(paramUtd, paramTypeDescriptor); in IsUtdMatch()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/
H A Dutd_client_fuzzer.cpp35 UtdClient::GetInstance().GetTypeDescriptor(typeId, typeDescriptor); in GetTypeDescriptorFuzz()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp80 UtdClient::GetInstance().GetTypeDescriptor(typeId, typeDescriptor); in GetTypeDescriptorByUtdClient()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp75 Status UtdClient::GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &des… in GetTypeDescriptor() function in OHOS::UDMF::UtdClient
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp626 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(param, typeDescriptor); in IsSpecificUtd()
H A Dbundle_data_mgr.cpp1816 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(wantUtd, wantTypeDescriptor); in MatchUtd()