Searched refs:mTerminationCb (Results 1 – 2 of 2) sorted by relevance
49 mTerminationCb(true, "Received error from runner"); in UpdateCurrentState()51 mTerminationCb(false, ""); in UpdateCurrentState()58 RemoteState::RemoteState(std::function<void(bool, std::string)>& cb) : mTerminationCb(cb) { in RemoteState()
55 std::function<void(bool, std::string)> mTerminationCb; variable