Searched refs:GetButtonName (Results 1 – 8 of 8) sorted by relevance
42 std::string GetButtonName() const;
35 std::string NotificationButtonOption::GetButtonName() const in GetButtonName() function in OHOS::Notification::NotificationButtonOption
90 …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()
43 EXPECT_EQ(rrc->GetButtonName(), buttonName);
263 static std::string GetButtonName(int notificationId) in GetButtonName() function430 std::string buttonName = GetButtonName(notificationId); in PublishNfcNotification()
111 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()
773 if (buttonOption.GetButtonName().empty()) { in TriggerLocalLiveView()
105 g_onResponseReceivedButtonName = buttonOption->GetButtonName(); in OnResponse()