Home
last modified time | relevance | path

Searched refs:EnableSound (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp33 notification.EnableSound(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h64 bool EnableSound() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp75 bool Notification::EnableSound() const in EnableSound() function in OHOS::Notification::Notification
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp766 if (notification->EnableSound()) { in __anonfcca8a570e02()
1822 notification->EnableSound() && notification->EnableVibrate()) { in __anonfcca8a572302()
1881 notification->EnableSound() && notification->EnableVibrate()) { in __anonfcca8a572402()
1940 notification->EnableSound() && notification->EnableVibrate()) { in __anonfcca8a572502()
1999 notification->EnableSound() && notification->EnableVibrate()) { in __anonfcca8a572602()
2059 notification->EnableSound() && notification->EnableVibrate()) { in __anonfcca8a572702()
2520 EXPECT_FALSE(notification->EnableSound()); in __anonfcca8a573202()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp459 EXPECT_EQ(rrc->EnableSound(), enable);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp120 if (request->EnableSound()) { in SetSubscribeCallbackData()