Searched refs:lastKey (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_lazy_foreach_builder.h | 107 std::string lastKey; in UpdateDependElmtIds() local 116 lastKey = dependElementIds_[node].second; in UpdateDependElmtIds() 119 return lastKey; in UpdateDependElmtIds() 163 std::string lastKey = UpdateDependElmtIds(info.second, jsElmtIds, key); in OnGetChildByIndex() local 165 cachedItems.erase(lastKey); in OnGetChildByIndex()
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | screen_cache.cpp | 32 int32_t lastKey = accessOrder_.back(); in Set() local 34 Map_.erase(lastKey); in Set()
|
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/ |
H A D | white_list_util.cpp | 231 TYPE_KEY_CODE_VEC lastKey = combKeys.back(); in GetCombKeysHash() local 232 if (lastKey.size() != LAST_KEY_LEN) { in GetCombKeysHash() 243 targetSet.insert(hashSet + std::to_string(lastKey[0]) + std::to_string(lastKeyAction[0])); in GetCombKeysHash()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_transaction.cpp | 311 Key lastKey; in GetEntries() local 320 stepResult = GetOneEntry(statements, lastKey, entry, errCode); in GetEntries() 323 lastKey = entry.key; in GetEntries() 326 lastKey = entry.key; in GetEntries() 1302 const Key &lastKey, Entry &entry, int &errCode) const in GetOneEntry() argument 1311 if (lastKey == entry.key) { in GetOneEntry()
|
H A D | sqlite_multi_ver_transaction.h | 147 …int GetOneEntry(const GetEntriesStatements &statements, const Key &lastKey, Entry &entry, int &err…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 269 string lastKey = "other"; variable 270 res = ProfileUtils::GetProfileType(lastKey);
|