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:IPowerMgr
(Results
1 - 16
of
16
) sorted by relevance
/base/security/access_token/services/common/power_manager/include/
H
A
D
power_manager_proxy.h
24
class
IPowerMgr
: public IRemoteBroker {
class
26
DECLARE_INTERFACE_DESCRIPTOR(u"ohos.powermgr.
IPowerMgr
");
34
class PowerMgrProxy : public IRemoteProxy<
IPowerMgr
> {
37
: IRemoteProxy<
IPowerMgr
>(impl) {}
in PowerMgrProxy()
H
A
D
power_manager_client.h
45
sptr<
IPowerMgr
> GetProxy();
50
sptr<
IPowerMgr
> proxy_ = nullptr;
/base/powermgr/power_manager/frameworks/native/
H
A
D
running_lock.cpp
35
RunningLock::RunningLock(const wptr<
IPowerMgr
>& proxy, const std::string& name, RunningLockType type)
in RunningLock()
61
sptr<
IPowerMgr
> proxy = proxy_.promote();
in Create()
69
PowerErrors RunningLock::Recover(const wptr<
IPowerMgr
>& proxy)
in Recover()
79
sptr<
IPowerMgr
> proxy = proxy_.promote();
in UpdateWorkSource()
97
sptr<
IPowerMgr
> proxy = proxy_.promote();
in Lock()
120
sptr<
IPowerMgr
> proxy = proxy_.promote();
in UnLock()
135
sptr<
IPowerMgr
> proxy = proxy_.promote();
in IsUsed()
147
sptr<
IPowerMgr
> proxy = proxy_.promote();
in Release()
H
A
D
client_lifecycle.h
26
static sptr<
IPowerMgr
> GetProxy();
42
static sptr<
IPowerMgr
> proxy_;
H
A
D
client_lifecycle.cpp
26
sptr<
IPowerMgr
> ClientLifeCycle::proxy_;
30
sptr<
IPowerMgr
> ClientLifeCycle::GetProxy()
in GetProxy()
69
proxy_ = iface_cast<
IPowerMgr
>(remoteObject_);
in Connect()
H
A
D
power_mgr_client.cpp
103
proxy_ = iface_cast<
IPowerMgr
>(remoteObject_);
in Connect()
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H
A
D
running_lock.h
31
RunningLock(const wptr<
IPowerMgr
>& proxy, const std::string& name, RunningLockType type);
36
PowerErrors Recover(const wptr<
IPowerMgr
>& proxy);
68
wptr<
IPowerMgr
> proxy_;
H
A
D
power_mgr_client.h
211
sptr<
IPowerMgr
> proxy_ {nullptr};
H
A
D
ipower_mgr.h
39
class
IPowerMgr
: public IShutdownClient, public IRemoteBroker {
class
113
DECLARE_INTERFACE_DESCRIPTOR(u"ohos.powermgr.
IPowerMgr
");
/base/powermgr/power_manager/services/zidl/src/shutdown/
H
A
D
shutdown_stub_delegator.h
25
explicit ShutdownStubDelegator(IRemoteStub<
IPowerMgr
>& stub) : stub_(stub) {}
in ShutdownStubDelegator()
38
IRemoteStub<
IPowerMgr
>& stub_;
/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
H
A
D
shutdown_client.h
96
sptr<
IPowerMgr
> proxy_ {nullptr};
/base/security/access_token/services/common/power_manager/src/
H
A
D
power_manager_proxy.cpp
45
int32_t error = remote->SendRequest(static_cast<uint32_t>(
IPowerMgr
::Message::IS_SCREEN_ON), data, reply, option);
in IsScreenOn()
H
A
D
power_manager_client.cpp
95
sptr<
IPowerMgr
> PowerMgrClient::GetProxy()
in GetProxy()
/base/powermgr/power_manager/services/zidl/include/
H
A
D
power_mgr_proxy.h
40
class PowerMgrProxy : public IRemoteProxy<
IPowerMgr
> {
43
: IRemoteProxy<
IPowerMgr
>(impl) {}
in PowerMgrProxy()
H
A
D
power_mgr_stub.h
26
class PowerMgrStub : public IRemoteStub<
IPowerMgr
> {
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
running_lock_test.cpp
416
sptr<
IPowerMgr
> ptr;
in HWTEST_F()
417
ptr.ForceSetRefPtr(static_cast<
IPowerMgr
*>(pms.GetRefPtr()));
in HWTEST_F()
Completed in 6 milliseconds