Home
last modified time | relevance | path

Searched refs:IsShowing (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp49 reminderRequest.IsShowing(); in DoSomethingInterestingWithMyAPI()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h98 bool IsShowing();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp618 if (IsShowing()) { in ShowPanel()
771 bool InputMethodPanel::IsShowing() in IsShowing() function in OHOS::MiscServices::InputMethodPanel
826 if (type == "show" && IsShowing()) { in SetPanelStatusListener()
H A Dinput_method_ability.cpp1094 isShown = panel->IsShowing(); in IsPanelShown()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h546 bool IsShowing() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp375 * @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 Dreminder_data_manager.cpp309 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 Dreminder_request.cpp272 bool ReminderRequest::IsShowing() const in IsShowing() function in OHOS::Notification::ReminderRequest

Completed in 16 milliseconds