Searched refs:icons (Results 1 - 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 528 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 D | notification_utils.h | 89 CArrI64 icons; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_liveview.cpp | 264 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