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:GetLocalTime
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H
A
D
rs_common_tools.cpp
29
std::string
GetLocalTime
()
in GetLocalTime()
function
48
std::string localTime =
GetLocalTime
();
in SavePixelmapToFile()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_common_tools.h
28
std::string
GetLocalTime
();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H
A
D
rs_common_tools_test.cpp
40
* @tc.desc: test results of
GetLocalTime
46
std::string currentTime = CommonTools::
GetLocalTime
();
in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H
A
D
nstackx_log.c
28
GetLocalTime
(&st);
in DefaultLogImpl()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommontools_fuzzer/
H
A
D
rscommontools_fuzzer.cpp
84
CommonTools::
GetLocalTime
();
in DoGetLocalTime()
96
OHOS::Rosen::DoGetLocalTime(data, size); //
GetLocalTime
in LLVMFuzzerTestOneInput()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H
A
D
image_utils.h
88
static std::string
GetLocalTime
();
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H
A
D
avmetadatahelper_impl.h
63
static std::string
GetLocalTime
()
in GetLocalTime()
function in OHOS::Media::AVMetadataHelperImpl
H
A
D
avmetadatahelper_impl.cpp
240
auto fileName =
GetLocalTime
() + "_" + width + "_" + height + "_" + pixelFormat + fileNameSuffix;
in DumpPixelMap()
272
auto fileName =
GetLocalTime
() + "_" + widthStr + "_" + heightStr + "_" + pixelFormat + fileNameSuffix;
in DumpAVBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
image_utils.cpp
463
std::string fileName = FILE_DIR_IN_THE_SANDBOX +
GetLocalTime
() + customFileName + std::to_string(imageId) +
in DumpPixelMap()
512
std::string fileName = FILE_DIR_IN_THE_SANDBOX +
GetLocalTime
() + "_imageId" + std::to_string(imageId) +
in DumpDataIfDumpEnabled()
567
std::string ImageUtils::
GetLocalTime
()
in GetLocalTime()
function in OHOS::Media::ImageUtils
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_utils_test.cpp
486
* @tc.desc:
GetLocalTime
500
ImageUtils::
GetLocalTime
();
in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H
A
D
softbus_hidumper_util.c
251
static void
GetLocalTime
(char* time, uint64_t timestamp)
in GetLocalTime()
function
673
GetLocalTime
(record->time, srcRecord[i].time / TIME_THOUSANDS_FACTOR);
in OnQueryAlarm()
Completed in 9 milliseconds