Home
last modified time | relevance | path

Searched refs:mTestClient (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/testclient/src/
H A DWatchdogClient.cpp115 if (!mIsClientActive || mTestClient == nullptr || mWatchdogServer == nullptr) { in respondToWatchdog()
119 testClient = mTestClient; in respondToWatchdog()
165 mTestClient = client; in registerClient()
176 if (mWatchdogServer == nullptr || mTestClient == nullptr) { in unregisterClient()
180 testClient = mTestClient; in unregisterClient()
181 mTestClient = nullptr; in unregisterClient()
H A DWatchdogClient.h83 std::shared_ptr<ICarWatchdogClient> mTestClient GUARDED_BY(mMutex);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DWatchdogClient.cpp82 mTestClient = client; in initialize()
99 ndk::ScopedAStatus status = mWatchdogServer->tellClientAlive(mTestClient, sessionId); in respondToWatchdog()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DWatchdogClient.h62 std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient> mTestClient; variable