Searched refs:mTestClient (Results 1 – 4 of 4) sorted by relevance
115 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()
83 std::shared_ptr<ICarWatchdogClient> mTestClient GUARDED_BY(mMutex);
82 mTestClient = client; in initialize()99 ndk::ScopedAStatus status = mWatchdogServer->tellClientAlive(mTestClient, sessionId); in respondToWatchdog()
62 std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient> mTestClient; variable