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:innerCode
(Results
1 - 3
of
3
) sorted by relevance
/base/time/time_service/framework/cj/src/
H
A
D
system_date_time.cpp
32
auto
innerCode
= TimeServiceClient::GetInstance()->SetTimeV9(time);
in SetTime()
local
33
if (
innerCode
!= CjErrorCode::ERROR_OK) {
in SetTime()
34
TIME_HILOGE(TIME_MODULE_CLIENT, "failed
innerCode
is %{public}d",
innerCode
);
in SetTime()
43
int32_t
innerCode
;
in getCurrentTime()
local
46
innerCode
= TimeServiceClient::GetInstance()->GetWallTimeNs(time);
in getCurrentTime()
48
innerCode
= TimeServiceClient::GetInstance()->GetWallTimeMs(time);
in getCurrentTime()
50
if (
innerCode
!= CjErrorCode::ERROR_OK) {
in getCurrentTime()
51
TIME_HILOGE(TIME_MODULE_CLIENT, "failed
innerCode
is %{public}d",
innerCode
);
in getCurrentTime()
59
int32_t
innerCode
;
getRealActiveTime()
local
75
int32_t
innerCode
;
getRealTime()
local
107
int32_t
innerCode
;
getTime()
local
119
int32_t
innerCode
;
getUpTime()
local
135
auto
innerCode
= TimeServiceClient::GetInstance()->SetTimeZoneV9(timezone);
SetTimeZone()
local
167
int32_t
innerCode
;
getTimezone()
local
[all...]
/base/time/time_service/framework/js/napi/system_date_time/src/
H
A
D
napi_system_date_time.cpp
90
auto
innerCode
= TimeServiceClient::GetInstance()->SetTimeV9(setTimeContext->time);
in SetTime()
91
if (
innerCode
!= JsErrorCode::ERROR_OK) {
in SetTime()
92
setTimeContext->errCode =
innerCode
;
in SetTime()
136
auto
innerCode
= TimeServiceClient::GetInstance()->SetTimeV9(setDateContext->time);
in SetDate()
137
if (
innerCode
!= JsErrorCode::ERROR_OK) {
in SetDate()
138
setDateContext->errCode =
innerCode
;
in SetDate()
168
int32_t
innerCode
;
in GetRealActiveTime()
170
innerCode
= TimeServiceClient::GetInstance()->GetMonotonicTimeNs(getRealActiveTimeContext->time);
in GetRealActiveTime()
172
innerCode
= TimeServiceClient::GetInstance()->GetMonotonicTimeMs(getRealActiveTimeContext->time);
in GetRealActiveTime()
174
if (
innerCode
!
in GetRealActiveTime()
[all...]
/base/time/time_service/framework/js/napi/system_timer/src/
H
A
D
napi_system_timer.cpp
237
auto
innerCode
= TimeServiceClient::GetInstance()->CreateTimerV9(createTimerContext->iTimerInfoInstance,
in CreateTimer()
239
if (
innerCode
!= JsErrorCode::ERROR_OK) {
in CreateTimer()
240
createTimerContext->errCode =
innerCode
;
in CreateTimer()
277
auto
innerCode
=
in StartTimer()
279
if (
innerCode
!= JsErrorCode::ERROR_OK) {
in StartTimer()
280
startTimerContext->errCode =
innerCode
;
in StartTimer()
306
auto
innerCode
= TimeServiceClient::GetInstance()->StopTimerV9(stopTimerContext->timerId);
in StopTimer()
307
if (
innerCode
!= JsErrorCode::ERROR_OK) {
in StopTimer()
308
stopTimerContext->errCode =
innerCode
;
in StopTimer()
334
auto
innerCode
in DestroyTimer()
[all...]
Completed in 3 milliseconds