Home
last modified time | relevance | path

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

/external/openthread/src/core/meshcop/
Ddataset_manager_ftd.cpp74 Error DatasetManager::HandleSet(Coap::Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in HandleSet() function in ot::MeshCoP::DatasetManager
408 void ActiveDatasetManager::HandleSet(void *aContext, otMessage *aMessage, const otMessageInfo *aMes… in HandleSet() function in ot::MeshCoP::ActiveDatasetManager
413 void ActiveDatasetManager::HandleSet(Coap::Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in HandleSet() function in ot::MeshCoP::ActiveDatasetManager
433 void PendingDatasetManager::HandleSet(void *aContext, otMessage *aMessage, const otMessageInfo *aMe… in HandleSet() function in ot::MeshCoP::PendingDatasetManager
438 void PendingDatasetManager::HandleSet(Coap::Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in HandleSet() function in ot::MeshCoP::PendingDatasetManager
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp29 class DynamicLibrary::HandleSet { class in DynamicLibrary
39 HandleSet() : Process(nullptr) {} in HandleSet() function in DynamicLibrary::HandleSet
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDynamicLibrary.h126 class HandleSet; variable
/external/libbrillo/brillo/dbus/
Dexported_property_set.cc114 bool ExportedPropertySet::HandleSet(brillo::ErrorPtr* error, in HandleSet() function in brillo::dbus_utils::ExportedPropertySet
/external/cronet/net/quic/
Dquic_chromium_client_session.h954 typedef std::set<Handle*> HandleSet; typedef