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:TimeServiceProxy
(Results
1 - 2
of
2
) sorted by relevance
/base/time/time_service/services/ipc/proxy/inner_api_include/
H
A
D
time_service_proxy.h
25
class
TimeServiceProxy
: public IRemoteProxy<ITimeService> {
class
27
explicit
TimeServiceProxy
(const sptr<IRemoteObject> &object);
28
~
TimeServiceProxy
() = default;
29
DISALLOW_COPY_AND_MOVE(
TimeServiceProxy
);
50
static inline BrokerDelegator<
TimeServiceProxy
> delegator_;
/base/time/time_service/services/ipc/proxy/
H
A
D
time_service_proxy.cpp
27
TimeServiceProxy
::
TimeServiceProxy
(const sptr<IRemoteObject> &object) : IRemoteProxy<ITimeService>(object)
in TimeServiceProxy()
function in OHOS::MiscServices::TimeServiceProxy
31
int32_t
TimeServiceProxy
::SetTime(int64_t time, APIVersion apiVersion)
in SetTime()
56
int32_t
TimeServiceProxy
::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions,
in CreateTimer()
108
int32_t
TimeServiceProxy
::StartTimer(uint64_t timerId, uint64_t triggerTime)
in StartTimer()
127
int32_t
TimeServiceProxy
::StopTimer(uint64_t timerId)
in StopTimer()
142
int32_t
TimeServiceProxy
::DestroyTimer(uint64_t timerId, bool isAsync)
in DestroyTimer()
162
int32_t
TimeServiceProxy
::SetTimeZone(const std::string &timeZoneId, APIVersion apiVersion)
in SetTimeZone()
187
int32_t
TimeServiceProxy
::GetTimeZone(std::string &timeZoneId)
in GetTimeZone()
205
int32_t
TimeServiceProxy
[all...]
Completed in 1 milliseconds