Home
last modified time | relevance | path

Searched refs:GetButtonName (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/include/
H A Daudio_safe_volume_notification_impl.h42 std::string GetButtonName(uint32_t notificationId);
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/
H A Daudio_safe_volume_notification_impl.cpp102 std::string AudioSafeVolumeNotificationImpl::GetButtonName(uint32_t notificationId) in GetButtonName() function in OHOS::AudioStandard::AudioSafeVolumeNotificationImpl
113 AUDIO_INFO_LOG("GetButtonName RESTORE_VOLUME_NOTIFICATION_ID."); in GetButtonName()
120 AUDIO_INFO_LOG("GetButtonName INCREASE_VOLUME_NOTIFICATION_ID."); in GetButtonName()
275 std::string buttonName = GetButtonName(notificationId); in PublishSafeVolumeNotification()
/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp264 static std::string GetButtonName(int notificationId) in GetButtonName() function
431 std::string buttonName = GetButtonName(notificationId); in PublishNfcNotification()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp114 notificationId, (buttonOption->GetButtonName()).c_str()); in OnResponse()
124 notificationId, (buttonOption->GetButtonName()).c_str()); in OnResponse()
127 if (BUTTON_NAME_STOP.compare(buttonOption->GetButtonName()) == 0) { in OnResponse()
131 if (BUTTON_NAME_MIC.compare(buttonOption->GetButtonName()) == 0) { in OnResponse()

Completed in 8 milliseconds