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:resolvedTypes
(Results
1 - 11
of
11
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
wants_info.cpp
28
resolvedTypes
= Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
49
parcel.WriteString16(Str8ToStr16(
resolvedTypes
));
in Marshalling()
H
A
D
pending_want_manager.cpp
98
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in GetWantSenderLocked()
107
ref->GetKey()->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in GetWantSenderLocked()
109
wantSenderInfo.allWants.back().
resolvedTypes
= ref->GetKey()->GetRequestResolvedType();
in GetWantSenderLocked()
721
dumpInfo = " resolved types [" + Want.
resolvedTypes
+ "]";
in Dump()
754
dumpInfo = " resolved types [" + Want.
resolvedTypes
+ "]";
in DumpByRecordId()
/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H
A
D
wants_info_test.cpp
83
info.
resolvedTypes
= "nihao";
in HWTEST_F()
89
EXPECT_EQ(unInfo->
resolvedTypes
, "nihao");
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H
A
D
pending_want_key_test.cpp
151
wantsInfo.
resolvedTypes
= "
resolvedTypes
";
in HWTEST_F()
155
EXPECT_EQ(wantsInfo.
resolvedTypes
, wantsInfo_.front().
resolvedTypes
);
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
wants_info.h
28
std::string
resolvedTypes
;
member
/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H
A
D
want_sender_info_test.cpp
89
wantInfo.
resolvedTypes
= "nihao";
in HWTEST_F()
106
EXPECT_EQ(unInfo->allWants.at(0).
resolvedTypes
, "nihao");
in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H
A
D
panding_want_manager_test.cpp
142
wantsInfo.
resolvedTypes
= wantsInfo.want.GetType();
in GetAbility()
162
wantsInfo.
resolvedTypes
= wantsInfo.want.GetType();
in GetAbilities()
166
wantsInfo2.
resolvedTypes
= wantsInfo2.want.GetType();
in GetAbilities()
187
wantsInfo.
resolvedTypes
= wantsInfo.want.GetType();
in GetService()
207
wantsInfo.
resolvedTypes
= wantsInfo.want.GetType();
in GetForegroundService()
226
wantsInfo.
resolvedTypes
= wantsInfo.want.GetType();
in GetCommonEvent()
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H
A
D
pending_want_manager_test.cpp
125
wantInfo.
resolvedTypes
= "nihao";
in MakeWantSenderInfo()
147
wantsInfo.
resolvedTypes
= "";
in MakeWantSenderInfo()
167
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in MakeWantKey()
325
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in HWTEST_F()
357
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in HWTEST_F()
385
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in HWTEST_F()
413
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in HWTEST_F()
425
pendingKey1->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in HWTEST_F()
454
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in HWTEST_F()
466
pendingKey1->SetRequestResolvedType(wantSenderInfo1.allWants.back().
resolvedTypes
);
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H
A
D
pending_want.cpp
69
wantsInfo.
resolvedTypes
= want != nullptr ? want->GetType() : "";
in GetAbility()
120
wantsInfo.
resolvedTypes
= want != nullptr ? want->GetType() : "";
in GetAbilities()
157
wantsInfo.
resolvedTypes
= want != nullptr ? want->GetType() : "";
in GetCommonEventAsUser()
218
wantsInfo.
resolvedTypes
= want != nullptr ? want->GetType() : "";
in BuildServicePendingWant()
H
A
D
want_agent_helper.cpp
161
wantsInfo.
resolvedTypes
= want->GetType();
in GetWantAgent()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H
A
D
pending_want_record_test.cpp
126
wantInfo.
resolvedTypes
= "nihao";
in MakeWantSenderInfo()
145
pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().
resolvedTypes
);
in MakeWantKey()
147
wantSenderInfo.allWants.back().
resolvedTypes
= pendingKey->GetRequestResolvedType();
in MakeWantKey()
Completed in 8 milliseconds