Home
last modified time | relevance | path

Searched refs:addSingleButtonIcon (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_button_test.cpp94 rrc->addSingleButtonIcon(pixelMapOne);
95 rrc->addSingleButtonIcon(pixelMapTwo);
96 rrc->addSingleButtonIcon(pixelMapThree);
97 rrc->addSingleButtonIcon(pixelMapFour);
127 button->addSingleButtonIcon(pixelMap);
186 button->addSingleButtonIcon(pixelMap);
254 button->addSingleButtonIcon(icon);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_button.h53 void addSingleButtonIcon(std::shared_ptr<Media::PixelMap> &icon);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_button.cpp61 void NotificationLocalLiveViewButton::addSingleButtonIcon(std::shared_ptr<Media::PixelMap> &icon) in addSingleButtonIcon() function in OHOS::Notification::NotificationLocalLiveViewButton
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp208 button.addSingleButtonIcon(pixelMap); in GetNotificationLocalLiveViewButton()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1581 basicButton.addSingleButtonIcon(pixelMapStopSpr); in GetLocalLiveViewContent()
1667 basicButton.addSingleButtonIcon(pixelMapSpr); in UpdateLiveViewContent()
1670 basicButton.addSingleButtonIcon(pixelMapSpr); in UpdateLiveViewContent()
1675 basicButton.addSingleButtonIcon(pixelMapStopSpr); in UpdateLiveViewContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp629 button.addSingleButtonIcon(pixelMap); in GetNotificationLocalLiveViewButton()