/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 71 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 D | uniform_type_descriptor_napi.cpp | 29 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 D | uniform_type_descriptor_napi.h | 29 static napi_value GetTypeDescriptor(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 37 Status UtdClient::GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &des… in GetTypeDescriptor() function in OHOS::UDMF::UtdClient
|
H A D | utd_client.h | 38 … Status GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/ |
H A D | utd_client.h | 37 … 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 D | mime_type_mgr.cpp | 46 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(utd, typeDescriptor); in GetMimeTypeByUri()
|
H A D | skill.cpp | 521 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(paramUtd, paramTypeDescriptor); in IsUtdMatch()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/ |
H A D | utd_client_fuzzer.cpp | 35 UtdClient::GetInstance().GetTypeDescriptor(typeId, typeDescriptor); in GetTypeDescriptorFuzz()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | utd.cpp | 80 UtdClient::GetInstance().GetTypeDescriptor(typeId, typeDescriptor); in GetTypeDescriptorByUtdClient()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 75 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 D | bundle_util.cpp | 626 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(param, typeDescriptor); in IsSpecificUtd()
|
H A D | bundle_data_mgr.cpp | 1816 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(wantUtd, wantTypeDescriptor); in MatchUtd()
|