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:long_variable
(Results
1 - 2
of
2
) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
clouddisk_rdb_utils_mock.cpp
66
int64_t
long_variable
;
in FillFileInfo()
local
67
rowEntity.Get(FileColumn::FILE_SIZE).GetLong(
long_variable
);
in FillFileInfo()
68
info.size = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
69
rowEntity.Get(FileColumn::FILE_TIME_ADDED).GetLong(
long_variable
);
in FillFileInfo()
70
info.atime = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
71
rowEntity.Get(FileColumn::META_TIME_EDITED).GetLong(
long_variable
);
in FillFileInfo()
72
info.ctime = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
73
rowEntity.Get(FileColumn::FILE_TIME_EDITED).GetLong(
long_variable
);
in FillFileInfo()
74
info.mtime = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
77
rowEntity.Get(FileColumn::ROW_ID).GetLong(
long_variable
);
in FillFileInfo()
[all...]
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H
A
D
clouddisk_rdb_utils.cpp
107
int64_t
long_variable
;
in FillFileInfo()
local
108
rowEntity.Get(FileColumn::FILE_SIZE).GetLong(
long_variable
);
in FillFileInfo()
109
info.size = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
110
rowEntity.Get(FileColumn::FILE_TIME_ADDED).GetLong(
long_variable
);
in FillFileInfo()
111
info.atime = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
112
rowEntity.Get(FileColumn::META_TIME_EDITED).GetLong(
long_variable
);
in FillFileInfo()
113
info.ctime = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
114
rowEntity.Get(FileColumn::FILE_TIME_EDITED).GetLong(
long_variable
);
in FillFileInfo()
115
info.mtime = static_cast<unsigned long long>(
long_variable
);
in FillFileInfo()
119
rowEntity.Get(FileColumn::ROW_ID).GetLong(
long_variable
);
in FillFileInfo()
[all...]
Completed in 1 milliseconds