Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 25 of 25) sorted by relevance

/base/update/update_app/product/oh/base/src/main/
Dmodule.json530 "icon": "$media:icon",
32 "startWindowIcon": "$media:icon",
66 "icon": "$media:icon",
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_property.h29 std::string icon; // the icon of inputMethod member
41 std::string icon; // the icon of subtype member
/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp37 std::shared_ptr<Media::PixelMap> icon = nullptr; in DoSomethingInterestingWithMyAPI() local
38 request.SetLittleIcon(icon); in DoSomethingInterestingWithMyAPI()
39 request.SetBigIcon(icon); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_action_button_test.cpp110 std::shared_ptr<Media::PixelMap> icon = nullptr; variable
124 (icon, title, wantAgent, extras, semanticActionButton,
136 std::shared_ptr<Media::PixelMap> icon = std::make_shared<Media::PixelMap>(); variable
150 rrc->Create(icon, title, wantAgent, extras, semanticActionButton,
/base/update/update_app/AppScope/
Dapp.json58 "icon": "$media:app_icon",
/base/update/update_app/feature/ota/src/main/ets/util/
DChangelogParseUtils.ets126 let icon: Icon;
133 if (iconElement['_type'] === 'element' && iconElement['_name'] === 'icon') {
134 icon = {
139 icons[icon.id] = icon;
164 icon: icons[id],
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.cpp114 napi_value icon = nullptr; in GetJsInputMethodProperty() local
115 napi_create_string_utf8(env, property.icon.c_str(), NAPI_AUTO_LENGTH, &icon); in GetJsInputMethodProperty()
116 napi_set_named_property(env, prop, "icon", icon); in GetJsInputMethodProperty()
165 napi_value icon = nullptr; in GetJsInputMethodSubProperty() local
166 napi_create_string_utf8(env, subProperty.icon.c_str(), NAPI_AUTO_LENGTH, &icon); in GetJsInputMethodSubProperty()
167 napi_set_named_property(env, prop, "icon", icon); in GetJsInputMethodSubProperty()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_action_button.cpp25 …icationActionButton> NotificationActionButton::Create(const std::shared_ptr<Media::PixelMap> &icon, in Create() argument
31 if (isContextual && (!icon || !wantAgent)) { in Create()
51 auto pActionButton = new (std::nothrow) NotificationActionButton(icon, in Create()
87 NotificationActionButton::NotificationActionButton(const std::shared_ptr<Media::PixelMap> &icon, in NotificationActionButton() argument
92 : icon_(icon), in NotificationActionButton()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_action_button.h47 …atic std::shared_ptr<NotificationActionButton> Create(const std::shared_ptr<Media::PixelMap> &icon,
240 NotificationActionButton(const std::shared_ptr<Media::PixelMap> &icon, const std::string &title,
/base/update/updater/resources/
DBUILD.gn90 "${product_name}/images/icon/darkOUCOHlogo.png",
91 "${product_name}/images/icon/lightOUCOHlogo.png",
92 "${product_name}/images/icon/icon_failed.png",
93 "${product_name}/images/icon/icon_ok.png",
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Ditypes_util.cpp127 … if (!Marshal(data, input.name, input.id, input.label, input.labelId, input.icon, input.iconId)) { in Marshalling()
136 …if (!Unmarshal(data, output.name, output.id, output.label, output.labelId, output.icon, output.ico… in Unmarshalling()
146 input.icon, input.iconId)) { in Marshalling()
156 output.language, output.icon, output.iconId)) { in Unmarshalling()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Djs_util_test.cpp30 std::string icon; member
47 ret = ret && JsUtil::Object::WriteProperty(env, object, "icon", nativeObject.icon); in Write()
55 ret = ret && JsUtil::Object::ReadProperty(env, object, "icon", nativeObject.icon); in Read()
Dinput_method_private_member_test.cpp114 EXPECT_EQ(subProperty.icon, "icon");
/base/update/update_app/common/src/main/ets/const/
Dupdate_const.ts269 icon: Icon; property
/base/useriam/face_auth/ui/Settings_FaceAuth/AppScope/
Dapp.json522 "icon": "$media:app_icon",
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp378 subProperty.icon = property.icon; in ListInputMethodSubtype()
412 pos = subProp.icon.find(':'); in ListInputMethodSubtype()
413 if (pos != std::string::npos && pos + 1 < subProp.icon.size()) { in ListInputMethodSubtype()
414 subProp.iconId = atoi(subProp.icon.substr(pos + 1).c_str()); in ListInputMethodSubtype()
465 property.icon = data.value; in GetExtends()
703 jsonSubProp.at("icon").get_to(subProp.icon); in ParseSubProp()
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/
Dmodule.json560 "icon": "$media:app_icon",
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_input_method_engine_setting.cpp499 napi_value icon = nullptr; in GetResultOnSetSubtype() local
500 napi_create_string_utf8(env, property.icon.c_str(), property.icon.size(), &icon); in GetResultOnSetSubtype()
501 napi_set_named_property(env, subType, "icon", icon); in GetResultOnSetSubtype()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp51 property.icon = fuzzedString; in TestListInputMethodSubtype()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1102 auto icon = btn->GetIcon(); in CheckImageSize() local
1103 if (CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize()
1114 auto icon = user->GetPixelMap(); in CheckImageSize() local
1115 if (CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize()
/base/update/updater/
Dupdater_ux_guide.md332 | resources/rk3568/images/icon | 主菜单LOGO图片资源 | 使用默认 |
/base/notification/common_event_service/services/test/unittest/
Dability_manager_helper_test.cpp354 const std::shared_ptr<OHOS::Media::PixelMap> &icon) override in SetMissionIcon() argument
Dcommon_event_subscribe_unit_test.cpp413 const std::shared_ptr<OHOS::Media::PixelMap> &icon) override in SetMissionIcon() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1163 std::shared_ptr<Media::PixelMap> icon = messageUser.GetPixelMap(); in SetMessageUser() local
1164 if (icon) { in SetMessageUser()
1167 iconResult = Media::PixelMapNapi::CreatePixelMap(env, icon); in SetMessageUser()
1273 std::shared_ptr<Media::PixelMap> icon = actionButton->GetIcon(); in SetNotificationActionButton() local
1274 if (icon) { in SetNotificationActionButton()
1277 iconResult = Media::PixelMapNapi::CreatePixelMap(env, icon); in SetNotificationActionButton()
/base/account/os_account/
DREADME.md206 …"></a>Defines OAuth authenticator information, including the bundle name, icon ID, and label ID, f…