/base/update/update_app/product/oh/base/src/main/ |
D | module.json5 | 30 "icon": "$media:icon", 32 "startWindowIcon": "$media:icon", 66 "icon": "$media:icon",
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
D | input_method_property.h | 29 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/ |
D | setprogressbar_fuzzer.cpp | 37 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/ |
D | notification_action_button_test.cpp | 110 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/ |
D | app.json5 | 8 "icon": "$media:app_icon",
|
/base/update/update_app/feature/ota/src/main/ets/util/ |
D | ChangelogParseUtils.ets | 126 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/ |
D | js_input_method.cpp | 114 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/ |
D | notification_action_button.cpp | 25 …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/ |
D | notification_action_button.h | 47 …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/ |
D | BUILD.gn | 90 "${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/ |
D | itypes_util.cpp | 127 … 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/ |
D | js_util_test.cpp | 30 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()
|
D | input_method_private_member_test.cpp | 114 EXPECT_EQ(subProperty.icon, "icon");
|
/base/update/update_app/common/src/main/ets/const/ |
D | update_const.ts | 269 icon: Icon; property
|
/base/useriam/face_auth/ui/Settings_FaceAuth/AppScope/ |
D | app.json5 | 22 "icon": "$media:app_icon",
|
/base/inputmethod/imf/services/src/ |
D | ime_info_inquirer.cpp | 378 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/ |
D | module.json5 | 60 "icon": "$media:app_icon",
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_input_method_engine_setting.cpp | 499 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/ |
D | inputmethodcontroller_fuzzer.cpp | 51 property.icon = fuzzedString; in TestListInputMethodSubtype()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 1102 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/ |
D | updater_ux_guide.md | 332 | resources/rk3568/images/icon | 主菜单LOGO图片资源 | 使用默认 |
|
/base/notification/common_event_service/services/test/unittest/ |
D | ability_manager_helper_test.cpp | 354 const std::shared_ptr<OHOS::Media::PixelMap> &icon) override in SetMissionIcon() argument
|
D | common_event_subscribe_unit_test.cpp | 413 const std::shared_ptr<OHOS::Media::PixelMap> &icon) override in SetMissionIcon() argument
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1163 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/ |
D | README.md | 206 …"></a>Defines OAuth authenticator information, including the bundle name, icon ID, and label ID, f…
|