Home
last modified time | relevance | path

Searched refs:UdmfServiceProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_proxy.cpp15 #define LOG_TAG "UdmfServiceProxy"
50 UdmfServiceProxy::UdmfServiceProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IUdmfService>(object) in UdmfServiceProxy() function in OHOS::UDMF::UdmfServiceProxy
54 int32_t UdmfServiceProxy::SetData(CustomOption &option, UnifiedData &unifiedData, std::string &key) in SetData()
70 int32_t UdmfServiceProxy::GetData(const QueryOption &query, UnifiedData &unifiedData) in GetData()
85 int32_t UdmfServiceProxy::GetBatchData(const QueryOption &query, std::vector<UnifiedData> &unifiedDataSet) in GetBatchData()
101 int32_t UdmfServiceProxy::UpdateData(const QueryOption &query, UnifiedData &unifiedData) in UpdateData()
113 int32_t UdmfServiceProxy::DeleteData(const QueryOption &query, std::vector<UnifiedData> &unifiedDataSet) in DeleteData()
130 int32_t UdmfServiceProxy::GetSummary(const QueryOption &query, Summary &summary) in GetSummary()
146 int32_t UdmfServiceProxy
[all...]
H A Dudmf_service_proxy.h34 class UdmfServiceProxy : public IRemoteProxy<IUdmfService> { class
36 explicit UdmfServiceProxy(const sptr<IRemoteObject> &object);
53 static inline BrokerDelegator<UdmfServiceProxy> delegator_;
H A Dudmf_service_client.h31 explicit UdmfServiceClient(const sptr<UdmfServiceProxy> &proxy);
63 sptr<UdmfServiceProxy> udmfProxy_;
H A Dudmf_service_client.cpp31 UdmfServiceClient::UdmfServiceClient(const sptr<UdmfServiceProxy> &proxy) : udmfProxy_(proxy) in UdmfServiceClient()
50 sptr<UdmfServiceProxy> proxy = iface_cast<UdmfServiceProxy>(service); in GetInstance()

Completed in 2 milliseconds