Searched refs:SocPerf (Results 1 – 7 of 7) sorted by relevance
27 SocPerf::SocPerf() in SocPerf() function in OHOS::SOCPERF::SocPerf31 SocPerf::~SocPerf() in ~SocPerf()35 bool SocPerf::Init() in Init()51 bool SocPerf::CreateThreadWraps() in CreateThreadWraps()71 void SocPerf::InitThreadWraps() in InitThreadWraps()84 void SocPerf::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()247 void SocPerf::LimitRequest(int32_t clientId, in LimitRequest()279 void SocPerf::ClearAllAliveRequest() in ClearAllAliveRequest()293 void SocPerf::SetThermalLevel(int32_t level) in SetThermalLevel()439 void SocPerf::UpdateCmdIdCount(int32_t cmdId) in UpdateCmdIdCount()[all …]
31 │ └── socperf_client # SocPerf客户端代码,给调用者使用的接口35 │ ├── core # SocPerf核心业务逻辑代码,仲裁并生效最终的调频结果36 │ └── server # SocPerf服务端代码,用于接受客户端发送的调频请求
26 class SocPerf {40 SocPerf();41 ~SocPerf();
26 std::unique_ptr<SocPerf> socPerf = nullptr;34 socPerf = std::make_unique<SocPerf>(); in DoInit()
76 │ └── socperf_client # SocPerf客户端代码,给调用者使用的接口80 ├── core # SocPerf核心业务逻辑代码,仲裁并生效最终的调频结果81 └── server # SocPerf服务端代码,用于接受客户端发送的调频请求
14 - [SocPerf](#socperf)76 │ └── socperf_client # SocPerf Client interfaces77 ├── profile # SocPerf config file80 ├── core # SocPerf core code, arbitrate and take effects81 └── server # SocPerf server codes163 ## SocPerf section167 Supported SocPerf interfaces description
53 SocPerf socPerf;