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:targetItem
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
connection_state_manager.cpp
327
std::shared_ptr<ConnectionStateItem>
targetItem
= nullptr;
in AddConnectionInner()
local
332
targetItem
= ConnectionStateItem::CreateConnectionStateItem(connectionRecord);
in AddConnectionInner()
333
if (
targetItem
) {
in AddConnectionInner()
334
connectionStates_[callerPid] =
targetItem
;
in AddConnectionInner()
337
targetItem
= it->second;
in AddConnectionInner()
340
if (!
targetItem
) {
in AddConnectionInner()
341
TAG_LOGE(AAFwkTag::CONNECTION, "find
targetItem
failed");
in AddConnectionInner()
345
return
targetItem
->AddConnection(connectionRecord, data);
in AddConnectionInner()
359
auto
targetItem
= it->second;
in RemoveConnectionInner()
local
360
if (!
targetItem
) {
in RemoveConnectionInner()
414
std::shared_ptr<ConnectionStateItem>
targetItem
= nullptr;
AddDataAbilityConnectionInner()
local
444
auto
targetItem
= it->second;
RemoveDataAbilityConnectionInner()
local
[all...]
/foundation/ability/form_fwk/services/src/
H
A
D
form_timer_mgr.cpp
289
UpdateAtItem
targetItem
;
in AtTimerToIntervalTimer()
local
295
targetItem
= *itItem;
in AtTimerToIntervalTimer()
307
if (
targetItem
.refreshTask.formId == 0) {
in AtTimerToIntervalTimer()
311
targetItem
.refreshTask.isUpdateAt = false;
in AtTimerToIntervalTimer()
312
targetItem
.refreshTask.period = timerCfg.updateDuration;
in AtTimerToIntervalTimer()
313
targetItem
.refreshTask.refreshTime = FormUtil::GetCurrentMillisecond();
in AtTimerToIntervalTimer()
314
if (!AddIntervalTimer(
targetItem
.refreshTask)) {
in AtTimerToIntervalTimer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_layout_info.cpp
601
auto
targetItem
= lineHeightMap_.find(targetLineIndex);
in GetGridItemAnimatePos()
local
604
CHECK_NULL_RETURN(
targetItem
!= lineHeightMap_.end(), false);
in GetGridItemAnimatePos()
605
auto targetLineHeight =
targetItem
->second;
in GetGridItemAnimatePos()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H
A
D
render_grid_layout.cpp
1073
auto
targetItem
= renderGrid->FindTargetRenderNode<RenderGridLayoutItem>(context.Upgrade(), eventinfo);
1074
if (
targetItem
) {
1075
targetItem
->OnLongPressEvent();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_pattern.cpp
1621
auto
targetItem
= target->GetSpanItem();
1622
CHECK_NULL_VOID(
targetItem
);
1626
targetItem
->SetOnClickEvent(std::move(tmpClickFunc));
1630
targetItem
->SetLongPressEvent(std::move(tmpLongPressFunc));
Completed in 25 milliseconds