Home
last modified time | relevance | path

Searched refs:IResultSet (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Diresult_set.h23 class IResultSet : public AbsResultSet, public IRemoteBroker { class
25 virtual ~IResultSet() = default;
26 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS::NativeRdb.IResultSet");
H A Dresult_set_proxy.h23 class ResultSetProxy : public IRemoteProxy<IResultSet> {
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dresult_set_proxy.cpp27 ResultSetProxy::ResultSetProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IResultSet>(impl) in ResultSetProxy()

Completed in 2 milliseconds