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:BASE_YEAR
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H
A
D
photo_proxy_test.h
30
const int32_t
BASE_YEAR
= 1900;
member
50
title_ = "IMG_" + to_string(localTime->tm_year +
BASE_YEAR
) + streamObj.str();
in PhotoProxyTest()
57
photoId_ = to_string(localTime->tm_year +
BASE_YEAR
) + streamObj2.str();
in PhotoProxyTest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H
A
D
photo_proxy_test.h
30
const int32_t
BASE_YEAR
= 1900;
member
51
displayName_ = "IMG_" + std::to_string(localTime->tm_year +
BASE_YEAR
) + streamObj.str() + ".jpg";
in PhotoProxyTest()
59
photoId_ = std::to_string(localTime->tm_year +
BASE_YEAR
) + streamObj2.str();
in PhotoProxyTest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H
A
D
medialibrarymediaphotoassetproxy_fuzzer.h
38
const int32_t
BASE_YEAR
= 1900;
member
58
title_ = "IMG_" + to_string(localTime->tm_year +
BASE_YEAR
) + streamObj.str();
in PhotoProxyFuzzTest()
65
photoId_ = to_string(localTime->tm_year +
BASE_YEAR
) + streamObj2.str();
in PhotoProxyFuzzTest()
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H
A
D
render_text_clock.cpp
20
constexpr int32_t
BASE_YEAR
= 1900;
member
118
dateTime.year = static_cast<uint32_t>(local->tm_year +
BASE_YEAR
);
in GetDateTime()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H
A
D
softbus_adapter_timer.c
182
const int32_t
BASE_YEAR
= 1900;
local
185
formatedDateTime.tm_year +
BASE_YEAR
, formatedDateTime.tm_mon + BASE_MONTH, formatedDateTime.tm_mday,
/foundation/arkui/ace_engine/frameworks/base/log/
H
A
D
ace_performance_check.cpp
26
constexpr int32_t
BASE_YEAR
= 1900;
member
120
dateTime.year = static_cast<uint32_t>(local->tm_year +
BASE_YEAR
);
in GetCurrentTime()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H
A
D
render_refresh.cpp
25
constexpr int32_t
BASE_YEAR
= 1900;
member
558
dateTime.year = static_cast<uint32_t>(local->tm_year +
BASE_YEAR
);
in GetFormatDateTime()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H
A
D
text_clock_pattern.cpp
33
constexpr int32_t
BASE_YEAR
= 1900;
member
327
dateTime.year =static_cast<uint32_t>(timeZoneTime->tm_year +
BASE_YEAR
);
in GetCurrentFormatDateTime()
Completed in 5 milliseconds