Home
last modified time | relevance | path

Searched refs:GetButtonName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_button_option.h42 std::string GetButtonName() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_button_option.cpp35 std::string NotificationButtonOption::GetButtonName() const in GetButtonName() function in OHOS::Notification::NotificationButtonOption
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dlocal_live_view_subscribe.cpp90 …napi_create_string_utf8(dataWorkerData->env, dataWorkerData->buttonOption->GetButtonName().c_str(), in UvQueueWorkOnResponse()
117 ANS_LOGI("OnResponse buttonOption size = %{public}s", buttonOption->GetButtonName().c_str()); in OnResponse()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_button_option_test.cpp43 EXPECT_EQ(rrc->GetButtonName(), buttonName);
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp263 static std::string GetButtonName(int notificationId) in GetButtonName() function
430 std::string buttonName = GetButtonName(notificationId); in PublishNfcNotification()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp111 notificationId, (buttonOption->GetButtonName()).c_str()); in OnResponse()
121 notificationId, (buttonOption->GetButtonName()).c_str()); in OnResponse()
124 if (BUTTON_NAME_STOP.compare(buttonOption->GetButtonName()) == 0) { in OnResponse()
128 if (BUTTON_NAME_MIC.compare(buttonOption->GetButtonName()) == 0) { in OnResponse()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp773 if (buttonOption.GetButtonName().empty()) { in TriggerLocalLiveView()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp105 g_onResponseReceivedButtonName = buttonOption->GetButtonName(); in OnResponse()