Searched refs:buttonName (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/ |
H A D | audio_safe_volume_notification_impl.cpp | 104 std::string buttonName; in GetButtonName() local 107 return buttonName; in GetButtonName() 114 ret = resourceManager_->GetStringByName(SAFE_VOLUME_RESTORE_VOL_BUTTON_ID, buttonName); in GetButtonName() 121 ret = resourceManager_->GetStringByName(SAFE_VOLUME_INCREASE_VOL_BUTTON_ID, buttonName); in GetButtonName() 128 return buttonName; in GetButtonName() 130 return buttonName; in GetButtonName() 133 static void SetActionButton(int32_t notificationId, const std::string& buttonName, in SetActionButton() argument 154 Notification::NotificationActionButton::Create(nullptr, buttonName, wantAgentDeal); in SetActionButton() 275 std::string buttonName = GetButtonName(notificationId); in PublishSafeVolumeNotification() local 276 if (!buttonName in PublishSafeVolumeNotification() [all...] |
/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 295 static void SetActionButton(const std::string& buttonName, Notification::NotificationRequest& request)
in SetActionButton() argument 308 Notification::NotificationActionButton::Create(nullptr, buttonName, wantAgentDeal);
in SetActionButton() 431 std::string buttonName = GetButtonName(notificationId);
in PublishNfcNotification() local 432 if (!buttonName.empty()) {
in PublishNfcNotification() 433 SetActionButton(buttonName, request);
in PublishNfcNotification()
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | vkeyboard.h | 161 string buttonName; member in OHOS::MMI::StateMachineMessage
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 147 double screenX, double screenY, int touchId, bool tipDown, string buttonName); 150 double screenX, double screenY, int touchId, bool tipDown, string buttonName); 163 double screenX, double screenY, int touchId, bool tipDown, string& buttonName, 168 string& buttonName, string& toggleButtonName, int& buttonMode, string& RestList); 672 string buttonName = ""; in PointerEventHandler() local 682 bayesianengine_mapTouchToButton_(tp.ScreenX, tp.ScreenY, tp.TouchId, tp.TipDown, buttonName, in PointerEventHandler() 684 tp.ButtonName = buttonName; in PointerEventHandler() 686 MMI_HILOGI("VKeyboard touch name %{private}s", buttonName.c_str()); in PointerEventHandler() 695 int32_t keyCode = gaussiankeyboard_getKeyCodeByKeyName_(buttonName); in PointerEventHandler() 697 ToggleKeyVisualState(buttonName, keyCod in PointerEventHandler() 719 string buttonName; PointerEventHandler() local [all...] |
Completed in 6 milliseconds