Home
last modified time | relevance | path

Searched refs:IsFloatingIcon (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp51 notification.IsFloatingIcon(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp44 request.IsFloatingIcon(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp200 bool Notification::IsFloatingIcon() const in IsFloatingIcon() function in OHOS::Notification::Notification
205 return request_->IsFloatingIcon(); in IsFloatingIcon()
H A Dnotification_request.cpp574 bool NotificationRequest::IsFloatingIcon() const in IsFloatingIcon() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h197 bool IsFloatingIcon() const;
H A Dnotification_request.h911 bool IsFloatingIcon() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp57 EXPECT_EQ(rrc->IsFloatingIcon(), false);
121 EXPECT_EQ(rrc->IsFloatingIcon(), false);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp111 napi_get_boolean(env, notification->IsFloatingIcon(), &value); in SetNotification()
H A Dcommon_convert_request.cpp173 napi_get_boolean(env, request->IsFloatingIcon(), &value); in SetNotificationRequestByBool()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_hisysevent_test.cpp197 auto result = notificationTest.IsFloatingIcon(); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp409 EXPECT_EQ(false, notificationRequest.IsFloatingIcon()); in CheckCaseNineResult()