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:IsStandby
(Results
1 - 19
of
19
) sorted by relevance
/base/powermgr/power_manager/frameworks/cj/power/src/
H
A
D
power_ffi.cpp
38
PowerErrors errCode = g_powerMgrClient.
IsStandby
(isStandby);
in FfiPowerIsStandby()
/base/powermgr/power_manager/frameworks/napi/power/
H
A
D
power_napi.h
36
static napi_value
IsStandby
(napi_env env, napi_callback_info info);
H
A
D
power_module.cpp
91
DECLARE_NAPI_FUNCTION("isStandby", PowerNapi::
IsStandby
),
in PowerInit()
H
A
D
power_napi.cpp
342
napi_value PowerNapi::
IsStandby
(napi_env env, napi_callback_info info)
in IsStandby()
function in OHOS::PowerMgr::PowerNapi
345
PowerErrors code = g_powerMgrClient.
IsStandby
(isStandby);
in IsStandby()
/base/powermgr/power_manager/test/unittest/include/servicetest/
H
A
D
powermgr_service_test_proxy.h
80
PowerErrors
IsStandby
(bool& isStandby);
/base/location/services/location_locator/locator/include/
H
A
D
request_manager.h
73
void
IsStandby
();
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H
A
D
power_mgr_client.h
165
PowerErrors
IsStandby
(bool& isStandby);
H
A
D
ipower_mgr.h
93
virtual PowerErrors
IsStandby
(bool& isStandby) = 0;
/base/powermgr/power_manager/services/zidl/include/
H
A
D
power_mgr_proxy.h
90
virtual PowerErrors
IsStandby
(bool& isStandby) override;
/base/powermgr/power_manager/frameworks/native/
H
A
D
power_mgr_client.cpp
462
PowerErrors PowerMgrClient::
IsStandby
(bool& isStandby)
in IsStandby()
function in OHOS::PowerMgr::PowerMgrClient
465
PowerErrors ret = proxy_->
IsStandby
(isStandby);
in IsStandby()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_mgr_service.h
128
virtual PowerErrors
IsStandby
(bool& isStandby) override;
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
power_mgr_service_test.cpp
322
* @tc.desc: Test
IsStandby
331
PowerErrors ret = powerMgrClient.
IsStandby
(standby);
in HWTEST_F()
/base/location/services/location_locator/locator/source/
H
A
D
request_manager.cpp
424
void RequestManager::
IsStandby
()
in IsStandby()
function in OHOS::Location::RequestManager
H
A
D
locator_ability.cpp
2175
requestManager->
IsStandby
();
in IsStandByEvent()
/base/powermgr/power_manager/services/zidl/src/
H
A
D
power_mgr_stub.cpp
720
PowerErrors ret =
IsStandby
(isStandby);
in IsStandbyStub()
H
A
D
power_mgr_proxy.cpp
1248
PowerErrors PowerMgrProxy::
IsStandby
(bool& isStandby)
in IsStandby()
function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/test/unittest/src/servicetest/
H
A
D
powermgr_service_test_proxy.cpp
877
PowerErrors PowerMgrServiceTestProxy::
IsStandby
(bool& isStandby)
in IsStandby()
function in OHOS::PowerMgr::PowerMgrServiceTestProxy
H
A
D
powermgr_service_native_test.cpp
865
* @tc.desc: test
IsStandby
873
auto error = g_powerMgrServiceProxy->
IsStandby
(standby);
in HWTEST_F()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
1611
PowerErrors PowerMgrService::
IsStandby
(bool& isStandby)
in IsStandby()
function in OHOS::PowerMgr::PowerMgrService
Completed in 21 milliseconds