Home
last modified time | relevance | path

Searched refs:addSingleButtonName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_button_test.cpp43 rrc->addSingleButtonName(buttonName);
57 rrc->addSingleButtonName(buttonName);
74 rrc->addSingleButtonName(buttonNameOne);
75 rrc->addSingleButtonName(buttonNameTwo);
76 rrc->addSingleButtonName(buttonNameThree);
77 rrc->addSingleButtonName(buttonNameFour);
184 button->addSingleButtonName("test");
235 button->addSingleButtonName("test");
253 button->addSingleButtonName("test");
H A Dnotification_local_live_view_content_test.cpp74 button.addSingleButtonName("test");
187 button.addSingleButtonName("test");
218 button.addSingleButtonName("test");
251 button.addSingleButtonName("test");
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_button.h44 void addSingleButtonName(const std::string &buttonName);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_button.cpp46 void NotificationLocalLiveViewButton::addSingleButtonName(const std::string &buttonName) in addSingleButtonName() function in OHOS::Notification::NotificationLocalLiveViewButton
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp183 button.addSingleButtonName(str); in GetNotificationLocalLiveViewButton()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1579 basicButton.addSingleButtonName(BUTTON_NAME_STOP); in GetLocalLiveViewContent()
1664 basicButton.addSingleButtonName(BUTTON_NAME_MIC); in UpdateLiveViewContent()
1673 basicButton.addSingleButtonName(BUTTON_NAME_STOP); in UpdateLiveViewContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp604 button.addSingleButtonName(str); in GetNotificationLocalLiveViewButton()