Searched refs:RemoteState (Results 1 – 9 of 9) sorted by relevance
35 class RemoteState {37 RemoteState() = default;51 explicit RemoteMonitor(const std::weak_ptr<RemoteState>& s) : mState(s) { in RemoteMonitor()57 std::weak_ptr<RemoteState> mState;
53 std::shared_ptr<RemoteState> mState;
64 std::shared_ptr<RemoteState> mState;
38 PipeState RemoteState::GetCurrentState() { in GetCurrentState()45 void RemoteState::UpdateCurrentState(const PipeState& state) { in UpdateCurrentState()58 RemoteState::RemoteState(std::function<void(bool, std::string)>& cb) : mTerminationCb(cb) { in RemoteState() function in android::automotive::computepipe::RemoteState64 StateCallback::StateCallback(std::shared_ptr<RemoteState> s) : mStateTracker(s) { in StateCallback()77 mRemoteState = std::make_shared<RemoteState>(termination); in init()
44 class RemoteState {46 explicit RemoteState(std::function<void(bool, std::string)>& cb);80 explicit StateCallback(std::shared_ptr<RemoteState> s);84 std::shared_ptr<RemoteState> mStateTracker = nullptr;100 std::shared_ptr<RemoteState> mRemoteState = nullptr;
26 void RemoteState::markDead() { in markDead()31 bool RemoteState::isAlive() { in isAlive()
46 mState = std::make_shared<RemoteState>(); in startClientMonitor()
42 mState = std::make_shared<RemoteState>(); in startPipeMonitor()
27 "RemoteState.cpp",