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:SetAppLabelId
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
system_defined_appitem.h
38
void
SetAppLabelId
(const std::string &appLabelId);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
system_defined_appitem.cpp
94
void SystemDefinedAppItem::
SetAppLabelId
(const std::string &appLabelId)
in SetAppLabelId()
function in OHOS::UDMF::SystemDefinedAppItem
145
SetAppLabelId
(*value);
in SetItems()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H
A
D
system_defined_appitem_napi.h
51
static napi_value
SetAppLabelId
(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H
A
D
system_defined_appitem_napi.cpp
37
DECLARE_NAPI_GETTER_SETTER("appLabelId", GetAppLabelId,
SetAppLabelId
),
in Constructor()
197
napi_value SystemDefinedAppItemNapi::
SetAppLabelId
(napi_env env, napi_callback_info info)
in SetAppLabelId()
function in OHOS::UDMF::SystemDefinedAppItemNapi
214
sdAppItem->value_->
SetAppLabelId
(appLabelId);
in SetAppLabelId()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
container_window_manager.h
54
void
SetAppLabelId
(int32_t id)
in SetAppLabelId()
function in OHOS::Ace::WindowManager
H
A
D
pipeline_base.h
377
void
SetAppLabelId
(int32_t appLabelId)
in SetAppLabelId()
function in OHOS::OHOS::Ace::PipelineBase
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H
A
D
udmf_client_fuzzer.cpp
407
systemDefinedAppItem1.
SetAppLabelId
(svalue + "appLabelId");
in SetDataSystemDefinedAppItemFuzz()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_container.cpp
983
pipelineContext_->
SetAppLabelId
(labelId_);
in AttachView()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
pasteboard_utils_test.cpp
212
systemDefinedAppItem1->
SetAppLabelId
(appLabelId);
in InitSystemAppItemData()
H
A
D
pasteboard_unified_data_test.cpp
208
systemDefinedAppItem1->
SetAppLabelId
(appLabelId);
in InitSystemAppItemData()
H
A
D
pasteboard_client_udmf_delay_test.cpp
280
systemDefinedAppItem.
SetAppLabelId
("appLabelId");
in SetSysAppItemUnifiedData()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
2056
pipelineContext_->
SetAppLabelId
(info->labelId);
in AttachView()
2312
windowManager->
SetAppLabelId
(info->labelId);
in InitWindowCallback()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H
A
D
udmf_client_test.cpp
796
systemDefinedAppItem1.
SetAppLabelId
("appLabelId");
in HWTEST_F()
Completed in 23 milliseconds