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
defs:timeId
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ai/intelligent_voice_framework/utils/
H
A
D
timer_mgr.h
46
int
timeId
;
member
/foundation/resourceschedule/device_standby/services/common/src/
H
A
D
timed_task.cpp
109
bool WEAK_FUNC TimedTask::StartDayNightSwitchTimer(uint64_t&
timeId
)
in StartDayNightSwitchTimer()
argument
126
bool WEAK_FUNC TimedTask::RegisterDayNightSwitchTimer(uint64_t&
timeId
, bool repeat, uint64_t interval,
in RegisterDayNightSwitchTimer()
argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/video_job_repository/
H
A
D
deferred_video_job.h
133
inline void SetTimeId(const uint32_t
timeId
)
in SetTimeId()
argument
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
event_normalize_handler_test.cpp
690
int32_t
timeId
= eventNormalizeHandler.AddHandleTimer(timeOut);
in HWTEST_F()
local
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H
A
D
mock_helper.cpp
69
bool TimedTask::StartDayNightSwitchTimer(uint64_t&
timeId
)
in StartDayNightSwitchTimer()
argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H
A
D
video_post_processor.cpp
305
uint32_t
timeId
= DpsTimer::GetInstance().StartTimer([&, videoId]() {OnTimerOut(videoId);}, MAX_PROC_TIME_MS);
in StartTimer()
local
316
auto
timeId
= work->GetTimeId();
in StopTimer()
local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
media_asset_rdbstore.cpp
433
std::string
timeId
= RBDSTORE_DATE_ADDED_TIME_TEMPLATE.substr(std::to_string(dateTakenTime).length()) +
in QueryTimeIdBatch()
local
Completed in 5 milliseconds