Home
last modified time | relevance | path

Searched refs:IsShowing (Results 1 – 7 of 7) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_panel.h68 bool IsShowing();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp195 if (IsShowing()) { in ShowPanel()
264 bool InputMethodPanel::IsShowing() in IsShowing() function in OHOS::MiscServices::InputMethodPanel
315 if (window_ != nullptr && IsShowing()) { in SetPanelStatusListener()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp50 reminderRequest.IsShowing(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h356 bool IsShowing() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp379 EXPECT_EQ(rrc->IsShowing(), false);
397 bool result = rrc->IsShowing();
1114 bool result = reminderRequestChild->IsShowing();
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp190 if (!(reminder->IsShowing())) { in CancelNotification()
1027 if (!(*it)->IsShowing()) { in HandleSameNotificationIdShowing()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp246 bool ReminderRequest::IsShowing() const in IsShowing() function in OHOS::Notification::ReminderRequest