Home
last modified time | relevance | path

Searched refs:SocPerfProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_proxy.cpp22 void SocPerfProxy::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
36 void SocPerfProxy::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
51 void SocPerfProxy::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
65 void SocPerfProxy::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
79 void SocPerfProxy::LimitRequest(int32_t clientId, in LimitRequest()
96 void SocPerfProxy::SetRequestStatus(bool status, const std::string &msg) in SetRequestStatus()
115 void SocPerfProxy::SetThermalLevel(int32_t level) in SetThermalLevel()
132 void SocPerfProxy::RequestDeviceMode(const std::string& mode, bool status) in RequestDeviceMode()
152 std::string SocPerfProxy::RequestCmdIdCount(const std::string& msg) in RequestCmdIdCount()
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/include/
H A Dsocperf_proxy.h24 class SocPerfProxy : public IRemoteProxy<ISocPerfService> { class
102 * @brief Construct a new SocPerfProxy object.
106 explicit SocPerfProxy(const sptr<IRemoteObject> &impl) in SocPerfProxy() function in OHOS::SOCPERF::SocPerfProxy
110 * @brief Destroy the SocPerfProxy object.
113 virtual ~SocPerfProxy() {} in ~SocPerfProxy()
116 static inline BrokerDelegator<SocPerfProxy> delegator_;

Completed in 1 milliseconds