/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | distributed_mission_change_listener.h | 59 * @brief Called when a mission has changed it's icon. 62 * @param icon, mission icon. 64 void OnMissionIconUpdated(int32_t missionId, const std::shared_ptr<OHOS::Media::PixelMap> &icon) override;
|
/foundation/ability/ability_runtime/test/unittest/mission_listener_stub_test/ |
H A D | mock_mission_listener_stub.h | 36 MOCK_METHOD2(OnMissionIconUpdated, void(int32_t missionId, const std::shared_ptr<OHOS::Media::PixelMap>& icon));
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_location_button.h | 48 LocationButtonIconStyle& icon, int32_t& bg);
|
H A D | js_save_button.h | 48 SaveButtonIconStyle& icon, int32_t& bg);
|
H A D | js_paste_button.h | 48 PasteButtonIconStyle& icon, int32_t& bg);
|
H A D | js_side_bar.h | 48 static void SetControlButtonIcon(SideBarControlButtonType iconType, JSRef<JSVal> icon);
|
H A D | js_tab_content.cpp | 147 JSRef<JSVal> iconParam = paramObject->GetProperty("icon"); in SetTabBar() 151 std::string icon; in SetTabBar() local 152 if (ParseJsMedia(iconParam, icon)) { in SetTabBar() 153 iconOpt = icon; in SetTabBar() 628 JSRef<JSVal> iconParam = paramObject->GetProperty("icon"); in SetBottomTabBarStyle() 630 std::string icon; in SetBottomTabBarStyle() local 632 if (ParseJsMedia(iconParam, icon)) { in SetBottomTabBarStyle() 633 iconOpt = icon; in SetBottomTabBarStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/ |
H A D | save_button_model_ng.h | 25 void Create(int32_t text, int32_t icon,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/ |
H A D | location_button_model_ng.h | 25 void Create(int32_t text, int32_t icon,
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/bundle_resource/ |
H A D | bundle_resource_info.h | 26 // Used to obtain the icon and label resource info 30 // Used to obtained the icon resource info 34 // Used to obtain the icon drawable object 41 std::string icon; member
|
H A D | launcher_ability_resource_info.h | 30 std::string icon; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 175 std::string icon; member 206 std::string icon; member 225 std::string icon; member 376 ability.icon, in from_json() 627 extension.icon, in from_json() 833 app.icon, in from_json() 1464 applicationInfo.iconPath = app.icon; in ToApplicationInfo() 1564 abilityInfo.iconPath = ability.icon; in ToAbilityInfo() 1628 extensionInfo.icon = extension.icon; in ToExtensionInfo() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_mission_change_listener.cpp | 54 const std::shared_ptr<OHOS::Media::PixelMap> &icon) in OnMissionIconUpdated() 53 OnMissionIconUpdated(int32_t missionId, const std::shared_ptr<OHOS::Media::PixelMap> &icon) OnMissionIconUpdated() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | mission_listener_interface.h | 78 * @brief Called when a mission has changed it's icon. 81 * @param icon, mission icon. 83 virtual void OnMissionIconUpdated(int32_t missionId, const std::shared_ptr<OHOS::Media::PixelMap> &icon) = 0;
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | iability_callback.h | 55 * @brief Set mission icon of this ability. 57 * @param icon the icon of this ability. 60 virtual ErrCode SetMissionIcon(const std::shared_ptr<OHOS::Media::PixelMap> &icon) = 0;
|
H A D | ability_window.h | 90 * @brief Set mission icon of this ability. 92 * @param icon the icon of this ability. 95 virtual ErrCode SetMissionIcon(const std::shared_ptr<OHOS::Media::PixelMap> &icon);
|
/foundation/ability/ability_runtime/test/unittest/mission_listener_proxy_test/ |
H A D | mission_listener_stub_mock.h | 47 virtual void OnMissionIconUpdated(int32_t missionId, const std::shared_ptr<OHOS::Media::PixelMap> &icon) {} in OnMissionIconUpdated() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_model_test_ng.cpp | 108 newBar3.icon = "icon"; in HWTEST_F() 110 newBar4.icon = "icon"; in HWTEST_F() 353 newBars[1].icon = ""; in HWTEST_F() 357 newBars[2].icon = "icon"; in HWTEST_F() 363 EXPECT_FALSE(newBars[0].icon.has_value()); in HWTEST_F() 367 EXPECT_TRUE(newBars[1].icon.has_value() && newBars[1].icon in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 73 void SetAppIcon(const RefPtr<PixelMap>& icon);
192 const RefPtr<FrameNode>& buttonNode, InternalResource::ResourceId icon, bool isFocus, bool isCloseBtn);
|
H A D | container_modal_pattern.cpp | 399 const RefPtr<FrameNode>& buttonNode, InternalResource::ResourceId icon, bool isFocus, bool isCloseBtn)
in ChangeTitleButtonIcon() 410 imageSourceInfo.SetResourceId(icon);
in ChangeTitleButtonIcon() 452 void ContainerModalPattern::SetAppIcon(const RefPtr<PixelMap>& icon)
in SetAppIcon() argument 454 CHECK_NULL_VOID(icon);
in SetAppIcon() 458 customTitleNode->FireAppIconCallback(icon);
in SetAppIcon() 462 customFloatingTitleNode->FireAppIconCallback(icon);
in SetAppIcon() 719 RefPtr<PixelMap> icon = PixelMap::CreatePixelMap(&pixelMap);
in InitTitle() local 720 SetAppIcon(icon);
in InitTitle() 398 ChangeTitleButtonIcon( const RefPtr<FrameNode>& buttonNode, InternalResource::ResourceId icon, bool isFocus, bool isCloseBtn) ChangeTitleButtonIcon() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_declaration.h | 136 std::optional<std::string> icon; member 148 result.append(", icon: "); in ToString() 149 result.append(icon.value_or("na")); in ToString()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/ |
H A D | action_sheet_component.cpp | 83 if (!sheetInfo.icon.empty()) { in BuildMenu() 84 auto image = AceType::MakeRefPtr<ImageComponent>(sheetInfo.icon); in BuildMenu()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_pattern.h | 163 void SetTabBar(const std::string& text, const std::string& icon, in SetTabBar() argument 167 tabBarParam_.SetIcon(icon); in SetTabBar()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | navigation_composed_element.cpp | 121 jsonToolBarItem->Put("icon", toolBarItem_->icon.c_str()); in GetNavigationToolBar() 192 jsonMenusItem->Put("icon", menus->icon.c_str()); in GetMenus()
|
/third_party/python/Lib/idlelib/ |
H A D | searchbase.py | 30 icon = "Search" variable in SearchDialogBase 44 icon (of dialog): ditto, use unclear if cannot minimize dialog. 86 top.wm_iconname(self.icon)
|