Home
last modified time | relevance | path

Searched refs:GetAllKeys (Results 1 - 11 of 11) sorted by relevance

/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Daccess_token_db_util.cpp58 std::vector<std::string> columnNames = value.GetAllKeys(); in ToRdbValueBucket()
88 std::vector<std::string> columnNames = conditionValue.GetAllKeys(); in ToRdbPredicates()
H A Daccess_token_db.cpp347 if (value.GetAllKeys().empty()) { in Find()
/base/accesscontrol/sandbox_manager/services/common/database/include/
H A Dgeneric_values.h40 std::vector<std::string> GetAllKeys() const;
/base/security/access_token/services/common/database/include/
H A Dgeneric_values.h41 std::vector<std::string> GetAllKeys() const;
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb_utils.cpp56 std::vector<std::string> columnNames = value.GetAllKeys(); in ToRdbValueBucket()
97 std::vector<std::string> columnNames = conditionValue.GetAllKeys(); in ToRdbPredicates()
126 std::vector<std::string> columnNames = conditionValue.GetAllKeys(); in ToRdbPredicates()
H A Dsandbox_manager_rdb.cpp258 if (value.GetAllKeys().empty()) { in FindSubPath()
292 if (value.GetAllKeys().empty()) { in Find()
/base/security/access_token/services/privacymanager/src/database/
H A Dpermission_used_record_db.cpp135 std::vector<std::string> columnNames = value.GetAllKeys(); in Add()
159 std::vector<std::string> columnNames = conditions.GetAllKeys(); in Remove()
178 std::vector<std::string> andColumns = andConditions.GetAllKeys(); in FindByConditions()
226 std::vector<std::string> andColumns = andConditions.GetAllKeys(); in DeleteExpireRecords()
254 std::vector<std::string> modifyNames = modifyValue.GetAllKeys(); in Update()
255 std::vector<std::string> conditionNames = conditionValue.GetAllKeys(); in Update()
288 std::vector<std::string> conditionColumns = conditionValue.GetAllKeys(); in Query()
/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dgeneric_values.cpp77 std::vector<std::string> GenericValues::GetAllKeys() const in GetAllKeys() function in OHOS::AccessControl::SandboxManager::GenericValues
/base/security/access_token/services/common/database/src/
H A Dgeneric_values.cpp77 std::vector<std::string> GenericValues::GetAllKeys() const in GetAllKeys() function in OHOS::Security::AccessToken::GenericValues
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp169 vector<uint16_t> types = g_LogTypes.GetAllKeys(); in ComboLogType2Str()
213 return g_LogTypes.GetAllKeys(); in GetAllLogTypes()
269 vector<uint16_t> levels = g_ShortLogLevels.GetAllKeys(); in ComboLogLevel2Str()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h50 std::vector<K> GetAllKeys() const in GetAllKeys() function in OHOS::HiviewDFX::KVMap

Completed in 8 milliseconds