Searched refs:PerformanceRPC (Results 1 – 4 of 4) sorted by relevance
17 PerformanceRPC::kClientPath)) { in PerformanceClient()28 InvokeRemoteMethod<PerformanceRPC::SetCpuPartition>(task_id, partition)); in SetCpuPartition()36 InvokeRemoteMethod<PerformanceRPC::SetCpuPartition>( in SetCpuPartition()46 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(task_id, in SetSchedulerPolicy()56 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>( in SetSchedulerPolicy()66 InvokeRemoteMethod<PerformanceRPC::SetSchedulerClass>(task_id, in SetSchedulerClass()76 InvokeRemoteMethod<PerformanceRPC::SetSchedulerClass>( in SetSchedulerClass()88 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( in GetCpuPartition()102 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( in GetCpuPartition()
6 constexpr char PerformanceRPC::kClientPath[];
106 Endpoint::Create(PerformanceRPC::kClientPath)) { in PerformanceService()371 case PerformanceRPC::SetSchedulerPolicy::Opcode: in HandleMessage()372 DispatchRemoteMethod<PerformanceRPC::SetSchedulerPolicy>( in HandleMessage()376 case PerformanceRPC::SetCpuPartition::Opcode: in HandleMessage()377 DispatchRemoteMethod<PerformanceRPC::SetCpuPartition>( in HandleMessage()381 case PerformanceRPC::SetSchedulerClass::Opcode: in HandleMessage()382 DispatchRemoteMethod<PerformanceRPC::SetSchedulerClass>( in HandleMessage()386 case PerformanceRPC::GetCpuPartition::Opcode: in HandleMessage()387 DispatchRemoteMethod<PerformanceRPC::GetCpuPartition>( in HandleMessage()
15 struct PerformanceRPC { struct