Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:littleIcon
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H
A
D
advanced_notification_service_publish_test.cpp
715
std::shared_ptr<PixelMap>
littleIcon
= MakePixelMap(ICON_SIZE, ICON_SIZE);
in HWTEST_F()
local
716
req->SetLittleIcon(
littleIcon
);
in HWTEST_F()
749
std::shared_ptr<PixelMap>
littleIcon
= MakePixelMap(ICON_SIZE, ICON_SIZE);
in HWTEST_F()
local
750
req->SetLittleIcon(
littleIcon
);
in HWTEST_F()
783
std::shared_ptr<PixelMap>
littleIcon
= MakePixelMap(ICON_SIZE, ICON_SIZE);
in HWTEST_F()
local
784
req->SetLittleIcon(
littleIcon
);
in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_request.h
510
* @param
littleIcon
Indicates the icon of the notification.
512
void SetLittleIcon(const std::shared_ptr<Media::PixelMap> &
littleIcon
);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_fw_module_test.cpp
1257
std::shared_ptr<PixelMap>
littleIcon
= MakePixelMap(ICON_SIZE, ICON_SIZE);
in HWTEST_F()
local
1258
req.SetLittleIcon(
littleIcon
);
in HWTEST_F()
1289
std::shared_ptr<PixelMap>
littleIcon
= MakePixelMap(ICON_SIZE, ICON_SIZE);
in HWTEST_F()
local
1290
req.SetLittleIcon(
littleIcon
);
in HWTEST_F()
1321
std::shared_ptr<PixelMap>
littleIcon
= MakePixelMap(ICON_SIZE, ICON_SIZE);
in HWTEST_F()
local
1322
req.SetLittleIcon(
littleIcon
);
in HWTEST_F()
H
A
D
ans_innerkits_module_publish_test.cpp
232
auto
littleIcon
= notificationRequest.GetLittleIcon();
in CheckCaseOneResult()
local
234
littleIcon
->GetImageInfo(outImageInfo);
in CheckCaseOneResult()
235
GTEST_LOG_(INFO) << "ANS_Interface_MT_Publish_00100 ::
littleIcon
:: width : " << outImageInfo.size.width;
in CheckCaseOneResult()
236
GTEST_LOG_(INFO) << "ANS_Interface_MT_Publish_00100 ::
littleIcon
:: height : " << outImageInfo.size.height;
in CheckCaseOneResult()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_request.cpp
300
void NotificationRequest::SetLittleIcon(const std::shared_ptr<Media::PixelMap> &
littleIcon
)
in SetLittleIcon()
argument
302
littleIcon_ =
littleIcon
;
in SetLittleIcon()
303
if (
littleIcon
!= nullptr) {
in SetLittleIcon()
305
littleIcon
->GetImageInfo(outImageInfo);
in SetLittleIcon()
783
",
littleIcon
= " + (littleIcon_ ? "not null" : "null") +
in Dump()
1239
ANS_LOGE("Failed to write the flag which indicate whether
littleIcon
is null");
in Marshalling()
1266
ANS_LOGE("Failed to write
littleIcon
");
in Marshalling()
1271
ANS_LOGE("Failed to write
littleIcon
");
in Marshalling()
1663
ANS_LOGE("Failed to read
littleIcon
");
in ReadFromParcel()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_request.cpp
235
std::shared_ptr<Media::PixelMap>
littleIcon
= request->GetLittleIcon();
in SetNotificationRequestByPixelMap()
local
236
if (
littleIcon
) {
in SetNotificationRequestByPixelMap()
239
smallIconResult = Media::PixelMapNapi::CreatePixelMap(env,
littleIcon
);
in SetNotificationRequestByPixelMap()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_utils.cpp
1018
std::shared_ptr<Media::PixelMap>
littleIcon
= request->GetLittleIcon();
in SetNotificationRequestByPixelMap()
local
1020
if (
littleIcon
) {
in SetNotificationRequestByPixelMap()
1021
auto native = FFIData::Create<Media::PixelMapImpl>(
littleIcon
);
in SetNotificationRequestByPixelMap()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_notification.cpp
1499
auto
littleIcon
= request.GetLittleIcon();
in CheckImageSize()
local
1500
if (NotificationRequest::CheckImageOverSizeForPixelMap(
littleIcon
, MAX_ICON_SIZE)) {
in CheckImageSize()
Completed in 24 milliseconds