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:GetNowSysTime
(Results
1 - 12
of
12
) sorted by relevance
/base/notification/eventhandler/frameworks/test/moduletest/
H
A
D
event_handler_send_timing_event_module_test.cpp
28
int64_t
GetNowSysTime
()
in GetNowSysTime()
function
45
int64_t nowTime =
GetNowSysTime
();
in WaitTaskCalled()
79
int64_t nowTime =
GetNowSysTime
();
in SendEventWithSmartPtr()
149
int64_t nowTime =
GetNowSysTime
();
in HWTEST_F()
170
int64_t nowTime =
GetNowSysTime
();
in HWTEST_F()
195
int64_t nowTime =
GetNowSysTime
();
in HWTEST_F()
219
int64_t nowTime =
GetNowSysTime
();
in HWTEST_F()
312
int64_t nowTime =
GetNowSysTime
();
in HWTEST_F()
/base/notification/common_event_service/services/include/
H
A
D
system_time.h
30
static int64_t
GetNowSysTime
();
/base/notification/common_event_service/services/src/
H
A
D
system_time.cpp
25
int64_t SystemTime::
GetNowSysTime
()
in GetNowSysTime()
function in OHOS::EventFwk::SystemTime
H
A
D
publish_manager.cpp
36
int64_t now = SystemTime::
GetNowSysTime
();
in CheckIsFloodAttack()
H
A
D
inner_common_event_manager.cpp
314
int64_t taskStartTime = SystemTime::
GetNowSysTime
();
in SubscribeCommonEvent()
348
int64_t now = SystemTime::
GetNowSysTime
();
in SubscribeCommonEvent()
468
uid, true, SystemTime::
GetNowSysTime
());
in Freeze()
486
pidList, isFreeze, SystemTime::
GetNowSysTime
());
in SetFreezeStatus()
H
A
D
common_event_manager_service.cpp
257
int64_t startTime = SystemTime::
GetNowSysTime
();
in SubscribeCommonEvent()
H
A
D
common_event_control_manager.cpp
576
uint64_t nowSysTime = static_cast<uint64_t>(SystemTime::
GetNowSysTime
());
in ProcessNextOrderedEvent()
630
sp->receiverTime = SystemTime::
GetNowSysTime
();
in SetTime()
688
int64_t nowSysTime = SystemTime::
GetNowSysTime
();
in CurrentOrderedEventTimeout()
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H
A
D
settemplate_fuzzer.cpp
70
request.
GetNowSysTime
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_request.h
1441
int64_t
GetNowSysTime
();
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_request.cpp
59
createTime_ =
GetNowSysTime
();
in NotificationRequest()
60
deliveryTime_ =
GetNowSysTime
();
in NotificationRequest()
1805
int64_t NotificationRequest::
GetNowSysTime
()
in GetNowSysTime()
function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
advanced_notification_service.h
1243
int64_t
GetNowSysTime
();
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_utils.cpp
513
int64_t AdvancedNotificationService::
GetNowSysTime
()
in GetNowSysTime()
function in OHOS::Notification::AdvancedNotificationService
Completed in 22 milliseconds