Home
last modified time | relevance | path

Searched refs:lastKey (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_builder.h107 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); variable
165 cachedItems.erase(lastKey);
/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp231 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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.h147 int GetOneEntry(const GetEntriesStatements &statements, const Key &lastKey, Entry &entry, int &errCode) const;
H A Dsqlite_multi_ver_transaction.cpp311 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()
1311 if (lastKey == entry.key) { in GetOneEntry()
1301 GetOneEntry(const GetEntriesStatements &statements, const Key &lastKey, Entry &entry, int &errCode) const GetOneEntry() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp269 string lastKey = "other"; in HWTEST_F() local
270 res = ProfileUtils::GetProfileType(lastKey); in HWTEST_F()

Completed in 9 milliseconds