Searched refs:OpkeyVersionResultSetBridge (Results 1 – 3 of 3) sorted by relevance
22 OpkeyVersionResultSetBridge::OpkeyVersionResultSetBridge(const std::string &info) : opkeyInfo_(info… in OpkeyVersionResultSetBridge() function in OHOS::Telephony::OpkeyVersionResultSetBridge24 int OpkeyVersionResultSetBridge::GetRowCount(int32_t &count) in GetRowCount()30 int OpkeyVersionResultSetBridge::GetAllColumnNames(std::vector<std::string> &columnsName) in GetAllColumnNames()36 bool OpkeyVersionResultSetBridge::FillBlock(DataShare::ResultSetBridge::Writer &writer) in FillBlock()53 int OpkeyVersionResultSetBridge::OnGo(int32_t start, int32_t target, DataShare::ResultSetBridge::Wr… in OnGo()
52 std::make_shared<OpkeyVersionResultSetBridge>(versionInfo); in Query()
23 class OpkeyVersionResultSetBridge : public DataShare::ResultSetBridge {25 OpkeyVersionResultSetBridge(const std::string &info);26 ~OpkeyVersionResultSetBridge() = default;