/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avmedia_description_test.cpp | 56 g_mediaDescription.SetIcon(nullptr); in SetUp() 81 mediaDescription.SetIcon(nullptr);
|
H A D | avcast_controller_test.cpp | 403 description->SetIcon(nullptr); 425 description->SetIcon(nullptr);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | piece_component.cpp | 81 void PieceComponent::SetIcon(const std::string& icon) in SetIcon() function in OHOS::Ace::PieceComponent 83 declaration_->SetIcon(icon); in SetIcon()
|
H A D | piece_component.h | 54 void SetIcon(const std::string& icon);
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_capsule.h | 48 void SetIcon(const std::shared_ptr<Media::PixelMap> &icon);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_capsule_test.cpp | 151 capsule->SetIcon(pixmap);
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_media_description.cpp | 54 { AVMediaDescription::MEDIA_DESCRIPTION_KEY_ICON, SetIcon }, 229 out.SetIcon(AVSessionPixelMapAdapter::ConvertToInnerWithLimitedSize(pixelMap)); in GetIcon() 233 napi_status NapiMediaDescription::SetIcon(napi_env env, const AVMediaDescription& in, napi_value& o… in SetIcon() function in OHOS::AVSession::NapiMediaDescription 314 out.SetIcon(AVSessionPixelMapAdapter::ConvertToInnerWithLimitedSize(pixelMap)); in GetMediaImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.cpp | 107 SetIcon(attr.second); in SetSpecializedAttr()
|
H A D | piece_declaration.h | 71 void SetIcon(const std::string& icon) in SetIcon() function
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_capsule.cpp | 51 void NotificationCapsule::SetIcon(const std::shared_ptr<Media::PixelMap> &pixelMap) in SetIcon() function in OHOS::Notification::NotificationCapsule
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 243 pattern->SetIcon(icon); in CreateOption() 312 pattern->SetIcon(param.icon); in CreateSelectOption()
|
H A D | option_pattern.h | 115 void SetIcon(const std::string& src) in SetIcon() function
|
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avmedia_description.h | 76 void SetIcon(const std::shared_ptr<AVSessionPixelMap>& icon);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_option.cpp | 79 selectOptionComponent_->SetIcon(icon_); in SetSpecializedAttr()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_pattern.h | 166 tabBarParam_.SetIcon(icon); in SetTabBar()
|
H A D | tab_bar_pattern.h | 58 void SetIcon(const std::string& icon) in SetIcon() function
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_media_description.h | 47 static napi_status SetIcon(napi_env env, const AVMediaDescription& in, napi_value& out);
|
/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avmedia_description.cpp | 119 void AVMediaDescription::SetIcon(const std::shared_ptr<AVSessionPixelMap>& icon) in SetIcon() function in OHOS::AVSession::AVMediaDescription
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_piece.cpp | 48 component->SetIcon(icon); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 47 void SetIcon(const RefPtr<ImageComponent>& icon) in SetIcon() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_v2.cpp | 256 optionComponent->SetIcon(AceType::MakeRefPtr<ImageComponent>(menuItem->icon)); in AddOption()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.h | 97 static void SetIcon(FrameNode* frameNode, const std::optional<std::string>& icon);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | search_modifier.cpp | 685 SearchModelNG::SetIcon(frameNode, iconNG); in SetSearchIcon() 692 SearchModelNG::SetIcon(frameNode, ""); in ResetSearchIcon()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_test.cpp | 217 description->SetIcon(nullptr); 245 description->SetIcon(nullptr);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | select_model_impl.cpp | 43 … optionComponent->SetIcon(AceType::MakeRefPtr<OHOS::Ace::ImageComponent>(params[i].icon)); in Create()
|