Home
last modified time | relevance | path

Searched refs:GetFlexibleTypeDescriptor (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h60 Status GetFlexibleTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor);
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp52 Status UtdClient::GetFlexibleTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor) in GetFlexibleTypeDescriptor() function in OHOS::UDMF::UtdClient
H A Dutd_client.h60 Status GetFlexibleTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp89 return GetFlexibleTypeDescriptor(typeId, descriptor); in GetTypeDescriptor()
120 Status UtdClient::GetFlexibleTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor) in GetFlexibleTypeDescriptor() function in OHOS::UDMF::UtdClient
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp1735 * @tc.desc: Abnormal testcase of GetFlexibleTypeDescriptor, typeId is ""
1744 Status ret = utdClient.GetFlexibleTypeDescriptor(typeId, descriptor); in HWTEST_F()

Completed in 5 milliseconds