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:IStandbyService
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/device_standby/frameworks/include/
H
A
D
istandby_service.h
40
class
IStandbyService
: public IRemoteBroker {
class
42
IStandbyService
() = default;
43
~
IStandbyService
() override = default;
44
DISALLOW_COPY_AND_MOVE(
IStandbyService
);
166
DECLARE_INTERFACE_DESCRIPTOR(u"ohos.resourceschedule.
IStandbyService
");
H
A
D
standby_service_stub.h
28
class StandbyServiceStub : public IRemoteStub<
IStandbyService
> {
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H
A
D
standby_service_client.h
181
sptr<
IStandbyService
> standbyServiceProxy_;
H
A
D
standby_service_proxy.h
26
class StandbyServiceProxy final : public IRemoteProxy<
IStandbyService
> {
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H
A
D
standby_service_client.cpp
219
standbyServiceProxy_ = iface_cast<
IStandbyService
>(remoteObject);
in GetStandbyServiceProxy()
H
A
D
standby_service_proxy.cpp
27
:IRemoteProxy<
IStandbyService
>(impl) {}
in StandbyServiceProxy()
/foundation/resourceschedule/device_standby/frameworks/src/
H
A
D
standby_service_stub.cpp
77
return IRemoteStub<
IStandbyService
>::OnRemoteRequest(code, data, reply, option);
in OnRemoteRequest()
/foundation/resourceschedule/device_standby/services/test/unittest/
H
A
D
standby_service_unit_test.cpp
946
data.WriteInterfaceToken(
IStandbyService
::GetDescriptor());
in HWMTEST_F()
1021
data.WriteInterfaceToken(
IStandbyService
::GetDescriptor());
in HWTEST_F()
Completed in 5 milliseconds