Home
last modified time | relevance | path

Searched refs:icons (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp528 length = contentResult->button.icons.size; in GetNotificationLocalLiveViewButton()
530 int64_t id = contentResult->button.icons.head[i]; in GetNotificationLocalLiveViewButton()
1341 CArrI64 icons = { .head = nullptr, .size = iconsVec.size() }; in SetButton() local
1352 icons.head[iconCount++] = native->GetID(); in SetButton()
1354 cButton.icons = icons; in SetButton()
1378 .icons = { .head = nullptr, .size = 0 } in SetNotificationLocalLiveViewContentDetailed()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h89 CArrI64 icons; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp264 std::vector<std::shared_ptr<Media::PixelMap>> icons = button.GetAllButtonIcons(); in SetButton() local
265 for (auto vec : icons) { in SetButton()
275 napi_set_named_property(env, result, "icons", iconArr); in SetButton()
609 NAPI_CALL(env, napi_has_named_property(env, buttonResult, "icons", &hasProperty)); in GetNotificationLocalLiveViewButton()
611 napi_get_named_property(env, buttonResult, "icons", &result); in GetNotificationLocalLiveViewButton()
614 ANS_LOGE("Property icons is expected to be an array."); in GetNotificationLocalLiveViewButton()

Completed in 9 milliseconds