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:IsInProgress
(Results
1 - 13
of
13
) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/
H
A
D
updater_ui_facade_unittest.cpp
61
EXPECT_FALSE(UPDATER_UI_INSTANCE.
IsInProgress
());
in HWTEST_F()
76
EXPECT_TRUE(UPDATER_UI_INSTANCE.
IsInProgress
());
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H
A
D
common_notification_publish_process.cpp
47
if (request->
IsInProgress
() &&
in PublishNotificationByApp()
H
A
D
live_publish_process.cpp
84
if (request->
IsInProgress
() &&
in PublishNotificationByApp()
/base/update/updater/services/ui/
H
A
D
updater_ui_empty.h
52
bool
IsInProgress
() const
in IsInProgress()
function in Updater::UpdaterUiEmpty
H
A
D
updater_ui_facade.h
50
bool
IsInProgress
() const;
H
A
D
updater_ui_facade.cpp
115
bool UpdaterUiFacade::
IsInProgress
() const
in IsInProgress()
function in Updater::UpdaterUiFacade
158
if (
IsInProgress
() || !res) {
in ShowProgressPage()
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H
A
D
notificationrequest_fuzzer.cpp
34
request.
IsInProgress
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_request.h
203
bool
IsInProgress
() const;
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_publish_service.cpp
1364
(*iter).first->notification->GetNotificationRequest().
IsInProgress
()) {
in RemoveSystemLiveViewNotificationsOfSa()
1379
item->notification->GetNotificationRequest().
IsInProgress
()) {
in RemoveSystemLiveViewNotificationsOfSa()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_request.cpp
145
napi_get_boolean(env, request->
IsInProgress
(), &value);
in SetNotificationRequestByBool()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_utils.cpp
986
notificationRequest.isOngoing = request->
IsInProgress
();
in SetNotificationRequestByBool()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_publish_test.cpp
381
EXPECT_EQ(false, notificationRequest.
IsInProgress
());
in CheckCaseEightResult()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_request.cpp
80
bool NotificationRequest::
IsInProgress
() const
in IsInProgress()
function in OHOS::Notification::NotificationRequest
Completed in 19 milliseconds