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:appIconId_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
system_defined_appitem.cpp
32
object->GetValue(APP_ICON_ID,
appIconId_
);
in SystemDefinedAppItem()
47
+ this->
appIconId_
.size() + this->appLabelId_.size() + this->bundleName_.size() + this->abilityName_.size();
in GetSize()
78
return this->
appIconId_
;
in GetAppIconId()
83
this->
appIconId_
= appIconId;
in SetAppIconId()
85
std::get<std::shared_ptr<Object>>(value_)->value_[APP_ICON_ID] =
appIconId_
;
in SetAppIconId()
177
object->value_[APP_ICON_ID] =
appIconId_
;
in InitObject()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H
A
D
system_defined_appitem_test.cpp
117
EXPECT_EQ(systemDefinedAppItem.
appIconId_
, "SetItems004");
in HWTEST_F()
180
valueType.
appIconId_
= "appIconId";
in HWTEST_F()
187
EXPECT_EQ(std::get<std::string>(items[APP_ICON_ID]), valueType.
appIconId_
);
in HWTEST_F()
206
valueType.
appIconId_
= "appIconId";
in HWTEST_F()
216
EXPECT_EQ(std::get<std::string>(object->value_[APP_ICON_ID]), valueType.
appIconId_
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
container_window_manager.h
46
appIconId_
= id;
in SetAppIconId()
51
return
appIconId_
;
in GetAppIconId()
268
int32_t
appIconId_
= 0;
member in OHOS::Ace::WindowManager
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
system_defined_appitem.h
51
std::string
appIconId_
;
member in OHOS::UDMF::SystemDefinedAppItem
Completed in 2 milliseconds