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:IsShowing
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H
A
D
reminderrequest_fuzzer.cpp
49
reminderRequest.
IsShowing
();
in DoSomethingInterestingWithMyAPI()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_panel.h
98
bool
IsShowing
();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_panel.cpp
618
if (
IsShowing
()) {
in ShowPanel()
771
bool InputMethodPanel::
IsShowing
()
in IsShowing()
function in OHOS::MiscServices::InputMethodPanel
826
if (type == "show" &&
IsShowing
()) {
in SetPanelStatusListener()
H
A
D
input_method_ability.cpp
1094
isShown = panel->
IsShowing
();
in IsPanelShown()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
546
bool
IsShowing
() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_request_test.cpp
375
* @tc.desc: Test
IsShowing
parameters.
382
EXPECT_EQ(rrc->
IsShowing
(), false);
in HWTEST_F()
387
* @tc.desc: Test
IsShowing
parameters.
400
bool result = rrc->
IsShowing
();
in HWTEST_F()
1140
bool result = reminderRequestChild->
IsShowing
();
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_data_manager.cpp
309
if (!(reminder->
IsShowing
())) {
in CancelNotification()
1305
if ((*it)->
IsShowing
()) {
in HandleImmediatelyShow()
1366
if (!(*it)->
IsShowing
()) {
in HandleSameNotificationIdShowing()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request.cpp
272
bool ReminderRequest::
IsShowing
() const
in IsShowing()
function in OHOS::Notification::ReminderRequest
Completed in 18 milliseconds