Home
last modified time | relevance | path

Searched defs:SetEntry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/extras/memory_replay/
H A DThread.h44 void SetEntry(const memory_trace::Entry* entry) { entry_ = entry; } in SetEntry() function
/aosp_15_r20/external/cronet/base/win/
H A Daccess_control_list.cc159 bool AccessControlList::SetEntry(const Sid& sid, in SetEntry() function in base::win::AccessControlList
H A Daccess_control_list_unittest.cc189 TEST(AccessControlListTest, SetEntry) { in TEST() argument
/aosp_15_r20/external/openthread/src/core/thread/
H A Daddress_resolver.hpp88 void SetEntry(const CacheEntry *aEntry) { mData[kEntryIndex] = aEntry; } in SetEntry() function in ot::AddressResolver::Iterator
/aosp_15_r20/external/openthread/src/core/border_router/
H A Drouting_manager.hpp1032 void SetEntry(const void *aEntry) { mPtr2 = aEntry; } in SetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator