Searched refs:EnableSound (Results 1 – 6 of 6) sorted by relevance
33 notification.EnableSound(); in DoSomethingInterestingWithMyAPI()
64 bool EnableSound() const;
75 bool Notification::EnableSound() const in EnableSound() function in OHOS::Notification::Notification
766 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()
459 EXPECT_EQ(rrc->EnableSound(), enable);
120 if (request->EnableSound()) { in SetSubscribeCallbackData()