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:resultWant
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H
A
D
actsCESDataTest.cpp
1207
bool
resultWant
= false;
in HWTEST_F()
local
1222
resultWant
= (commonEventData.GetWant().GetAction() == wantTest.GetAction());
in HWTEST_F()
1223
EXPECT_TRUE(
resultWant
);
in HWTEST_F()
1238
bool
resultWant
= false;
in HWTEST_F()
local
1252
resultWant
= (commonEventData.GetWant().GetAction() == wantTest.GetAction());
in HWTEST_F()
1253
EXPECT_TRUE(
resultWant
);
in HWTEST_F()
1265
bool
resultWant
= false;
in HWTEST_F()
local
1267
resultWant
= (commonEventData.GetWant().GetAction() == wantTest.GetAction());
in HWTEST_F()
1268
EXPECT_TRUE(
resultWant
);
in HWTEST_F()
1279
bool
resultWant
in HWTEST_F()
local
1302
bool
resultWant
= false;
HWTEST_F()
local
1321
bool
resultWant
= false;
HWTEST_F()
local
1354
bool
resultWant
= false;
HWTEST_F()
local
1373
bool
resultWant
= false;
HWTEST_F()
local
2824
bool
resultWant
= false;
HWTEST_F()
local
2854
bool
resultWant
= false;
HWTEST_F()
local
2879
bool
resultWant
= false;
HWTEST_F()
local
[all...]
/base/notification/common_event_service/services/test/unittest/
H
A
D
ability_manager_helper_test.cpp
96
const sptr<IRemoteObject> &token, int resultCode, const Want *
resultWant
= nullptr) override
102
const Want *
resultWant
= nullptr) override
H
A
D
common_event_subscribe_unit_test.cpp
156
const sptr<IRemoteObject> &token, int resultCode, const Want *
resultWant
= nullptr) override
162
const Want *
resultWant
= nullptr) override
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H
A
D
napi_common.cpp
1905
napi_value
resultWant
= nullptr;
in SendMessageBack()
local
1906
resultWant
= OHOS::AppExecFwk::WrapWant(this->reqContext_->env, this->resultWant_);
in SendMessageBack()
1908
napi_set_named_property(this->reqContext_->env, nativeObjJs, "want",
resultWant
));
in SendMessageBack()
Completed in 10 milliseconds