Home
last modified time | relevance | path

Searched defs:Insert (Results 1 – 3 of 3) sorted by relevance

/system/iorap/src/db/
Dmodels.h301 static std::optional<int> Insert(DbHandle db, const std::string& sql, Args&&... args) { in Insert() function
638 static std::optional<PackageModel> Insert(DbHandle db, in Insert() function
729 static std::optional<ActivityModel> Insert(DbHandle db, in Insert() function
856 static std::optional<AppLaunchHistoryModel> Insert(DbHandle db, in Insert() function
1016 static std::optional<RawTraceModel> Insert(DbHandle db, in Insert() function
1102 static std::optional<PrefetchFileModel> Insert(DbHandle db, in Insert() function
/system/core/libutils/
DString16_test.cpp86 TEST(String16Test, Insert) { in TEST() argument
/system/unwinding/libunwindstack/
DMemory.cpp383 void MemoryRanges::Insert(MemoryRange* memory) { in Insert() function in unwindstack::MemoryRanges