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:resolvedType
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
sender_info.cpp
33
resolvedType
= Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
84
if (!parcel.WriteString16(Str8ToStr16(
resolvedType
))) {
in Marshalling()
85
TAG_LOGE(AAFwkTag::ABILITYMGR, "write
resolvedType
failed");
in Marshalling()
H
A
D
pending_want_record.cpp
138
senderInfo.
resolvedType
= key_->GetRequestResolvedType();
in BuildSendWant()
/foundation/ability/ability_runtime/test/unittest/sender_info_test/
H
A
D
sender_info_test.cpp
81
info.
resolvedType
= "nihao";
in HWTEST_F()
96
EXPECT_EQ(unInfo->
resolvedType
, "nihao");
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
sender_info.h
33
std::string
resolvedType
;
member
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H
A
D
pending_want_record_test.cpp
333
EXPECT_TRUE(info.
resolvedType
== key->GetRequestResolvedType());
in HWTEST_F()
353
EXPECT_TRUE(info.
resolvedType
!= key->GetRequestResolvedType());
in HWTEST_F()
374
EXPECT_TRUE(info.
resolvedType
!= key->GetRequestResolvedType());
in HWTEST_F()
397
EXPECT_TRUE(info.
resolvedType
== key->GetRequestResolvedType());
in HWTEST_F()
420
EXPECT_TRUE(info.
resolvedType
== key->GetRequestResolvedType());
in HWTEST_F()
444
EXPECT_TRUE(info.
resolvedType
== key->GetRequestResolvedType());
in HWTEST_F()
468
EXPECT_TRUE(info.
resolvedType
== key->GetRequestResolvedType());
in HWTEST_F()
493
EXPECT_TRUE(info.
resolvedType
== key->GetRequestResolvedType());
in HWTEST_F()
606
EXPECT_TRUE(info.
resolvedType
== key->GetRequestResolvedType());
in HWTEST_F()
629
EXPECT_TRUE(info.
resolvedType
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H
A
D
pending_want.cpp
296
senderInfo.
resolvedType
= want != nullptr ? want->GetType() : "";
in SendAndReturnResult()
Completed in 4 milliseconds