Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SocPerfProxy
(Results
1 - 2
of
2
) sorted by relevance
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H
A
D
socperf_proxy.cpp
22
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
D
socperf_proxy.h
24
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 2 milliseconds