Lines Matching refs:RemoteAccessService

104 RemoteAccessService::RemoteAccessService(WakeupClient::StubInterface* grpcStub)  in RemoteAccessService()  function in android::hardware::automotive::remoteaccess::RemoteAccessService
141 RemoteAccessService::~RemoteAccessService() { in ~RemoteAccessService()
148 void RemoteAccessService::maybeStartTaskLoop() { in maybeStartTaskLoop()
159 void RemoteAccessService::maybeStopTaskLoop() { in maybeStopTaskLoop()
184 void RemoteAccessService::updateGrpcReadChannelOpen(bool grpcReadChannelOpen) { in updateGrpcReadChannelOpen()
189 Result<void> RemoteAccessService::deliverRemoteTaskThroughCallback(const std::string& clientId, in deliverRemoteTaskThroughCallback()
211 void RemoteAccessService::runTaskLoop() { in runTaskLoop()
253 ScopedAStatus RemoteAccessService::getVehicleId(std::string* vehicleId) { in getVehicleId()
268 ScopedAStatus RemoteAccessService::getVehicleIdWithClient(IVhalClient& vhalClient, in getVehicleIdWithClient()
281 ScopedAStatus RemoteAccessService::getProcessorId(std::string* processorId) { in getProcessorId()
286 ScopedAStatus RemoteAccessService::getWakeupServiceName(std::string* wakeupServiceName) { in getWakeupServiceName()
291 ScopedAStatus RemoteAccessService::setRemoteTaskCallback( in setRemoteTaskCallback()
298 ScopedAStatus RemoteAccessService::clearRemoteTaskCallback() { in clearRemoteTaskCallback()
304 ScopedAStatus RemoteAccessService::notifyApStateChange(const ApState& newState) { in notifyApStateChange()
327 bool RemoteAccessService::isTaskScheduleSupported() { in isTaskScheduleSupported()
336 ScopedAStatus RemoteAccessService::isTaskScheduleSupported(bool* out) { in isTaskScheduleSupported()
341 ndk::ScopedAStatus RemoteAccessService::getSupportedTaskTypesForScheduling( in getSupportedTaskTypesForScheduling()
354 ScopedAStatus RemoteAccessService::scheduleTask(const ScheduleInfo& scheduleInfo) { in scheduleTask()
412 ScopedAStatus RemoteAccessService::unscheduleTask(const std::string& clientId, in unscheduleTask()
431 ScopedAStatus RemoteAccessService::unscheduleAllTasks(const std::string& clientId) { in unscheduleAllTasks()
448 ScopedAStatus RemoteAccessService::isTaskScheduled(const std::string& clientId, in isTaskScheduled()
469 ScopedAStatus RemoteAccessService::getAllPendingScheduledTasks(const std::string& clientId, in getAllPendingScheduledTasks()
502 bool RemoteAccessService::checkDumpPermission() { in checkDumpPermission()
507 void RemoteAccessService::dumpHelp(int fd) { in dumpHelp()
524 binder_status_t RemoteAccessService::dump(int fd, const char** args, uint32_t numArgs) { in dump()
613 void RemoteAccessService::printCurrentStatus(int fd) { in printCurrentStatus()
626 void RemoteAccessService::debugInjectTask(int fd, std::string_view clientId, in debugInjectTask()
637 void RemoteAccessService::debugInjectTaskNextReboot(int fd, std::string_view clientId, in debugInjectTaskNextReboot()
665 std::string RemoteAccessService::clientIdToTaskCountToStringLocked() { in clientIdToTaskCountToStringLocked()