Searched refs:SocPerfServer (Results 1 – 3 of 3) sorted by relevance
30 SocPerfServer::SocPerfServer() : SystemAbility(SOC_PERF_SERVICE_SA_ID, true) in SocPerfServer() function in OHOS::SOCPERF::SocPerfServer34 SocPerfServer::~SocPerfServer() in ~SocPerfServer()38 void SocPerfServer::OnStart() in OnStart()40 if (!Publish(DelayedSingleton<SocPerfServer>::GetInstance().get())) { in OnStart()50 void SocPerfServer::OnStop() in OnStop()54 bool SocPerfServer::AllowDump() in AllowDump()92 void SocPerfServer::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()112 void SocPerfServer::LimitRequest(int32_t clientId, in LimitRequest()118 void SocPerfServer::SetRequestStatus(bool status, const std::string &msg) in SetRequestStatus()123 void SocPerfServer::SetThermalLevel(int32_t level) in SetThermalLevel()[all …]
26 class SocPerfServer : public SystemAbility, public SocPerfStub,27 public std::enable_shared_from_this<SocPerfServer> {28 DISALLOW_COPY_AND_MOVE(SocPerfServer);29 DECLARE_SYSTEM_ABILITY(SocPerfServer);30 DECLARE_DELAYED_SINGLETON(SocPerfServer);46 SocPerfServer(int32_t systemAbilityId, bool runOnCreate);
39 std::shared_ptr<SocPerfServer> socPerfServer_ = DelayedSingleton<SocPerfServer>::GetInstance();