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:eventTableName_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
55
eventTableName_
= UNKNOWN_TABLE_NAME;
in BundleActiveUsageDatabase()
160
if (
eventTableName_
!= UNKNOWN_TABLE_NAME) {
in InitDatabaseTableInfo()
161
int64_t eventTableTime = ParseStartTime(
eventTableName_
);
in InitDatabaseTableInfo()
268
bundleActiveResult->GetString(tableNameIndex,
eventTableName_
);
in HandleTableInfo()
321
if ((
eventTableName_
== UNKNOWN_TABLE_NAME) || (eventBeginTime_ == EVENT_BEGIN_TIME_INITIAL_VALUE)) {
in DeleteExcessiveTableData()
324
int64_t eventTableTime = ParseStartTime(
eventTableName_
);
in DeleteExcessiveTableData()
339
string deleteEventDataSql = "delete from " +
eventTableName_
+ " where timeStamp <= " +
in DeleteExcessiveTableData()
605
eventTableName_
= UNKNOWN_TABLE_NAME;
in CheckDatabaseFile()
625
eventTableName_
= eventTable;
in CreateEventLogTable()
1059
if (
eventTableName_
in FlushEventInfo()
[all...]
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
bundle_active_usage_database_test.cpp
64
database->
eventTableName_
= "defaultBundleName";
in HWTEST_F()
H
A
D
bundle_active_total_test.cpp
205
test.InitDatabaseTableInfo(test.ParseStartTime(test.
eventTableName_
)-1);
in HWTEST_F()
H
A
D
device_usage_statistics_service_test.cpp
311
database->
eventTableName_
= "defaultTableName";
in HWTEST_F()
1280
database->
eventTableName_
= "";
in HWTEST_F()
1283
database->
eventTableName_
= "defaultTableName";
in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H
A
D
bundle_active_usage_database.h
145
std::string
eventTableName_
;
member in OHOS::DeviceUsageStats::BundleActiveUsageDatabase
Completed in 7 milliseconds