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:ThermalSrvProxy
(Results
1 - 9
of
9
) sorted by relevance
/base/powermgr/thermal_manager/services/zidl/src/
H
A
D
thermal_srv_proxy.cpp
28
bool
ThermalSrvProxy
::SubscribeThermalTempCallback(
in SubscribeThermalTempCallback()
39
if (!data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor())) {
in SubscribeThermalTempCallback()
57
bool
ThermalSrvProxy
::UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback)
in UnSubscribeThermalTempCallback()
67
if (!data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor())) {
in UnSubscribeThermalTempCallback()
84
bool
ThermalSrvProxy
::SubscribeThermalLevelCallback(const sptr<IThermalLevelCallback>& callback)
in SubscribeThermalLevelCallback()
94
if (!data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor())) {
in SubscribeThermalLevelCallback()
111
bool
ThermalSrvProxy
::UnSubscribeThermalLevelCallback(const sptr<IThermalLevelCallback>& callback)
in UnSubscribeThermalLevelCallback()
121
if (!data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor())) {
in UnSubscribeThermalLevelCallback()
138
bool
ThermalSrvProxy
::SubscribeThermalActionCallback(
in SubscribeThermalActionCallback()
149
if (!data.WriteInterfaceToken(
ThermalSrvProxy
in SubscribeThermalActionCallback()
[all...]
/base/powermgr/thermal_manager/services/zidl/include/
H
A
D
thermal_srv_proxy.h
36
class
ThermalSrvProxy
: public IRemoteProxy<IThermalSrv> {
class
38
explicit
ThermalSrvProxy
(const sptr<IRemoteObject>& impl) : IRemoteProxy<IThermalSrv>(impl) {}
in ThermalSrvProxy()
function in OHOS::PowerMgr::ThermalSrvProxy
39
~
ThermalSrvProxy
() = default;
40
DISALLOW_COPY_AND_MOVE(
ThermalSrvProxy
);
58
static inline BrokerDelegator<
ThermalSrvProxy
> delegator_;
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_mock_stub_test.cpp
92
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
123
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
140
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
147
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
166
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
173
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
191
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
201
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
218
g_data.WriteInterfaceToken(
ThermalSrvProxy
::GetDescriptor());
in HWTEST_F()
236
g_data.WriteInterfaceToken(
ThermalSrvProxy
in HWTEST_F()
[all...]
H
A
D
thermal_mock_proxy_remote_test.cpp
47
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
101
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
H
A
D
thermal_mock_proxy_writeremoteobject_test.cpp
45
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
114
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
H
A
D
thermal_mock_proxy_writevector_test.cpp
53
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
H
A
D
thermal_mock_proxy_sendrequest_test.cpp
53
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
H
A
D
thermal_mock_proxy_writeinterfacetoken_test.cpp
43
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
H
A
D
thermal_mock_proxy_test.cpp
73
std::shared_ptr<
ThermalSrvProxy
> srvProxy = std::make_shared<
ThermalSrvProxy
>(sptrRemoteObj);
in HWTEST_F()
Completed in 6 milliseconds