Lines Matching defs:SocPerfServer
27 SystemAbility::MakeAndRegisterAbility(DelayedSingleton<SocPerfServer>::GetInstance().get());
30 SocPerfServer::SocPerfServer() : SystemAbility(SOC_PERF_SERVICE_SA_ID, true)
34 SocPerfServer::~SocPerfServer()
38 void SocPerfServer::OnStart()
40 if (!Publish(DelayedSingleton<SocPerfServer>::GetInstance().get())) {
50 void SocPerfServer::OnStop()
54 bool SocPerfServer::AllowDump()
57 SOC_PERF_LOGE("Not allow to dump SocPerfServer, mode:%{public}d", ENG_MODE);
63 SOC_PERF_LOGE("Not allow to dump SocPerfServer, permission state:%{public}d", res);
69 int32_t SocPerfServer::Dump(int32_t fd, const std::vector<std::u16string>& args)
92 void SocPerfServer::PerfRequest(int32_t cmdId, const std::string& msg)
97 void SocPerfServer::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg)
102 void SocPerfServer::PowerLimitBoost(bool onOffTag, const std::string& msg)
107 void SocPerfServer::ThermalLimitBoost(bool onOffTag, const std::string& msg)
112 void SocPerfServer::LimitRequest(int32_t clientId,
118 void SocPerfServer::SetRequestStatus(bool status, const std::string &msg)
123 void SocPerfServer::SetThermalLevel(int32_t level)
127 void SocPerfServer::RequestDeviceMode(const std::string& mode, bool status)
132 std::string SocPerfServer::RequestCmdIdCount(const std::string& msg)