Home
last modified time | relevance | path

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

/system/tools/hidl/test/
Dhidl_test_client.cpp314 struct ServiceNotification : public IServiceNotification { struct
315 std::mutex mutex;
316 std::condition_variable condition;
318 Return<void> onRegistration(const hidl_string &fqName, in onRegistration()
336 const std::vector<std::string> &getRegistrations() const { in getRegistrations()
341 std::vector<std::string> mRegistered{};