Searched refs:rpcStatusToScopedAStatus (Results 1 – 1 of 1) sorted by relevance
77 ScopedAStatus rpcStatusToScopedAStatus(const Status& status, const std::string& errorMsg) { in rpcStatusToScopedAStatus() function316 return rpcStatusToScopedAStatus(status, "Failed to notify isWakeupRequired"); in notifyApStateChange()394 return rpcStatusToScopedAStatus(status, "Failed to call ScheduleTask"); in scheduleTask()426 return rpcStatusToScopedAStatus(status, "Failed to call UnscheduleTask"); in unscheduleTask()443 return rpcStatusToScopedAStatus(status, "Failed to call UnscheduleAllTasks"); in unscheduleAllTasks()463 return rpcStatusToScopedAStatus(status, "Failed to call isTaskScheduled"); in isTaskScheduled()483 return rpcStatusToScopedAStatus(status, "Failed to call isTaskScheduled"); in getAllPendingScheduledTasks()