Home
last modified time | relevance | path

Searched refs:dbResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/test/unittest/
H A Dsandbox_manager_rdb_test.cpp130 std::vector<GenericValues> dbResult; variable
132 conditions, symbols, dbResult));
158 std::vector<GenericValues> dbResult; variable
160 conditions, symbols, dbResult));
177 ResultLogDB(dbResult[0]);
202 std::vector<GenericValues> dbResult; variable
204 conditions, symbols, dbResult));
232 std::vector<GenericValues> dbResult; variable
234 conditions, symbols, dbResult));
270 std::vector<GenericValues> dbResult; variable
[all …]
H A Dpolicy_info_manager_test.cpp82 std::vector<GenericValues> dbResult; in PrintDbRecords() local
84 conditions, symbols, dbResult)); in PrintDbRecords()
85 for (size_t i = 0; i < dbResult.size(); i++) { in PrintDbRecords()
92 tokenid = dbResult[i].GetInt(PolicyFiledConst::FIELD_TOKENID); in PrintDbRecords()
93 mode = dbResult[i].GetInt(PolicyFiledConst::FIELD_MODE); in PrintDbRecords()
94 path = dbResult[i].GetString(PolicyFiledConst::FIELD_PATH); in PrintDbRecords()
95 depth = dbResult[i].GetInt(PolicyFiledConst::FIELD_DEPTH); in PrintDbRecords()
96 flag = dbResult[i].GetInt(PolicyFiledConst::FIELD_FLAG); in PrintDbRecords()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_check_data_processor.cpp174 FirmwareComponent dbResult; in IsVersionSameWithDb() local
175 bool hasResult = FirmwareComponentOperator().QueryByVersionId(versionId, dbResult); in IsVersionSameWithDb()
176 …if (!hasResult || dbResult.size != serverResult.size || dbResult.verifyInfo != serverResult.verify… in IsVersionSameWithDb()
179 … versionId.c_str(), std::to_string(dbResult.size).c_str(), dbResult.verifyInfo.c_str()); in IsVersionSameWithDb()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h129 …lete(const StoreMetaData &meta, const SyncInfo &info, RefCount refCount, const DBResult &dbResult);
H A Dkvdb_service_impl.cpp1157 const DBResult &dbResult) in DoComplete() argument
1160 dbResult.size()); in DoComplete()
1163 for (auto &[key, status] : dbResult) { in DoComplete()
1167 for (auto &[key, status] : dbResult) { in DoComplete()